Computer Science, asked by AryamaluzZ, 16 days ago

Write sql command to display the entire content of table​

Answers

Answered by NehaMP
2

Answer:

SELECT statement uses * character to retrieve all records from a table, for all the columns. The above query will show all the records of student table, that means it will show complete dataset of the table.

Similar questions