What is the example of procedure?
how to include comments in sql statements? : Sql dba
Can we use SQL%ISOPEN in implicit cursors? Does this attribute works properly in Implicit Curosors?
What is recursive stored procedure?
What is self-join and what is the requirement of self-join?
In pl/sql, what is bulk binding, and when/how would it help performance?
What is partition in sql query?
What is sql integrity?
What will be the output for the below Query Select 'High' from dual where null = null;
Explain the working of foreign key?
What is correlated sub-query?
. 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
how to convert character strings to dates? : Sql dba