位置:首页 > 题库频道 > 其它分类 > 计算机其它 > 专业技术初级资格程序员基础知识DB2

If the following command is executed: CREATE DATABASE test What is the page size (in kilobytes) of the database、

发布时间:2024-07-09

A.4

B.8

C.16

D.32

试卷相关题目

  • 1Given the following DDL statement: CREATE TABLE sales (item CHAR(20)); If a DBA wishes toincrease the size of the ITEM column, which SQL statement needs to be used、

    A.ALTER TABLE sales ADD COLUMN item CHAR(40);

    B.ALTER TABLE sales ALTER COLUMN item CHAR(40);

    C.ALTER TABLE sales MODIFY COLUMN item CHAR(40);

    D.ALTER TABLE sales ALTER COLUMN item SET DATA TYPE CHAR(40);

    开始考试点击查看答案
  • 2Which DB2 object can be used to improve the execution performance of qualified SELECT statements、

    A.Trigger

    B.SQL Procedure

    C.Sequence Object

    D.Materialized Query Table

    开始考试点击查看答案
  • 3When is it appropriate to use a sequence、

    A.When you want to control the order in which triggers are fired.

    B.When you want to control the order in which stored procedures can be invoked.

    C.When you want to automatically generate a numeric value that is not tied to any specific column or table.

    D.B. When you want to control the order in which stored procedures can be invoked.C. When you want to automatically generate a numeric value that is not tied to any specific column or tabl

    E.D. When you want to automatically generate a numeric value for each row that is added to a specific table.

    开始考试点击查看答案
  • 4Which clause should be included in a ALTER TABLE statement to update a table definition with a new column、

    A.ADD COLUMN

    B.ALTER COLUMN

    C.APPEND COLUMN

    D.RENAME COLUMN

    开始考试点击查看答案
  • 5Which object is a stored procedure defined into、

    A.Table

    B.Schema

    C.Package

    D.Database

    开始考试点击查看答案
返回顶部