6.7-Database design, three main paradigms

Source: Internet
Author: User
I. Database design    software development:        Requirements Analysis        Summary Design        detailed design        code writing test on-        line deployment    er diagram:    picture er diagram:           Visio           Edraw II,    the first paradigm of the three paradigms:        ensuring the atomicity of each column the        second paradigm of the smallest data unit in which each column is non-divided    :        requires that each table only describes one thing    third paradigm        if a relationship satisfies 2NF,        and no columns other than the primary key are passed dependent on the primary key column,        then the third normal form (3NF) is satisfied. JDBC    Java Connection Database technology    DriverManager: Managing the JDBC driver depending on the database    Connection: Responsible for connecting to the database and serving the task      of transmitting data Statement: Generated by Connection, responsible for executing the SQL statement    ResultSet: Responsible for saving the query results resulting from the Statement execution    procedure of the JDBC operations database

6.7-Database design, three main paradigms

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.