Create a Table

Create a table named Students with the following columns: id (INT, PRIMARY KEY, AUTO_INCREMENT), name (VARCHAR(50)), age (INT), and grade (VARCHAR(10)).
Total : 0 Discussion
Login