Aptitude Test 1
Aptitude Test 1
Aptitude Test 1
MANAGEMENT
SYSTEM
DATABASE SYSTEMS
Data Management
Transaction Support
Concurrency control
Recovery
Security
Integrity
Utilities
TYPES OF DBMS
•Hierarchical
•Network
•Relational
•No Sql
RELATIONAL MODEL:
Data integrity refers to maintaining and assuring the accuracy and consistency of data
over its entire life-cycle.
Database Systems ensure data integrity through constraints which are used to restrict
data that can be entered or modified in the database.
Types of Integrity
•Entity Integrity
•Domain Integrity
•Referential Integrity
Types Of Keys
A Primary key is the candidate key that is selected to uniquely identify a tuple in a
relation.
A foreign key is a set of one or more columns in the child table whose values are
required to match with corresponding columns in the parent table
ER MODEL
Key Terms of ER
Entity
Attribute
Relationships
CARDINALITY
Crow foot notation is one of the ways to represent cardinality of relationship in an ER Model.
The following are the notations:
SQL-Structured Query Language
ALTER table can also be used to rename a column, change data type of a column and
add or remove constraints.
DML STATEMENTS
Insertion
Retrieval
Updation
Deletion