Computer Science, asked by shamajsel, 1 day ago

write MySQL query to insert your roll number and name is student table​

Answers

Answered by MichMich0945
2

Query:

Could not paste the query here ): Please refer the attachment

Syntax:

INSERT INTO table_name ( column_name , column_name2 ) VALUES ( value , value2 );

Note: I've also included a query to create the students table.

Hope this helps you <3

Attachments:
Similar questions