Data Vs Database
Data
- A collection of Information.
- The facts that can be ordered and which implicit (complete) meaning known as Data.
For example: customer_id, customer_name, etc.
Database
- A Database allows easy and efficient storage, retrieval and modification of data, regardless of the amount of the data being manipulated essentially, Database is a computerized record-keeping system.
- It is a collection in related data and it can be stored in the form of a table.
- A Database can be of any size and varying complexity.
- A Database may be generated and manipulated and computerize.
For example: SQL, MySql, Oracle, etc.
0 Comments