Physical design covers many of the aspects of a database that are not visible to programs that use the database, but are very important to the DBA. This can include whether to use CHAR or VARCHAR for some columns, how the tables are indexed, and how the underlying storage structures are set up to ensure adequate performance for each table. Deciding whether to use views or derived tables is also a physical design decision.
The logical design is the public interface of the database, such as tables, columns, functions, and procedures, the outward appearance of which can be unchanged, even after the DBA performs significant restructuring of the physical design.
2006-07-01 07:58:23
·
answer #1
·
answered by Fred 3
·
0⤊
0⤋
Physical design is data as it is actually stored in bit , byte form in the physical devices. Logical design is the real world view of data.
Read Database systems By C.J.Date. For more book names may write to me.
2006-07-07 08:42:26
·
answer #2
·
answered by binaryFusion 5
·
0⤊
0⤋
hi,
logical database design is the conceptual model of the system (or business) in terms of its entities and attributes as they actually appear in the real world.
physical database design is the extension of the logical design for implementation in a RDBMS. the actual tables, attributes, data-types, length of attributes, partitions in database are all designed in the physical design for implementation.
Regards,
Haris
2006-07-01 07:59:34
·
answer #3
·
answered by harisrashid 1
·
0⤊
0⤋