SQL_Day1
SQL_Day1
Insert the following field (Note that accepted syntax for date in mysql is YYYY-MM-
DD e.g 1959-12-12, use the correct syntax wherever required)
Insert following filed in dept
•insert into dept (deptcode,deptname,budget) values('ACCT', 'Accounts', 19),
('PRCH', 'Purchase', 25),
('SALE', 'Sales', 39),
('STOR', 'Stores', 33),
('FACL', 'Facilities', 42),
('PERS', 'Personal', 12);