Answer Posted / suresh
select sal from emp e
where 100=(select count( distinct sal) from emp where
e.sal<=sal)
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Why we use triggers in mysql?
Write the alter statement to enable all the triggers on the t.students table.
What is sql table?
what are the differences between require and include, include_once and require_once? : Sql dba
how would you enter characters as hex numbers? : Sql dba
Does sql profiler affect performance?
Is merge a dml statement?
What are inner and outer joins examples of both?
What do you mean by field in sql?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
Can we create index on primary key?
Do ddl statements need commit?
Is it important to partition hard disk?
How do I find duplicates in sql?
How do I run a sql query?