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

Answers were Sorted based on User's Feedback



Which one of the following is the correct way to select all columns and all rows from "vtable..

Answer / sapin

Choice 5

Is This Answer Correct ?    9 Yes 0 No

Which one of the following is the correct way to select all columns and all rows from "vtable..

Answer / sapin

SELECT * FROM vtable WHERE 1 = 1

Is This Answer Correct ?    2 Yes 0 No

Which one of the following is the correct way to select all columns and all rows from "vtable..

Answer / v

SELECT * FROM vtable;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is MySQL?

0 Answers  


Can we write procedure in mysql?

0 Answers  


What is a text delimiter?

0 Answers  


Why do we write stored procedures?

0 Answers  


What is mysql server used for?

0 Answers  






What is slow query log in mysql?

0 Answers  


maximum size of a database in mysql?

2 Answers  


Which statement is used to delete a table in MySQL.

0 Answers  


How do I view data in mysql workbench?

0 Answers  


How can we change the name of a column of a table?

7 Answers  


How do I install mysql on windows 7?

0 Answers  


What is database in php mysql?

0 Answers  


Categories