MySQL Learning (iii): Primary knowledge Data Sheet

Source: Internet
Author: User

Tag: the IMG number automatically does not have a data table looking for alt ima. com

Open the database:
  • Use db_name: Open the database.

    To create a data table:

View Data Sheet:

To view the data table structure:

Simple insertion and lookup of data:

  • Insert: Insert [into] tbl_name [(col_name)] VALUES (Val1,val2,...);
  • Find: SELECT expression from Tbl_name
NULL and non-null:
  • NULL and non-null are not specified when the table is established, and can be null by default.
  • When you create a table, you can add some corresponding properties to the column name-data type
Auto Number:

Primary key: Primary key non-null

Unique constraint: Uniue KEY can be empty

Default constraints:

Example:

  • Record Lookup:

  • View the data table structure

  • Create:

MySQL Learning (iii): Primary knowledge Data Sheet

Related Article

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.