What is the query to display all the records in a table?
To show all the records in a table, use this query:SELECT * FROM table_name; For example, if the table is called employee, the query will be:SELECT * FROM employee; Are you looking for the Class 10 Computer Science SEBA Solution? You are in the right place! This guide provides accurate, well-structured, and easy-to-understand solutions to…