01 Database System
01 Database System
Network
Communication
Application Client
Client
Data
What is data in
Information System ?
Digital data in Information Technology
https://www.bigdataframework.org/data-types-structured-vs-unstructured-data/
Structured data
Attribute
Entity
Schema - - - -
Record
Value
Data Value Types
table.
● String Data types
● Numeric Data types
● Date and time Data
String Data Types
DECIMAL(size, Its size parameter specifies the total number of digits. The number
d) of digits after the decimal parameter is specified by d parameter.
The maximum value for the size is 65, and the default value is 10.
The maximum value for d is 30, and the default value is 0.
DATE/TIME Data Types
DATETIME It is used to specify date and time combination. Its format is YYYY-
MM-DD hh:mm:ss.
A primary key (PF) guarantees unique data in columns and enforces the
integrity of the table in the database.
Data redundancy
Students