Answer Posted / nagendra
select ename, sal from emp where sal = (select max(Sal) from
emp);
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a join?
How do I view stored procedures?
Is sqlexception checked or unchecked?
How does cross join work in sql?
What is nosql example?
What is rtm stands for?
Why schema is used in sql?
What is cursor status?
What is %type in pl sql?
What are synonyms in sql?
How can you save or place your msg in a table?
What are the key differences between SQL and PL SQL?
First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.
Does sql full backup truncate logs?
How is data stored on a disk?