Computer Science, asked by hrithick934415, 5 months ago

i. Write a command to insert a new record with the following values : (66, ‘Gel’, 150, 70).

Answers

Answered by himanshu549034
4

Answer:

This question is so hard

Explanation:

  1. Answer is 150
Answered by anirudhbhardwal
2

Answer:

INSERT INTO Tablename

Values(66,'Gel',150,70);

Explanation:

write the name of table in tablename

Similar questions