Archive for the ‘SQL’ Category

SQL Notes

जानेवारी 5, 2009

Types of database users:

  1. Native Users
  2. Application Programmers
  3. Sophisticated users
  4. Specialized users



Aggregate functions in SQL:

  1. Avg
  2. Min
  3. Max
  4. Sum
  5. Count



ACID Properties:

  • Automicity: All or none tasks should be performed
  • Consistency: No transactions execute concurrently
  • Isolation: One transaction should be isolated from the other
  • Durability: Any change in database remains permanent even if there is system failure