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


Please Help Members By Posting Answers For Below Questions

Is mysql easy to learn?

482


How to load a csv file into a table

545


Is blocked because of many connection errors unblock with mysqladmin flush hosts?

498


What are the non-standard sql commands supported by 'mysql'?

509


Is mysql case-sensitive?

488






How do I set user privileges in mysql?

474


What is mysqli procedural?

518


What is an example of a delimiter?

488


Write a command to list all databases in mysql?

527


What is foreign key in mysql?

595


write a command to view the content of the table

495


How to update info already in a table and delete a row(s) from a table.

450


How to present a past time in hours, minutes and seconds?

548


What could be the reason that the mysql statement 'select avg (salary) from emp' generates an inaccurate output?

497


What is database migration in mysql?

515