Computer Science, asked by keshavsharma4321, 1 day ago

Write MySql query to Insert your roll no. and name in student table

Answers

Answered by NotThareesh
0

Answer:

INSERT INTO Students (RollNo, Name) VALUES ("24", "Tony Stark");

Similar questions