Learning notes: MySQL database preliminary concept

Source: Internet
Author: User
Database

What is a database, a database is a large amount of information management of efficient solution, according to data structure to organize, store and manage the carrier of the database. And we often say that the database can be divided into relational and non-relational database.

relational database

The relational database mentioned here refers to a database based on a relational model.

The relationship model (corresponding) = two-dimensional table (corresponding) = real-world entity set

and entity sets, such as in a teaching department, there are at least three entity sets, teacher entity set, student entity set

is to create a (teaching department) database, and then create three tables (teacher table, student table)

In an easier-to-understand case, for example,

Student entity set = Correspondence = Student two-dimensional table

A student such as Xiaomi = Correspondence = A record in a table

Millet height = corresponding = A field of this record in the table

Learning notes: MySQL database preliminary concept

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.