How do I remove all records from a table?
How do I run sql?
What is the differnce between view and materialized view
Is it mandatory for the primary key to be given a value when a new record is inserted?
Explain the insert into statements in 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 package in pl sql?
Does inner join return duplicate rows?
What is window clause?
real time applications of nullif?
what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba
If a View on a single base table is manipulated will the changes be reflected on the base table?
what is the difference between delete and truncate commands? : Sql dba