What are the three forms of normalization?
How can we implement rollback or commit statement in a trigger?
Why do we need cursor in pl sql?
How to move files from one directory to another in pl sql?
What is rank function in sql?
What is trigger in pl sql?
How does cross join work?
How is pl sql different from sql?
table structure: ---------------- col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10 01-mar-2012 11:12:46 01-mar-2012 11:11:23 Write a query to display the result as shown below: col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10
What are the properties of a transaction?
Is big data nosql?
Can we delete column in sql?
What is clustered index sql?
What is a call statement? Explain with an example.
give the syntax of grant and revoke commands? : Sql dba