What is the difference between python and sql?
Why is a primary key important?
Types of locks in database ?
How global cursor can be declare with dynamic trigger ?
What are the steps you take to tune(performance tuning) the code in plsql?
4 Answers Cap Gemini, Infosys, TCS,
Show how functions and procedures are called in a pl/sql block.
What is record type in pl 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
What is the best free sql database?
What is integrity in sql?
why not null constraint showing its constraint type as 'c'
What is clause?
What are the types of join in sql?