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 to select 10 records from a table?
Does sql view stored data?
Explain the savepoint statement.
What is a system versioned table?
What is dense_rank in sql?
What is dense_rank?
Can we use ddl statements in stored procedure?
What does the acronym acid stand for in database management?
Explain the uses of database trigger.
What is loop in pl sql?
Can you have more than one trigger on a table?
what is a constraint? Tell me about its various levels. : Sql dba
Is there a way to automate sql execution from the command-line, batch job or shell script?
How do temporal tables work?
Why is sql*loader direct path so fast?