What is substitution variable in pl sql?
i have 2 table table one 4 columns respective values a1 7,a2 6,a3 8 ,a4 12 & table two 4 colums respective values a1 7,a2 6,a3 8,a4 15.if table one & table two 3 colums same then 4th column values 1)Qes diff >5 then print 5 * diff value 2)Que diff <5 print 5
What is a loop in sql?
Which is faster joins or subqueries?
What is #table in sql?
How do you drop a trigger?
How can you tell the difference between an index and a view?
Name some usages of database trigger?
Explain what is a field in a database and record in a database?
Give the order of sql select?
How are functions and procedures called in PL/SQL?
Is json a nosql?
which types of join is used in sql widely? : Sql dba
Define implicit and explicit cursors.
What is view explain with example?