A series of best practices are used to design the entire enterprise database. The following are some best practices:
The common module is used in the core library.
Unified naming conventions and versions are used.
Use unit tests during design
Include infrastructure in all modules
The Enterprise Library module includes the following models, including other m
Tags: overriding the third Paradigm unit number of users 2NF process article performance analysis dump MySQL database design specification 1, the database naming specification uses 26 English letters (case-sensitive) and 0-9 natural number (often do not need) with underscore ' _ ' composition;
The name is concise and clear (the length cannot exceed 30 ch
Design | data | database
PowerDesigner Design Database
Li Weihua
September 2000
Description: This document for my experience accumulated income, non-departmental design documents (All rights reserved)
This document does not de
Database Design(Database Design) Refers to the optimal construction of a given application environment.DatabaseModeTo create databases and their application systems so that they can effectively store data and meet the needs of various user applications.Requirement(Information Requirements and handling requirements ).
Tags: database design english Word data table underline nameDatabase naming rules:Named according to the actual meaning of the project.Data table naming rules:1. The names of the data tables are mostly in the plural form of nouns and are lowercase;2. Use the prefix "Table_" as far as possible;3. If the table name of the data table is made up of multiple words, try to connect it with an underscore, but do no
Database relational paradigm has "1NF", 2nf,3nf,4nf,5nf,bcnf
1NF: In the Design database relationship R, each property can not be decomposed into units, then R is 1NF. For example: name, telephone this is 1NF
2NF: in Relationship R (x,y), all attributes are entirely determined by a candidate keyword. Unique identification for the record
3NF: is a redundant con
I. Database Design Process Database technology is the most effective means of information resource management. Database Design refers to constructing the optimal database mode for a given application environment, establishing a
Design | data | database | Database design
A successful management system is made up of: [50% of the Business + 50% software], and 50% of the success of the software has [25% database + 25% of the program], the database
http://q.cnblogs.com/q/39658/
On the design of the table structure of the infinite Classification database, traversing the efficiency of all products under a certain classification
The database table structure is like this:
[Category] Category table
ID (int) Category IDParentID (int) parent class IDname (nvarchar (50)) category names
[Product] Product table
Id (i
Import java.sql.Connection;Import Java.sql.DriverManager;Import Java.sql.ResultSet;Import java.sql.SQLException;Import java.sql.Statement;Single Case design patternpublic class ConnectionFactory {Create an instance of itselfprivate static ConnectionFactory ConnectionFactory = new ConnectionFactory ();Registering driversPrivate ConnectionFactory ()//use private rather than public{Try{Class.forName ("Com.mysql.jdbc.Driver");//If the other
Label:Database naming rules: Named according to the actual meaning of the project. Data table naming rules: 1. The names of the data tables are mostly in the plural form of nouns and are lowercase; 2. Use the prefix "Table_" as far as possible; 3. If the table name of the data table is made up of multiple words, try to connect it with an underscore, but do not exceed 30 characters, and if more than 30 characters are used, shorten the name of the table by using an abbreviation; Field naming rul
Label:relational database design for developersDirectory The origin of a Codd RDBMS12 law--rdbms Design phase of two-relational database Three design principles Four naming rules Database desi
and multi-site update functions, with location transparency and venue autonomy. It provides a global database name and supports remote process calls.
Development Tools
The Development kits provided by Oracle are developer/2000, designer/2000, discover/2000, and Oracle office. They cover all aspects from modeling, analysis, design to implementation.
Developer/2000 includes:
Oracle Forms is used to quickly g
5-2 Database DesignBasic steps
Steps:1. Requirements Analysis PhaseThe database design must first understand and analyze the user needs accurately. Demand analysis is the foundation of the entire design process and is the most difficult and time-consuming step.2. Conceptual structure
This document does not describe how to use powerdesigner, but describes how to design a database system better by combining the features of powerdesigner with database design methods.
Use powerdesigner to design databases
As one of the Case tools for
The following 14 skills, is a lot of people in a large number of database analysis and design practice, gradually summed up. The use of these experiences, readers can not help hard sets, rote memorization, and to digest understanding, pragmatic, flexible grasp. and gradually achieve: in the application of development, in the development of the application.1. Relationship between the original document and th
Label:DirectoryThe origin of a Codd RDBMS12 law--rdbms Design phase of two-relational database Three design principles Four naming rules Database design, a cornerstone of the success of a software project. Many practitioners agree that d
Label:Transferred from: http://www.cnblogs.com/MeteorSeed/archive/2013/03/27/2880054.html ------------------------------------------------------------------------------------- Directory The origin of a Codd RDBMS12 law--rdbms Design phase of two-relational database Three design principles Four naming rules Database
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.