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


Please Help Members By Posting Answers For Below Questions

What is schema in mysql?

493


What is text in mysql?

495


Are stored procedures precompiled?

511


What are the difference between now and current_date in mysql?

650


How triggers can be used in mysql?

555






How to get a list of indexes of an existing table?

523


How to use 'mysql' to run sql statements?

522


How to show table names with 'mysqlshow'?

540


What is the use of count function in mysql?

556


What is a blob datatype?

447


How to connect html form to mysql database using php?

481


What is mysql vs sql?

483


What are the technical specifications of mysql?

671


What is the use of i-am-a-dummy flag in mysql?

557


What is the purpose of using ifnull() function?

525