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
Choice 5
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is mysql common?
What is bigint in mysql?
How is data stored in mysql?
how we will Show selected records sorted in an ascending (asc) or descending (desc).
How does limit work in mysql?
How to create trigger in mysql phpmyadmin?
What is mysql_query?
How to display top 10 rows in mysql?
How do you create a new database in mysql?
How to use count function in mysql?
What is the difference between having and where clause in mysql? Explain
What is the difference between is null & is not null?
How do I create a new database in mysql?
Explain what is mysql?
Can't connect mysql server on localhost?