PLSQL_Semester_1_Mid_Term_Review.pdf

  1. 1、本文档共16页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
PLSQL_Semester_1_Mid_Term_Review

Oracle Academy 1 Database Programming with PL/SQL Copyright ? 2010, Oracle. All rights reserved. Database Programming with PL/SQL Semester 1 Mid Term Review Name: _________________________________________ 1. PL/SQL stands for ____________________. 2. PL/SQL is a ______ programming language. 3. The PL/SQL language uses which of the following (circle answer): a. Variables b. Cursors c. Conditional logic d. Data definition language 4. The basic unit in a PL/SQL program is a __________. 5. PL/SQL allows you to logically combine multiple SQL statements as one unit or block. The application can send the entire block to the database instead of sending the SQL statements one at a time. This significantly reduces the number of database calls. (True or False) 6. Name the three sections of a PL/SQL block. ____________________ ____________________ ____________________ 7. The declarative section contains SQL statements and PL/SQL statements to manipulate data in the database. (True or False) 8. The three types of blocks that can make up a PL/SQL program are (circle answer): a. Anonymous b. Procedures c. Manipulative d. Functions Oracle Academy 2 Database Programming with PL/SQL Copyright ? 2010, Oracle. All rights reserved. 9. The following is what type of PL/SQL program? ____________________ DECLARE v_date DATE := SYSDATE; BEGIN DBMS_OUTPUT.PUT_LINE(v_date); END; 10. Where are subprograms stored? ____________________ 11. In the LIKE operator, which symbol is used to represent a single text character or numeric digit (circle answer)? a. _ b. / c. d. % asdf 12. Which of the following can be used in the SELECT statement to return all columns of data in a table (circle answer)? a. ALL b. Columns c. * d. DISTINCT 13. The __________ keyword is used to eliminate duplicate rows from the output of a SQL statement. 14. __________ is a general function that converts a null value to a date,

文档评论(0)

l215322 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档