Relational Database: Storing and Manipulating Records
Relational Database: Storing and Manipulating Records
DEPARTMENT
DEPTNO DNAME LOCATION
10 HR NEW YORK
20 ACCOUNTS BRAZIL
30 SALES CANADA
40 IT INDIA
COMPONENT OF A TABLE
Byte : group of 8 bits and is used to store a
1) Degree of Table
2) Cardinality of Table
3) Attributes of Table
4) Tuple
5) Data types of Book Code and Price (as studied in Python)
CONCEPT OF KEYS
EMPNO ENAME GENDER DEPTNO SALARY COMM
1 ANKITA F 10 20000 1200
DEPARTMENT
Parent
DEPTNO DNAME LOCATION
Table
10 HR NEW YORK
20 ACCOUNTS BRAZIL
30 SALES CANADA
40 IT INDIA
➢ Embedded DML
➢ View
➢ Authorization
➢ Integrity
➢ Transaction Control
DATA DEFINITION LANGUAGE
It allows to create database objects like creating