How do you get column names only for a table (sql server)?
How to run sql*plus commands in sql developer?
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
Why is partition used in sql?
select sal from emp group by sal
What are the two types of exceptions.
What is difference between hql and native sql?
What is difference between left and right outer join?
Why do we use subquery?
How to rename a column in the output of sql query?
What does cursor do in sql?
what is an associative array with example?
Which is faster subquery or join?