What is rollback?
No Answer is Posted For this Question
Be the First to Post Answer
What are the parameter modes supported by pl/sql?
how to get a list of all tables in a database? : Sql dba
Why sql query is slow?
What is an Integrity Constraint?
Explain some predefined exceptions.
Why are sql stored procedures used?
what are dynamic queries in t-sql? : Transact sql
What will be the output for the below Query Select 'High' from dual where null = null;
differentiate between float and double. : Sql dba
Can you selectively load only those records that you need? : aql loader
How many commands are in sql?
. 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