Advertisements
Advertisements
Question
Insert the following information.
Streams
| Scode | Sname | Place |
| 111 | Science | SBlock |
| 222 | Commerce | CBlock |
| 333 | Humanity | HBlock |
| 444 | Art | ABlock |
Code Writing
Advertisements
Solution
INSERT INTO Streams (Scode, Sname, Place) VALUES
(111, 'Science', 'SBlock'),
(222, 'Commerce', 'CBlock'),
(333, 'Humanity', 'HBlock'),
(444, 'Art', 'ABlock');shaalaa.com
Is there an error in this question or solution?
