DBMS
DBMS
Class 10
Information Technology
Prepared by: Ms. Sanjana C Saju
These are used to identify which type of data we are going to store
in the database.
Numeric Types
Alphanumeric Types
Binary Types
Date time
Other Variable types
• Used for storing data in binary formats. This can be used for
storing photos, music files, etc.
• In general, files of any format can be stored using the binary data
type.
• Date time data types are used for describing date and
time values for the field used in the table of a database.
• Used for storing information such as date of birth, date of
admission, date of product sale, etc.
• Format
1.DATE - YYYY-MM-DD.
2.DATETIME - YYYY-MM-DD HH:MI:SS.
3.TIMESTAMP - YYYY-MM-DD HH:MI:SS.
4.YEAR - YYYY or YY.