Can we create table inside stored procedure?
Is crud a cuss word?
what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql
How can you get sql*loader to commit only at the end of the load file? : aql loader
What is a sql driver?
HOW TO ADD PRIMARY KEY TO TABLE BY PL/SQL PROGRAM
Explain the significance of the & and && operators in pl sql.
What are transaction and its controls?
What is the max nvarchar size?
Why use stored procedures?
What is a left inner join?
What are the ddl commands?
I have a tablle like this. cust acc --------------- a 1 b 2|3 c 4|5|6 I Want below o/p: cust acc ----------- a 1 b 2 b 3 c 4 c 5 c 6 Please any one can you have any ideas share me. I have urgent requirement.