Select Query
- What will be the output of a query given below?
SELECT *
FROM Employee;
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
“SELECT” clause is used to show all rows or columns.
- Which of the following clause is evaluated in the last by database server?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
“SELECT” clause is used to show all rows or columns therefore it evaluated at last.
- What is the meaning of “SELECT” clause in Mysql?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Show me all Columns and rows