Head A C # Chinese version (PAGE19)

Source: Internet
Author: User

The IDE creates a database when you tell the IDE to add a new database to your project, the IDE creates a database for you. A SQL database is a system that stores data for you in an organized, interconnected way. The IDE gives you all the tools you need to maintain your data.

The data in the SQL database exists in the table. For now, you can think of it as an electronic tabulation software. It organizes your data into the ranks. Columns represent data classifications, such as the name and phone of a contact, and each row represents the data on a contact card.

SQL is its own language

SQL represents a structured query language. It is a programming language used to access data in a database. It has its own syntax, keywords, and structure. SQL code accesses and retrieves data in the form of state and query. A SQL database can hold stored procedures that represent a large number of SQL states and queries, stored in a database, and can be run at any time. The IDE generates stored procedures for you to allow your program to access the data in the database.

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.