Answer Posted / senthil
select max(sal) from emp where sal <(select max(sal) from emp)
Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
How many sql statements are used? Define them.
What are the types of subqueries?
What are records give examples?
Inline the values in PL/SQL, what does it mean.?
How delete all data from all tables in sql?
what is the syntax used for partition in tsql? : Transact sql
What is difference between hql and native sql?
what are the differences between binary and varbinary? : Sql dba
What is before trigger?
What is the trigger in sql?
What does cursor do in sql?
define sql insert statement ? : Sql dba
Why we use triggers in mysql?
Which join is like an inner join?
What is exit statement?