6 lines
		
	
	
		
			No EOL
		
	
	
		
			188 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			No EOL
		
	
	
		
			188 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| INSERT INTO `items` (`name`, `label`, `limit`) VALUES
 | |
| 	('football', 'Football', 100),
 | |
| 	('basketball', 'Basketball', 100),
 | |
| 	('baseball', 'Baseball', 100),
 | |
| 	('soccer', 'Soccer Ball', 100),
 | |
| ; | 
