Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Types of locks in database ?

Answer Posted / lakshminarayana reddy

2 types
1. Implicit locks: oracle automatically locks the rows
whenever user performs DML operations.
2. Explicit locks: provided by user.
2 tpyes a) Row level locks: used to lock selected rows
of table.It is imposed by "for update" clause in select.
b) Table level locks: used to lock compleate
table. 3 models 1) share mode
2) share update
3) exlcusive mode

Is This Answer Correct ?    92 Yes 26 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is output spooling in sql*plus?

1087


Which sql statement is used to delete data from a database?

1002


What are actual parameters and formal parameters?

1167


What is the sql case statement?

1051


What is the syntax to add a record to a table?

1148


how tsql statements can be written and submitted to the database engine? : Transact sql

1034


What is dbo in sql?

1016


What is the benefit of foreign key?

1065


What are the different tcl commands in sql?

1224


How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?

1146


What is the file extension for sql database?

1061


What is update query?

1029


What is query optimization in sql?

1040


what is the difference between $message and $$message? : Sql dba

1039


what are the authentication modes in sql server? How can it be changed? : Sql dba

1506