Informatics Practices
Explain the difference between data and file.
Relational Database
2 Likes
Answer
Data | File |
---|---|
Data refers to raw facts, figures, or values that are collected and stored without any specific context or interpretation. | A file is a collection of unorganized data stored in a single location. |
The purpose of data is to convey information, provide insights, or support decision-making. | The purpose of a file is to store, manage, and provide access to the data. |
Data can exist in various formats, such as numbers, text, images, or audio, and can be structured or unstructured. | A file has a specific format and structure, defined by its file type (e.g., .txt, .jpg, .mp3), which determines how the data is stored and retrieved. |
Answered By
3 Likes
Related Questions
What is database management system? Why do we need a DBMS?
Explain the difference between database and file.
Suppose all customers of a particular business live in states for which the city name is unique. Given the following description for customer data:
CUST-ID, CUST-NAME, STREET, CITY, STATE, PHONE
(i) List the most likely key for the primary key.
(ii) List all the candidate keys and alternate keys.Define relation.