Advertisements
Advertisements
Question
Surpreeth wants to add two more records of customer in customer table. Which command is used to implement this?
Code Writing
Advertisements
Solution
Use the INSERT INTO command. It is used to add new rows.
INSERT INTO customer
VALUES (101, 'Rohan', 'Delhi', '9876543210');shaalaa.com
Is there an error in this question or solution?
