Mysql technology insider (version 4) Reading Notes (1)

Source: Internet
Author: User

Mysql technology insider (version 4) Reading Notes (1)
As a programmer, he must deal with databases, whether relational (SQL Server, MySql, Oracle, etc.) or non-relational (MongoDB, etc ); I think that as long as you have used or understood SQL, you have more or less mastered the terms and basic concepts of SQL, such as: Database (DB), Management System (MS), relationship (R ), I will not describe the concepts of these terms. You can search for them by yourself! In fact, I am not used to these conceptual things! For this reason, I used the following definition to simplify: Database Management System (RDBMS) = database (DB) + Management System (MS) + relationship (R) in order to interact with Mysql, of course, we need to use the standardized database language such as SQL, similar to this: create table student (student_id int, student_name char (20), student_age int); Mysql architecture: the architecture of the Client/Server; write it here today to learn about Mysql first, and summarize the SQL statements in the next section! To be continued ...........

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.