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
Where is the myisam table stored?
How does triggers work in mysql?
What is blob and clob?
What tools available for managing mysql server?
Can we write procedure in mysql?
Which is better mysql or microsoft sql?
What does mysqli_fetch_assoc do?
How can we run batch mode in mysql?
How to convert numeric values to character strings?
What do ddl, dml, and dcl stand for?
How many types of indexes are there in mysql?
What is heap table in mysql?
How to include character strings in sql statements?
What is mysql data directory? How to determine the location of the data directory?
What, if a table has one column defined as TIMESTAMP?