what is an extent ? : Sql dba
explain primary keys and auto increment fields in mysql : sql dba
How are multiple column = value pairs delimited in the SET clause of an UPDATE statement? 1. With commas (SET price = 0, status = 'I') 2. With parentheses (SET (price = 0) (status = 'I')) 3. With double-pipes (SET price = 0 || status = 'I') 4. With square-brackets (SET [price = 0] [status = 'I'] 5. With single or multiple spaces (SET price = 0 status = 'I')
What are the 3 types of behavioral triggers?
what is cursor. write example of it. What are the attributes of cursor.
How do I view a sql database?
Can we rollback delete command?
What is the difference between null value, zero, and blank space?
What are packages in pl sql and also explain its advantages?
Is sql a programming?
what are the tunnig tables you used for tuning a query and tell me some of coloumns in that tuning tables?
What is difference between Procedures and Functions ?
What is a relationship and what are they?