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

How to create table show example

0 Answers  


Is mariadb faster than mysql?

0 Answers  


What is mysqli_select_db?

0 Answers  


How to check server status with 'mysqladmin'?

0 Answers  


How many groups of data types?

0 Answers  






What is 'mysqladmin' in mysql?

0 Answers  


What is the purpose of using a heap table?

0 Answers  


Why are function needed?

0 Answers  


How do I view mysql logs?

0 Answers  


What is the use of mysql_close()?

0 Answers  


Is mysql frontend or backend?

0 Answers  


What is the difference between mysql and oracle?

0 Answers  


Categories