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
Is the syntax correct? Explain the meaning of the syntax given below: $dbc = mysqli_connect('data.aliensabductedme.com', 'owen', 'aliensrool', 'aliendatabase');
What is foreign key in mysql?
How do I check mysql version?
Can you tell the difference between mysql_connect and mysql_pconnect? : Mysql dba
How will show all records containing the name "sonia" and the phone number '9876543210'
How to create a new table in mysql?
What are the differences between innodb and myisam engines?
How do I kill a mysql query?
Why do we use mysql?
How can you calculate the sum of any column of a table?
How can I see mysql database?
What language is mysql written in?
How we can get distinct columns values in mysql?
Write a query to stop mysql in unix
How does triggers work in mysql?