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 16307Source 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 8373Hi 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
2015Hi 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,
2549What will be the output of this Query? select to_char(trunc(add_months(sysdate-3),mm),mm/dd/yyyy) from dual
6 19794What are the steps you take to tune(performance tuning) the code in plsql?
Cap Gemini, Infosys, TCS,
4 18085
What does trigger mean in psychology?
What is the difference between mdf and ndf files?
What are pl/sql cursor exceptions?
What is sqlerrd?
What is schema in sql example?
What is embedded sql what are its advantages?
What is a design view?
how can I make a script that can be bi-language (supports english, german)? : Sql dba
How subquery works in sql?
what are the differences between public, private, protected, static, transient, final and volatile? : Sql dba
How do I run a pl sql program?
Explain the methods used to protect source code of pl/sql.
What is embedded sql with example?
What is difference between stored procedure and trigger?
Is sql a scripting language?