永发信息网

求一份完整的SQL语句(建立数据库以及增删改查)的存储过程

答案:1  悬赏:20  手机版
解决时间 2021-04-23 00:46

要求:

1、用SQL语句建立一个ShopDB

2、用SQL语句对其进行增、删、改、查

最佳答案


Use master
Go

If Exists (select * from sysdataBases where name = 'ShopDB')
Drop dataBase ShopDB
Go
Create DataBase ShopDB
On
Primary
(

Name = 'ShopDB',
FileName = 'E:\ShopDB_data.mdf',
Size = 10MB,
FileGrowth = 20%
)
Log On
(

Name = 'ShopDB2',
FileName = 'E:\ShopDB_log.ldf',
Size = 3MB,
MaxSize = 20MB,
FileGrowth = 10%
)
Go


Use ShopDB
Go

If Exists (select * from sysObjects where name = 'Users')
Drop table Users
Go
Create Table Users
(
ID int Identity (1,1) not null ,
myname varchar (15) not null ,
age int
)
Go


---------插入数据-----------
insert into Users values ('雨',18)
insert into Users values ('叶',21)
insert into Users values ('露',24)


select * from users



If Exists ( select * from sysobjects where name = 'proc_select')
Drop procedure proc_select
Go

Create procedure proc_select
As
Select age,myname from Users where age > 18
Go



Exec proc_select
Go



If Exists ( select * from sysobjects where name = 'proc_insert')
Drop procedure proc_insert
Go
Create procedure proc_insert
@userName varchar(20),
@age int
As
insert into Users values (@userName,@age)
Go



Exec proc_insert sky,20
Go



If Exists ( select * from sysobjects where name = 'proc_update')
Drop procedure proc_insert
Go
Create procedure proc_update
@userName varchar(20),
@age Money
As
update Users set age=@age where myname = @userName
Go



Exec proc_update sky,21
Go




If Exists ( select * from sysobjects where name = 'proc_delete')
Drop procedure proc_delete
Go

Create procedure proc_delete
@userName varchar(20)
As
delete from Users where myName = @userName
Go



Exec proc_delete sky
Go


我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
help: iphone的GPS好用吗?
我有时间吗
种牙之后还可以吃东西吗
别克君越开了3年现在能卖多少钱,买时裸车28万
表示爱求而不得的诗句,英语句子中表示递进关
赛尔现在什么精灵好
2008UC星空管理版谁知道在那下载?
咳嗽怎么办!现在没药,有什么办法暂时不那么
为什么我家电容易跳闸
韩服英雄联盟出场台词,英雄联盟英雄台词语音
DNF我没有用外挂 网络一直中断 后来再上说我
佳友茶坊在什么地方啊,我要过去处理事情
关于种地的谚语,和种地有关的诗词
手机出现灰屏
在舞台上PK选手被淘汰时用的最多的音乐是什么
推荐资讯
两只老鼠,打一成语是什么?
现在的机器人的制造符合那些原理?未来的机器
志伟广告在什么地方啊,我要过去处理事情
旅游优美的句子短一点,谁有优美句子稍微短一
什么果敢的四字成语
蓝牙耳机连接电脑的问题
有什么网友加速
江苏理工学院好不好,江苏理工学院比较好的专
归屏兹什么意思
在查找加友中如何能攻破别人的问题?
摩尔庄园的瑞奇去哪里了?
2010年中国哪里有动漫展?
正方形一边上任一点到这个正方形两条对角线的
阴历怎么看 ?