Answer Posted / satyajit patel
-> in------------ Looks to all values returned in sub-query
-> <any---------- looks to highest value in sub-query
-> >any---------- looks to smallest value in sub-query
-> <all---------- looks to smallest value in sub-query
-> >all---------- looks to highest value in sub-query
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Can a composite key be null?
What is a field in a database?
what are the difference between clustered and a non-clustered index? : Sql dba
Is primary key an index?
How do I partition in sql?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
how to run 'mysql' commands from a batch file? : Sql dba
name 3 ways to get an accurate count of the number of records in a table? : Sql dba
what is the command line end user interface - mysql? : Sql dba
how to shut down the server with 'mysqladmin'? : Sql dba
Which is better join or subquery?
Explain alias in sql?
How do you use a while loop in pl sql?
Are left and right joins the same?
How do I upgrade sql?