
- DBMS Tutorial
- DBMS - Home
- DBMS - Overview
- DBMS - Architecture
- DBMS - Data Models
- DBMS - Data Schemas
- DBMS - Data Independence
- Entity Relationship Model
- DBMS - ER Model Basic Concepts
- DBMS - ER Diagram Representation
- DBMS - Generalization, Aggregation
- Relational Model
- DBMS - Codd's Rules
- DBMS - Relational Data Model
- DBMS - Relational Algebra
- DBMS - ER to Relational Model
- DBMS- SQL Overview
- Relational Database Design
- DBMS - Database Normalization
- DBMS - Database Joins
- Storage and File Structure
- DBMS - Storage System
- DBMS - File Structure
- Indexing and Hashing
- DBMS - Indexing
- DBMS - Hashing
- Transaction And Concurrency
- DBMS - Transaction
- DBMS - Concurrency Control
- DBMS - Deadlock
- Backup and Recovery
- DBMS - Data Backup
- DBMS - Data Recovery
- DBMS Useful Resources
- DBMS - Quick Guide
- DBMS - Useful Resources
- DBMS - Discussion
Explain the difference between physical and logical databases
Logical Database Design has a low-level description of entities that are defined and how they are related to each other and what kind of data is to be stored. This model determines if all the requirements of the business have been gathered.
Physical Database Design deals with how the data will be stored in the database using suitable DBMS and this design is generally created by database administrators and developers.
Differences
The major differences between logical database design and physical database design are as follows −
Logical Database Design | Physical Database Design |
---|---|
That describes the data without regard to how they will be physically implemented in the database. | That represents how the actual database is built. |
Defines the data elements and their relationship. | Developing the actual database. |
Simpler than the Physical database design. | Complex than the Logical database design. |
Note
The main difference between logical database design and physical database design is that logical database design helps to define the data elements and their relationships, but physical database design helps to design the actual database based on the requirements gathered during the logical data design.
Let us see the pictorial representation of the logical design as compared to the physical design. This is given below −
- Related Articles
- Difference between logical and physical standby database in the oracle
- Difference Between Logical and Physical Address in Operating System
- What is the difference between Physical Security and Logical Security in information security?
- What are the differences between Physical and Logical Topology?
- MongoDB difference between show dbs and show databases?
- Difference between Chiropractor and Physical Therapist
- Difference between Occupational Therapy and Physical Therapy
- Explain the difference between the physical and chemical properties of metals and non-metals with the help of a table.
- Explain the logical operators in DBMS
- Difference between a Virtual Office and Physical Office
- What is the difference between chemical change and physical change?
- What is the difference between cash settlement and physical settlement?
- Explain the importance of centralized databases
- Explain the Difference Between Definition and Declaration
- Explain the difference between Virus and Worm?
