Which one of the following is the correct way to select all
columns and all rows from "vtable"?
Choice 1
SELECT FROM vtable SELF JOIN vtable
Choice 2
SELECT ALL COLUMNS FROM vtable WHERE ALL ROWS = *
Choice 3
SELECT EVERYTHING FROM vtable
Choice 4
SELECT vtable.* WHERE vtable = vtable
Choice 5
SELECT * FROM vtable WHERE 1 = 1
Answer Posted / v
SELECT * FROM vtable;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is localhost in mysql?
How would you enter characters as hex numbers?
What are procedures in mysql? Explain
What is the usage of ENUMs in MySQL?
What are the steps involved in query processing?
How can you filter the duplicate data while retrieving records from the table?
How to get a list of all tables in a database?
Which is faster innodb or myisam?
How to show certain selected rows with the value "pcds".
Does mysql support nosql?
How to dump one database for backup.
What is new mysqli?
What is a crosstab query?
What are the 5 r's of managing behaviors?
How to use like conditions?