Write a Query to display all records from Employee Table ?
Answers
Answered by
3
Select all records from a table. A special character asterisk * is used to address all the data(belonging to all columns) in a query. SELECT statement uses * character to retrieve all records from a table, for all the columns.
Similar questions