Oracle Structured language Query DML DDL DCL

Source: Internet
Author: User

--Structured Query Language (structured query Language) with a definition,--query, update and control, and other functions, is the standard language of the relational database. --SQL Classification:--Data Manipulation language DML data manipulation Language:--SELECT INSERT UPDATE DELETE--inserting values INSERT INTO t_three_killed T (t.c_pk_id, T.c_name, T.c_age, T.c_sex, T.c_country, T.c_skill) VALUES (' WEEFFFWEFG ', ' Zhao Yun ', ' 18 ', ' Male ', ' shu ', ' kill when Flash, Flash kill ');  COMMIT; --updated value update t_three_killed T SET t.c_name= ' Liu San dog ', t.c_age = ' $ ', t.c_country = ' group 'WHERE t.c_pk_id= ' Sdffdssdfa ';  COMMIT; --remove Delete t_three_killed T WHERE t.c_pk_id= ' SDFFDSASFA ';   COMMIT; --Data Definitions Language DDL data definition language:create ALTER DROP RENAME TRUNCATE--Data Control Language DCL Data Control language:grant REVOKE--Transaction:commit rollback savepoint

Oracle Structured language Query DML DDL DCL

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.