Database Management System

Module-1

Data

Raw, unprocessed facts or details without context or meaning. Data is unorganized and often collected from observations, measurements, or recordings.

Examples: Numbers, dates, text, images, or symbols that need interpretation (e.g., "25," "2023-09-04," or "John").

Information

Processed, organized, or structured data that is meaningful and useful for decision-making or understanding. Information is data that has been interpreted, giving it context and significance.

Examples: A report showing the average temperature, a summarized sales report, or an analyzed dataset showing trends.

Record

Record is the collection of various types of data of similar field.

Data file:-

Data file is the collection of record some time called table.

Data Persistent

Persistent data is information that is stored in a way that it remains available even after the system or device that created it is turned off or restarted.
Persistent data doesn't disappear when you turn off your computer or close an app. It's saved on storage devices like hard drives, SSDs, or databases.
Persistent data is crucial for things you need to keep over time, like files, settings, or records in a business..

Database

A database is an organized collection of data. The data can be anything from a list of names and phone numbers to detailed records of transactions in a company. Databases are structured to allow easy retrieval, insertion, updating, and deletion of data.

File

A file is a collection of data stored on a computer or other devices. Files can contain different types of data, such as text, images, videos, or software programs. Each file has a name and usually an extension that indicates the type of data it holds (e.g., .txt for text files, .jpg for images, .mp4 for videos).

File Management System

A file management system is a software that helps you organize, store, retrieve, and manage files on your computer or device. It provides tools to perform tasks like:

File Structure

File structure refers to the way data is arranged within a file. This arrangement can vary depending on the file type, but it typically involves a combination of headers, metadata, and data content.

File Organization

File Structure refers to the way files are arranged on a storage device. This organization is often hierarchical, with files grouped into directories (or folders).

Types of File Organization

There are several types of file organization in database management systems (DBMS), each with its own advantages and disadvantages depending on the specific application requirements. Here are some of the most common types: