You are not logged in.
- Topics: Active | Unanswered
Pages:: 1
#1 2015-09-18 06:44:34
SQL Statement:
http://interviewquestionsanswers.org/quiz/Database http://interviewquestionsanswers.org/qu … L-Database
Question:
Let the statement
SELECT column1 FROM myTable;
return 10 rows. The statement
SELECT ALL column1 FROM myTable;
will return
Option A):
more than 10 rows
Option B):
exactly 10 rows
Option C):
less than 10 rows
Correct Answer is Option B):
exactly 10 rows
Failure is the first step towards seccess.
Offline
2015-09-18 06:44:34
- Advertisement
- Ads By Google
Re: SQL Statement:
Pages:: 1