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 / sapin
SELECT * FROM vtable WHERE 1 = 1
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do I select a table in mysql?
What is procedural api?
What is use of mysql?
What is required to create mysql database?
How do I edit a table in mysql workbench?
What do ddl, dml, and dcl stand for?
what is database white box testing? : Mysql dba
Can we store images in mysql database?
How to see the create table statement of an existing table?
What are the advantages of myisam over innodb?
List the different types of normalization?
What is the use of procedure in mysql?
How do I backup mysql database on linux?
How to run a sql statement?
What is the maximum connection pool size?