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

DBMS Generalization

Last Updated: November 16, 2018 by Chaitanya Singh | Filed Under: DBMS

Generalization is a process in which the common attributes of more than one entities form a new entity. This newly formed entity is called generalized… [Read More]

DBMS – Three Level Architecture

Last Updated: November 13, 2018 by Chaitanya Singh | Filed Under: DBMS

In the previous tutorial we have seen the DBMS architecture – one-tier, two-tier and three-tier. In this guide, we will discuss the three level DBMS… [Read More]

DBMS Architecture

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

In the previous tutorials, we learned basics of DBMS. In this guide, we will see the DBMS architecture. Database management systems architecture will help us… [Read More]

XML Schema – XSD (XML Schema Definition)

Last Updated: November 2, 2018 by Chaitanya Singh | Filed Under: XML Tutorial

In the previous tutorial, we learned about XML DTD which is used for XML validation. Similar to DTD, XML Schema is also used to check… [Read More]

XML DTD

Last Updated: November 1, 2018 by Chaitanya Singh | Filed Under: XML Tutorial

In the previous tutorial, we learned that there are two ways to validate an XML, one of them is XML DTD that can be used… [Read More]

XML Validator

Last Updated: October 31, 2018 by Chaitanya Singh | Filed Under: XML Tutorial

The cool thing about XML is that it can be validated for syntax error using DTD or Schema. In this guide we will learn what… [Read More]

XML Comments

Last Updated: October 31, 2018 by Chaitanya Singh | Filed Under: XML Tutorial

XML comment is nothing but a piece of text, that we can include in the XML document to make it more readable. Comments don’t carry… [Read More]

XML Tutorial for Beginners – Learn XML with examples

Last Updated: November 2, 2018 by Chaitanya Singh | Filed Under: XML Tutorial

XML (eXtensible Markup Language) is a markup language used for storing and transporting data. This XML tutorial consists the detailed explanation of all the XML… [Read More]

XML Attributes

Last Updated: October 25, 2018 by Chaitanya Singh | Filed Under: XML Tutorial

In this guide, we will learn about the XML attributes with the help of examples. What are XML attributes? XML attributes are a way to… [Read More]

XML Tree Structure

Last Updated: October 25, 2018 by Chaitanya Singh | Filed Under: XML Tutorial

In the previous tutorials we learned about XML syntax and discussed few examples of XML. In this guide, we will talk about the structure of… [Read More]

  • « Previous Page
  • 1
  • …
  • 60
  • 61
  • 62
  • 63
  • 64
  • …
  • 150
  • Next Page »

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 – 2026 BeginnersBook . Privacy Policy . Sitemap