Write a sql query to get the third highest salary of an employee from employee_table?
wht is the difference between sqlaserver2000 and 2005
Explain commit, rollback and savepoint.
What is a data manipulation language?
What are tuples in sql?
what is denormalization. : Sql dba
difference between pl/sql table and normal pl/sql table
what is index? : Sql dba
What is sql partition function?
What are the sql versions?
how to show all tables with 'mysql'? : Sql dba
. have a tablle like this: cust acc ----------- a 1 b 2 b 3 c 4 c 5 c 6 I Want below o/p: cust acc --------------- a 1 b 2|3 c 4|5|6 Please any one can you have any ideas share me. I have urgent requirement. CUST ACC a dv b fg b bh c mk c cl c so result:- A B c dv fg mk bh cl so
What is the difference between sum and count in sql?