Answer Posted / sen
select *
(select sal from emp
order by 1 desc)
where rownum < 4
| Is This Answer Correct ? | 1 Yes | 13 No |
Post New Answer View All Answers
What is row_number () in sql?
How do I remove duplicates in two columns?
What is string join?
Define a temp table?
what is datawarehouse? : Sql dba
How do I view tables in mysql?
Is left join inner or outer by default?
Can we group by two columns in sql?
Is postgresql a server?
List the ways to get the count of records in a table?
Which sorts rows in sql?
What are sql functions? Describe in brief different types of sql functions?
How do I write a sql query in pgadmin 4?
What is a database trigger?
How do you write an inner join query?