i. Write a command to insert a new record with the following values : (66, ‘Gel’, 150, 70).
Answers
Answered by
4
Answer:
This question is so hard
Explanation:
- Answer is 150
Answered by
2
Answer:
INSERT INTO Tablename
Values(66,'Gel',150,70);
Explanation:
write the name of table in tablename
Similar questions