Home Interviewquestions Sql PL/SQL Terms



PL/SQL Terms
Posted on: April 18, 2011 at 12:00 AM
This page discusses - PL/SQL Terms

PL/SQL Terms

     

  1. SQL
    SQL is an English like language consisting of commands to store, retrieve, maintain & regulate access to your database.
      

  2. Deadlock
    Deadlock is a unique situation in a multi user system that causes two or more users to wait indefinitely for a locked resource. First user needs a resource locked by the second user and the second user needs a resource locked by the first user. To avoid dead locks, avoid using exclusive table lock and if using, use it in the same sequence and use Commit frequently to release locks.

Related Tags for PL/SQL Terms:


More Tutorials from this section

Ask Questions?    Discuss: PL/SQL Terms  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.