How many types of functions are there in sql?
Why having clause is used in sql?
What is substitution variable?
what is self join and how it works??
How to run sql commands in sql*plus?
How do you modify a column in sql?
I have one table,in that table (1)i have java1.1 version books are 2 and java1.5 version books are 4. (2).Net2.0 books are 3, .Net3.5 books are 2 (3)ABC1.6 books are 4, ABC2.0 books are 3. Now i want output is like Book Count Java 6 .Net 5 ABC 7 For this i need sql query, please help me if anyone how to get this result. Thanks, Seenu
What is the difference between anonymous block and named block or stored procedure?
How do you optimize a stored procedure in sql?
Suppose There is a string A.B....C.......D.........E........F In this string dots (.) are not having fixed count in between of string. I want the output to have string with one dot between. I.e. A.B.C.D.E.F
what is cursor. write example of it. What are the attributes of cursor.
What is sql partition?
What is package in pl sql?