Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

SQLserver statement command

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Create database db001

-- create tables

Create table job (

Id char (10) not null,name char (30) not null,address char

);

-- delete the table

Drop table jobtable2

-- insert numeric value

Use db0001

Go

Insert into job values ('1', 2', 3')

Insert into job values ('2pm, 2m, etc.)

-- insert numeric value

Use db001

Insert into job values ('2pm, 2m, etc.)

Insert into job values ('10001mm,' zhangsan', 'sex')

-- create tables

Create table cjtb (id char (30), name char (30), sex char (30)

);

-- insert numeric value

Insert into cjtb values ('10002 million,' zhangsan', 'sex')

Insert into cjtb values ('10003miles,' zhangsan', 'sex')

Insert into cjtb values ('10004 million,' zhangsan', 'sex')

Insert into cjtb (id,name,sex) values ('10005 years, 1 005, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 3, 5, 5, 3, 5, 5, 4, 5, 5, 3, 5, 5, 2, 3, 5, 5, 5, 4, 5, 5, 2, 5, 2, 5, 2, 5, 5, 5, 5, 4, 4, 2, 2, 5, 2, 5, 5, 5, 5, 5, 5, 4, 2, 2, 4, 2, 2, 3, 2, 4, 4, 4, 2, 4, 4, 2, 4, 4, 4, 4, 4, 4, 2, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4

-- modify the numerical value

UPDATE cjtb SET name = 'wangmazi' WHERE id =' 6'

-- query table

Select * from cjtb

-create a view

CREATE VIEW V_Customer

AS SELECT id, name, sex

FROM cjtb

Drop database database name-delete database drop table table name-delete table from table name where condition-delete data truncate table table name is also delete database. But he can judge the sequence. You'll see if you compare it with the sequence.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report