欢迎来到天天文库
浏览记录
ID:9517217
大小:149.20 KB
页数:12页
时间:2018-05-02
《sql 存储过程学习总结》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、select*from成绩表select*from学生信息表1存储过程的定义·存储过程(procedure)类似于C语言中的函数·用来执行管理任务或应用复杂的业务规则·存储过程可以带参数,也可以返回结果·存储过程可以包含数据操纵语句、变量、逻辑控制语句等2存储过程的优点·执行速度更快·允许模块化程序设计·提高系统安全性·减少网络流通量integratedlevynephropathyintegratedlevynosymptomsurinecheckexceptionIgAnephropathyLupussexnephritisallergy
2、sexPurpurasexnephritisdiabetesnephropathyurinarytractinfectionkidneysmalltubebetweenqualitysexdiseaseacutekidneyfailurechronickidneyfailurerequirementsatleast30cases3.highrequirements(1)learningdiseasespecies:radicalsexnephritis.(2)language,andteaching,andresearch,capacityo
3、frequirements:abroadaboutliteraturereviewedorreadingreport1article(3)clinicalknowledge,andskillsrequirements:kidneypuncture(six)endocrinemetabolismsection2months(containingendocrinesectionoutpatient2week)1.Rotarypurposemaster:thyroidfunctionhyperthyroidismsyndromeandthyroid
4、functiondecreasesyndromeofcauseslearn,andclinicalperformance,andtreatmentandthelaboratoryperformance;diabetesclassification,andcauses,anddiagnosisstandard,andclinical3、存储过程的分类3.1系统存储过程·由系统定义,存放在master数据库中·类似C语言中的系统函数·系统存储过程的名称都以“sp_”开头或”xp_”开头3.2用户自定义存储过程·由用户在自己的数据库中创建的存储过程
5、·类似C语言中的用户自定义函数4、常用的系统存储过程4.1系统存储过程列表系统存储过程说明sp_databases列出服务器上的所有数据库。sp_helpdb报告有关指定数据库或所有数据库的信息sp_renamedb更改数据库的名称sp_tables返回当前环境下可查询的对象的列表sp_columns回某个表列的信息sp_help查看某个表的所有信息sp_helpconstraint查看某个表的约束sp_helpindex查看某个表的索引sp_stored_procedures列出当前环境中的所有存储过程。sp_password添加或修改登录
6、帐户的密码。sp_helptext显示默认值、未加密的存储过程、用户定义的存储过程、触发器或视图的实际文本。4.2调用常用的系统存储过程EXECsp_databases--列出当前系统中的数据库EXECsp_renamedb'Northwind','Northwind1'--修改数据库的名称(单用户访问)USEstuDB--当前数据库中查询的对象的列表GOEXECsp_tables--返回某个表列的信息integratedlevynephropathyintegratedlevynosymptomsurinecheckexceptionIgA
7、nephropathyLupussexnephritisallergysexPurpurasexnephritisdiabetesnephropathyurinarytractinfectionkidneysmalltubebetweenqualitysexdiseaseacutekidneyfailurechronickidneyfailurerequirementsatleast30cases3.highrequirements(1)learningdiseasespecies:radicalsexnephritis.(2)languag
8、e,andteaching,andresearch,capacityofrequirements:abroadaboutliteraturereviewedorre
此文档下载收益归作者所有