SQL基礎知識歸納總結,sql歸納總結

來源:互聯網
上載者:User

SQL基礎知識歸納總結,sql歸納總結

1、SQL語句主要分類

(1)DDL:Data Definition Languages,資料定義語言 (Data Definition Language),常用的語句關鍵字主要包括create、drop、alter等;

(2)DML:Data Manipulation Language,資料動作陳述式,常用的語句關鍵字主要包括insert、delete、update和select等;

(3)DCL:Data Control Language,資料控制語言,常用的語句關鍵字包括grant、revoke等。


2、UNION和UNION ALL的區別

(1)UNION ALL是把結果集直接合并在一起,沒有去重的結果;

(2)UNION是將UNION ALL後的結果進行一次distinct,去除重複記錄後的結果。


3、MySQL內建資料庫作用

(1)information_schema:主要儲存了系統中的一些資料庫物件資訊,如使用者表資訊、列資訊、許可權資訊、字元集資訊、分區資訊等;

(2)mysql:儲存了系統的使用者權限資訊;

(3)test:系統自動建立的測試資料庫

著作權聲明:本文為博主原創文章,未經博主允許不得轉載。

相關文章

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.