PL-SQL Introduction -2 PLSQL Fundamentals课件.pptVIP

  • 5
  • 0
  • 约9.86千字
  • 约 26页
  • 2017-08-16 发布于河南
  • 举报
PL-SQL Introduction -2 PLSQL Fundamentals课件

PL/SQL Fundamentals ; Variables A variable is simply a location in memory where you can store data of different types. Variables can be read or set during execution of a PL/SQL block, values from the database can be stored in variables as can literals and values of other variables. All variables must be declared before they can be used. The declaration of a variable specifies the type and size of the data that the variable will hold. ; Different types of variable within PL/SQL Data type Max Size Default Size Description

文档评论(0)

1亿VIP精品文档

相关文档