Creating table
an anonymous user
·
SQL
·

CREATE TABLE students ( Sno INTEGER, Sname VARCHAR(10), Sclass VARCHAR(10) ); INSERT INTO students VALUES (1, 'shanthana', 'b-tech'); INSERT INTO students VALUES (2, 'nisha', 'b-tech');
Click on the Run button to get started.
The code/input has changed since you last clicked on Run. Click it
again to see the updated changes.
Comments