RDBMS - MacKittipat/note-developer GitHub Wiki

Index

Single Index vs Composite Index

Index Type

Cluster vs Non-Cluster Index

Transaction

  • Unit of work on database.
  • Transaction must be ACID
    • Atomic : All or nothing. If one of command fail, all will fail.
    • Consistency
    • Isolation
    • Durability : The effects of a successfully accomplished transaction are permanently stored in the database.