- 69
- 0
- 约1.15万字
- 约 24页
- 2017-06-23 发布于河南
- 举报
常用SQL语句大全(简单实用)(国外英语资料)
常用SQL语句大全(简单实用)(国外英语资料)
Statement function
-- data manipulation
SELECT -- retrieve data rows and columns from a database table
INSERT -- adding new data rows to a database table
DELETE -- deletes rows of data from the database table
UPDATE -- update the data in the database table
-- data definition
CREATE TABLE - create a database table
DROP TABLE -- delete tables from the database
ALTER TABLE - modify the database table structure
CREATE VIEW - create a view
DROP VIEW -- delete views from the database
CREATE INDEX -- creates an index for the database table
DROP INDEX -- removes indexes from th
原创力文档

文档评论(0)