Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.34 KB | None | 0 0
  1. show create table Laptop\G
  2. *************************** 1. row ***************************
  3.        Table: Laptop
  4. Create Table: CREATE TABLE `Laptop` (
  5.   `Url` text NOT NULL,
  6.   `Tag` longtext NOT NULL,
  7.   `Price` double NOT NULL
  8. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='This is the details of laptops and prices'
  9. 1 row in set (0.00 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement