Unit 3 - Database Management System
Unit 3 - Database Management System
1. Database
2. Tools
3. One or More
4. Row
5. Foreign Key
6. Structured Query Language
7. Binary
8. Datatypes
9. Microsoft Access, LibreOffice Base, MySQL
1. Forms
2. Tools
3. Select
4. Create
5. Create, Alter, Drop
Memo Varchar
Can store text or binary data of any format and Stores character strings of varying length that can
variable length. The memo data type is also contain single-byte and multi-byte characters. The
known as CLOB (character large object) or BLOB. length of a varchar column can be specified as a value
In Microsoft Access desktop databases, the from 0 to a limit, which varies by database.
memo data type is now called "Long Text".
Number Decimal
The Numeric data type is used to represent a The Numeric data type is used to represent a
number with fixed precision and fixed scale. This number with fixed precision and fixed scale. This
means, there is a defined precision for numeric means, there is a defined precision for numeric
data type such that if we try to store a number data type such that if we try to store a number
that is out of bounds, the numeric data type will that is out of bounds, the numeric data type will
return an error. return an error.
Form Report
It provides systematic way of storing It displays and print the data in a summarized
information into a database manner.
It lets user to provide input, view or edit data It provides output of information in specified.
directly in database objects. User cannot edit or enter data.
Forms gather information of a record form Reports can represent information from
single table. multiple tables.