5-DBMS- Language_SQL
5-DBMS- Language_SQL
Akhilesh Arya
Binary Date
Approximate
String
Numeric
Exact Number
Akhilesh Deep Arya: 9460508551
Binary
• There are Three types of binary Data types which are
given below
decimal (size, d) The maximum number for size is 65. The maximum number for d is 30.
The default value for size is 10. The default value for d is 0.
Data-type Description
date Format: YYYY-MM-DD. The supported range is from '1000-01-01'
to '9999-12-31'
time It is used to store the hour, minute, and second values.
Format: hh:mm:ss.
timestamp It stores the year, month, day, hour, minute, and the
second value. Format: YYYY-MM-DD hh:mm:ss.
Employee
Akhilesh DeepRelation
Arya: 9460508551
Commit
DELETE FROM EMPLOYEE WHERE AGE <= 25;
COMMIT;
SELECT * FROM EMPLOYEE;