relational database and SQL statement-related concepts

Source: Internet
Author: User


Defined

Data Warehouse , which holds the data . is a file system , but also the use of files to save data , but access to data ( increase Delete modify query ) You must use a standard SQL statement to access

A common relational database

*oracle-- large-scale applications, for a fee.

*mysql--A small database, free open source! acquired by Oracle and charged from the 6.x version.

*sqlserver-- Microsoft

*DB2--IBM 's company, the bank's business.

Related concepts

* The server where the database is installed on the computer, create multiple databases in the database server

* Create multiple tables in each database, the table is used to save the data, the table contains the field (column name), the data stored in the field.

* in Java code, a JavaBean object that corresponds to a row of data in the table.

The installation package for the MySQL database has the extension MSI

The common Graphical interface is : Sqlyong navicat

Sql

1. SQL Language is a non-procedural language

*sql:Structured Query Language, structured querying language

* Procedural language: The execution of this statement depends on the previous or previous statement.

* Non-procedural language: There is only one single statement that produces a result.

2. Classification of SQL languages

*ddl(Data Definition Language)

* Data definition language, CREATE DATABASE CREATE TABLE structure

* Create drop

*dml(Data manipulation Language)

* Data manipulation language, add data to modify data Delete data

* Insert Update Delete

*DCL(Data Control Language)

* Data Control Language, stored procedure

* If Else

*DQL(Data Query Language)

* data Query Language, query data

* Select


relational database and SQL statement-related concepts

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.