Dbms 911690565552911
Dbms 911690565552911
com
1
www.byjusexamprep.com
Database Management System (DBMS) provides efficient, reliable, convenient and safe
multi-user storage of and access to massive amounts of persistent data.
2
www.byjusexamprep.com
3
www.byjusexamprep.com
4
www.byjusexamprep.com
• Fourth Normal Form (4NF): 4NF is mainly concerned with multivalued dependency
A relation is in 4NF if and only if for every one of its non-trivial multivalued
dependencies X →→Y, X is a super key (i.e., X is either a candidate key or a
superset).
• Fifth Normal Form (5NF): It is also 'known as Project Join Normal Form (PJ/NF).
5NF reduces redundancy in relational database recording multivalued facts by
isolating semantically related multiple relationships. A table or relation is said to be in
the 5NF, if and only if every join dependency in it is implied by the candidate keys.
SQL
• Structured Query language (SQL) is a language that provides an interface to relational
database systems. SQL was developed by IBM in 1970, for use in system R and is a
defector standard, as well as an ISO and ANSI standard.
• To deal with the above database objects, we need a programming language and that
programming language is known as SQL.
Three subordinate languages of SOL are
Type of SQL Statement SQL Keyword Function
Data Definition Language CREATE Used to define change and
(DDL) ALTER drop the structure of a
table
DROP
TRUNCATE
Used to remove all rows
from a table
Data manipulation SELECT Used to enter, modify,
language (DML) INSERT INTO delete and retrieve data
from a table
UPDATE
DELETE FROM
Data Control Language GRANT Used to provide control
(DCL) REVOKE over the data in a database
5
www.byjusexamprep.com