1.

Give the command to display all the details in the table.

Answer»

To view All the Columns and all the Rows (Entire Table values)
> SELECT * FROM student;



Discussion

No Comment Found