|
一些最重要的 SQL 命令 SELECT - 從數(shù)據(jù)庫中提取數(shù)據(jù) UPDATE - 更新數(shù)據(jù)庫中的數(shù)據(jù) DELETE - 從數(shù)據(jù)庫中刪除數(shù)據(jù) INSERT INTO - 向數(shù)據(jù)庫中插入新數(shù)據(jù) CREATE DATABASE - 創(chuàng)建新數(shù)據(jù)庫 ALTER DATABASE - 修改數(shù)據(jù)庫 CREATE TABLE - 創(chuàng)建新表 ALTER TABLE - 變更(改變)數(shù)據(jù)庫表 DROP TABLE - 刪除表 CREATE INDEX - 創(chuàng)建索引(搜索鍵) DROP INDEX - 刪除索引 提取數(shù)據(jù) select 更新數(shù)據(jù) update 刪除數(shù)據(jù) delete 插入數(shù)據(jù) insert into 創(chuàng)建數(shù)據(jù)庫 create database 修改數(shù)據(jù)庫 alter database 創(chuàng)建表 create table 更改表 alter table 刪除表 drop table 創(chuàng)建索引 create index 刪除索引 drop index 分享知識(shí),分享快樂!希望中國(guó)站在編程之巔!
360圖書館館號(hào):rsgz002.360doc.com |
|
|