what are properties of a transaction? : Sql dba


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

what is explain plan?

4 Answers  


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')

2 Answers  


What are the types of views in sql?

0 Answers  


table - new_no old_no 2345 1234 3456 2345 5678 4567 output sud be -new_no 1234 2345 3456 4567 5678

2 Answers  


while loading data into database how can u skip header and footer records in sql*loader

1 Answers   Oracle,






What is a dirty read sql?

0 Answers  


How many types of triggers exist in pl/sql?

0 Answers  


What is the trigger in sql?

0 Answers  


Difference between views and materialized views?

5 Answers   BirlaSoft,


What are the advantages of pl sql?

0 Answers  


Can pl sql procedure have a return statement?

0 Answers  


Name three sql operations that perform a sort.

0 Answers  


Categories