Database design is the process of producing a detailed data model of a database. This logical data model contains all the needed logical and physical design choices and physical storage parameters needed to generate a design in a Data Definition Language, which can then be used to create a database. A fully attributed data model contains detailed attributes for each entity.
The term database design can be used to describe many different parts of ...
more
Read article at Wikipedia
Database design
Literature Subject
Works Written About This Topic
-
The ColdFusion 4.0 Web application construction kit
-
Cold Fusion Web Application Construction Kit, Second Edition with Cold Fusion and Cold Fusion Studio
-
Advanced ColdFusion 4.0 application development
-
Sams teach yourself ColdFusion Express in 24 hours
-
ColdFusion MX Web Application Construction Kit, Fifth Edition
-
Macromedia Coldfusion MX Web application construction kit
-
Reality Macromedia ColdFusion MX
-
Certified ColdFusion Developer Study Guide
-
Sams teach yourself database programming with Visual Basic 6 in 24 hours
-
Building Web database applications with Visual Studio 6
Similar topics in Freebase
-
Computer graphics (images)
Computer graphics are graphics created using computers and, more generally, the representation and manipulation of pictorial data by a computer. The development of computer graphics, or simply referred to as CG, has made computers easier to interact with, and better for understanding and... -
Information Management
-
Electronic publishing
Electronic publishing or ePublishing includes the digital publication of e-books and electronic articles, and the development of digital libraries and catalogues. Electronic publishing has become common in scientific publishing where it has been argued that peer-reviewed paper scientific journals... -
Theory of computation
The theory of computation is the branch of computer science and mathematics that deals with whether and how efficiently problems can be solved on a model of computation, using an algorithm. The field is divided into two major branches: computability theory and complexity theory, but both branches... -
Application software
Application software is computer software designed to help the user perform a particular task. Such programs are also called software applications, applications or apps. Typical examples are word processors, spreadsheets, media players and database applications. Application software should be... -
Analysis of algorithms
To analyze an algorithm is to determine the amount of resources (such as time and storage) necessary to execute it. Most algorithms are designed to work with inputs of arbitrary length. Usually the efficiency or complexity of an algorithm is stated as a function relating the input length to the...