From an Employee table, how will you display the record
which has a maximum salary?

Answer Posted / senthilkumar

SELECT MAX(SAL)AS MAXIMUMSALARY FROM EMP

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com

2071


How to fix oracle error ora-00942: table or view does not exist

570


Is it possible for a table to have more than one foreign key?

582


How many clustered indexes can you have?

536


What is varchar used for?

537






explain the difference between delete , truncate and drop commands? : Sql dba

550


What is aggregate function in sql?

539


What are user defined functions?

583


What is normalization in a database?

614


How many joins in sql?

558


What is the difference between clustered and non-clustered index in sql?

523


What is an intersect?

657


Explian rowid, rownum? What are the psoducolumns we have?

574


Explain what is a subquery ?

656


What is normalization in sql?

529