Advertisement
ahmadtri26

table etalase

Nov 15th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 4.0.9
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Host: localhost
  6. -- Generation Time: Nov 15, 2017 at 07:31 AM
  7. -- Server version: 5.6.14
  8. -- PHP Version: 5.5.6
  9.  
  10. SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
  11. SET time_zone = "+00:00";
  12.  
  13. --
  14. -- Database: `scring`
  15. --
  16.  
  17. -- --------------------------------------------------------
  18.  
  19. --
  20. -- Table structure for table `etalase`
  21. --
  22.  
  23. CREATE TABLE IF NOT EXISTS `etalase` (
  24. `id` int(100) NOT NULL AUTO_INCREMENT,
  25. `name` varchar(30) NOT NULL,
  26. `product` varchar(30) DEFAULT NULL,
  27. PRIMARY KEY (`id`)
  28. ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=29 ;
  29.  
  30. --
  31. -- Dumping data for table `etalase`
  32. --
  33.  
  34. INSERT INTO `etalase` (`id`, `name`, `product`) VALUES
  35. (2, 'Internet', 'ecommerce'),
  36. (8, 'Airplane', 'Merpati Airline'),
  37. (10, 'Airplane', 'Garuda Airline'),
  38. (14, 'Car', 'Toyota Xy'),
  39. (15, 'Data Storage', 'FlashDisk Transcend'),
  40. (16, 'Handphone', 'xiomi 4c'),
  41. (17, 'J-Pop', 'Music'),
  42. (18, 'People', 'artist'),
  43. (19, 'Space', 'Lunar'),
  44. (20, 'lalala', 'Musical'),
  45. (22, 'Tri', 'Island'),
  46. (23, 'Space', 'unlimited'),
  47. (24, 'Larry', 'PNG'),
  48. (28, 'Bambang', 'electro');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement