BeginnersBook

  • Home
  • Java
    • Java OOPs
    • Java Collections
    • Java Examples
  • C
    • C Examples
  • C++
    • C++ Examples
  • DBMS
  • Computer Network
  • Python
    • Python Examples
  • More…
    • jQuery
    • Kotlin
    • WordPress
    • SEO
    • JSON
    • JSP
    • JSTL
    • Servlet
    • MongoDB
    • XML
    • Perl

Composite key in DBMS

Last Updated: December 11, 2018 by Chaitanya Singh | Filed Under: DBMS

Definition of Composite key: A key that has more than one attributes is known as composite key. It is also known as compound key. Note:… [Read More]

Candidate Key in DBMS

Last Updated: December 11, 2018 by Chaitanya Singh | Filed Under: DBMS

Definition of Candidate Key in DBMS: A super key with no redundant attribute is known as candidate key. Candidate keys are selected from the set… [Read More]

Foreign key in DBMS

Last Updated: December 11, 2018 by Chaitanya Singh | Filed Under: DBMS

Definition: Foreign keys are the columns of a table that points to the primary key of another table. They act as a cross-reference between tables…. [Read More]

Super key in DBMS

Last Updated: December 11, 2018 by Chaitanya Singh | Filed Under: DBMS

Definition of Super Key in DBMS: A super key is a set of one or more attributes (columns), which can uniquely identify a row in… [Read More]

Primary key in DBMS

Last Updated: September 18, 2022 by Chaitanya Singh | Filed Under: DBMS

In this guide, you will learn about primary key in DBMS with the help of examples. We will discuss, what is a primary key, how… [Read More]

Instance and schema in DBMS

Last Updated: July 24, 2022 by Chaitanya Singh | Filed Under: DBMS

In this guide, you will learn about instance and schema in DBMS. DBMS Schema Definition of schema: Design of a database is called the schema…. [Read More]

Data Abstraction in DBMS

Last Updated: July 24, 2022 by Chaitanya Singh | Filed Under: DBMS

Database systems are made-up of complex data structures. To ease the user interaction with database, the developers hide internal irrelevant details from users. This process… [Read More]

View of Data in DBMS

Last Updated: July 24, 2022 by Chaitanya Singh | Filed Under: DBMS

In this guide, you will learn view of data in DBMS. View of data in DBMS Abstraction is one of the main features of database… [Read More]

Advantages and Disadvantages of DBMS: DBMS vs file System

Last Updated: July 24, 2022 by Chaitanya Singh | Filed Under: DBMS

In this guide, you will learn advantages and disadvantages of DBMS. We will first discuss what is a file processing system and how Database management… [Read More]

Database Applications – DBMS

Last Updated: July 24, 2022 by Chaitanya Singh | Filed Under: DBMS

In this guide, you will learn the various DBMS applications. These applications help you understand the use of DBMS in various fields. DBMS applications Applications… [Read More]

Introduction to DBMS

Last Updated: July 24, 2022 by Chaitanya Singh | Filed Under: DBMS

DBMS stands for Database Management System. We can break it like this DBMS = Database + Management System. Database is a collection of data and… [Read More]

DBMS Tutorial – Database Management System notes

Last Updated: October 1, 2022 by Chaitanya Singh | Filed Under: DBMS

DBMS stands for Database Management System. We can break it like this DBMS = Database + Management System. Database is a collection of data and… [Read More]

  • « Previous Page
  • 1
  • …
  • 4
  • 5
  • 6

DBMS Tutorial

Basics

  • DBMS Tutorial
  • DBMS Introduction
  • Database Applications
  • DBMS vs File System
  • DBMS vs RDBMS
  • DBMS Architecture
  • Three-level DBMS architecture
  • View in DBMS
  • Abstraction
  • Instance & Schema
  • DBMS languages

Data Models

  • Data Models
  • ER Diagram
  • ER Design issues
  • Convert ER to table
  • DBMS Generalization
  • DBMS Specialization
  • DBMS Aggregration
  • Relational Model
  • Hierarchical Model
  • Constraints
  • Cardinality

Relational Database

  • RDBMS concepts
  • Relational Algebra
  • Relational Calculus
  • Keys Index
  • Primary Key
  • Super Key
  • Candidate Key
  • Foreign Key
  • Composite Key
  • Alternate Key

Normalization

  • Normalization
  • Functional dependency

Transaction Management

  • Transaction Management
  • ACID properties
  • Transaction States
  • DBMS Schedules
  • Serializability
  • Conflict Serializability
  • View Serializability
  • Recoverability Of Schedule
  • Failure Classification
  • Log based Recovery
  • DBMS Checkpoint
  • Deadlock

Concurrency Control

  • Concurrency Control
  • Lock based protocol
  • Timestamp based protocol
  • Validation based protocol

File Organization

  • File Organization
  • Sequential File Organization
  • Heap File Organization
  • Hash File Organization
  • DBMS ISAM
  • B+ File Organization
  • Cluster File Organization

SQL Introduction

  • SQL Introduction
  • SQL Characteristics
  • Advantages of SQL
  • SQL Commands
  • SQL Operators
  • SQL CREATE
  • SQL DROP
  • SQL SELECT
  • SQL INSERT

Copyright © 2012 – 2025 BeginnersBook . Privacy Policy . Sitemap