What are the advantages of pl sql over sql?
What is consistency?
How do you delete duplicates in sql query using rowid?
What is vector point function?
What is the default value of CHAR type?
How to display the current date in sql?
What is PL/SQL Records?
I have a tablle like this. cust acc --------------- a 1 b 2|3 c 4|5|6 I Want below o/p: cust acc ----------- a 1 b 2 b 3 c 4 c 5 c 6 Please any one can you have any ideas share me. I have urgent requirement.
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 Answers Mind Tree, Polaris, Sonata,
Explain how to use transactions efficiently : transact sql
What is union and union all keyword in sql?
what is the difference between cluster and non cluster index? : Sql dba
What are % type and % rowtype?