SP:存储过程

“Stored Procedure”通常简称为SP,这种缩写形式便于快速书写和使用。存储过程作为一种常见的数据库编程对象,广泛应用于各类综合性技术领域,尤其在没有特定分类的情况下。它的中文含义是“存储过程”,指的是数据库中预先编译好的一组SQL语句集合,可被重复调用以提高执行效率与代码复用性。

Stored Procedure具体释义

  • 英文缩写:SP
  • 英语全称:Stored Procedure
  • 中文意思:存储过程
  • 中文拼音:cún chǔ guò chéng
  • 相关领域sp 未分类的

Stored Procedure的英文发音

例句

  1. A routine and a stored procedure are synonymous in DB2 UDB.
  2. 在DB2UDB中存储过程(SP)和例程是同义的。
  3. In order to accomplish this a stored Procedure is created in the Database.
  4. 为了实现这一目的,在数据库中创建一个存储过程(SP)。
  5. Create a script to test the stored procedure on the database.
  6. 创建脚本以对数据库中的存储过程(SP)进行测试。
  7. A wizard creates a template stored procedure which you can deploy and test directly from DesignStudio.
  8. 由向导负责创建一个模板存储过程(SP),而您则可直接从DesignStudio对之进行部署和测试。
  9. No stored procedures exist in this database. You do not have permissions to create a stored procedure.
  10. 此数据库中没有存储过程(SP)。您没有创建存储过程(SP)的权限。