What is the difference between a subquery and a join?
Can we write create command in the plsql block?if possible how?
how to get enames with comma seperated values by deptwise on emp table?
. 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 do you drop a trigger?
How do I edit a trigger in sql developer?
Explain the the delete statements in sql?
Why is a trigger used?
What is the default value of CHAR type?
What are the different tcl commands in sql?
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
How many sql are there?
What is the difference between SQL and PLSQL