write MySQL query to insert your roll number and name is student table
Answers
Answered by
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