How to retrieve a second highest salary from a table? Note:Suppose salaries are in duplicate values eg: Name Sal Malli 60000 Pandi 60000 Rudra 45000 Ravi 45000
10 16366Source is Sales Table: Sno Prod Sales Sales_Amount 1 A 10 2000 2 A 20 1000 3 C 10 3000 4 D 30 4000 5 A 20 1000 Target : Sales_Count T_Sales_Amt Sales_Count(A) T_Sales_Amt(A) 90 11000 50 4000 In single query, pls tell me.
CGI,
5 8387Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
2023Hi 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
TCS,
2554What will be the output of this Query? select to_char(trunc(add_months(sysdate-3),mm),mm/dd/yyyy) from dual
6 19834What are the steps you take to tune(performance tuning) the code in plsql?
Cap Gemini, Infosys, TCS,
4 18111
Can we rollback after truncate?
what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba
How to get each name only once from an employee table?
how do you login to mysql using unix shell? : Sql dba
What is compilation error in pl sql?
What is difference between sql and oracle?
Why do we use joins in sql?
What is sqlcommand?
How much does sqlite cost?
What is cursor and its types?
what is csv? : Sql dba
What are crud methods?
Is it possible to read/write files to-and-from PL/SQL?
How to download oracle sql developer?
What is identity column in sql server?