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

By default, a column defined as a TIMESTAMP includes which attributes、

发布时间:2024-07-09

A.No fractional digits or time zone.

B.6 fractional digits and no time zone.

C.12 fractional digits plus a time zone.

D.12 fractional digits and no time zon

试卷相关题目

  • 1What is the primary purpose of a view、

    A.To enable uniqueness.

    B.To ensure data clustering.

    C.To combine data from multiple tables.

    D.To optimize queries ran against multiple tables.

    开始考试点击查看答案
  • 2Which two statements are true about foreign key constraints、 (Choose two.)

    A.The foreign key constraint columns must be supported by an index.

    B.The foreign key constraint columns must be defined as NOT NULL.

    C.The number and data types of foreign key constraint columns must match the parent key.

    D.The columns of one foreign key constraint cannot be used in another foreign key constraint.

    E.To define a foreign key constraint there must be an associated primary key or unique key in the same or different table.

    开始考试点击查看答案
  • 3Which statement about triggers is true、

    A.A trigger is designed to return specific types of values and contains executable code.

    B.A trigger is designed to return specific types of values but contains no executable code.

    C.A trigger performs actions to capture details about an activity like a join operation against multiple tables.

    D.A trigger performs actions in response to an event like an INSERT, UPDATE or DELETE operation on a tabl

    开始考试点击查看答案
  • 4When a user-defined function (UDF) is created and no schema is specified, what schema is used to store the UDF、

    A.The SYSIBM schema.

    B.The SYSFUN schema.

    C.A schema with the name of the UDF.

    D.A schema with the userid of the UDF definer.

    开始考试点击查看答案
  • 5When an application using a temporary table terminates or disconnects from the databaseunexpectedly, what happens to the temporary table and any data stored in it、

    A.The data in the table is deleted and the table persists.

    B.The data in the table is deleted and the table is implicitly dropped.

    C.The temporary table is converted to a base table and the data is delete

    D.D. The temporary table is converted to a base table and the data is persistent.

    开始考试点击查看答案
  • 6Which is NOT a valid reason for creating an index、

    A.To allow queries to run more efficiently.

    B.To enforce constraints such as uniqueness on index keys.

    C.To order the columns of a table in ascending or descending sequence according to values in a row.

    D.To order the rows of a table in ascending or descending sequence according to the values in a column.

    开始考试点击查看答案
  • 7Which type of constraint can be used to ensure that an INTEGER column in a table will never be assigned more than one record that contains a NULL value、

    A.Unique constraint

    B.Primary key constraint

    C.Informational constraint

    D.Column default constraint

    开始考试点击查看答案
  • 8Which statement is true regarding constraints、

    A.A table can only have one unique key constraint.

    B.A table can have multiple primary key constraints.

    C.Informational constraints tell DB2 what rules the data conforms to, but the rules are not enforce

    D.D. Foreign key constraints are enforced on the values within the rows of a table, or between the rows of two tables, by a unique index on a foreignkey.

    开始考试点击查看答案
  • 9By default, where is the data stored for a column defined with an XML data type、

    A.In an XML index.

    B.In line with the rest of the data for the table.

    C.In an XML storage object that is separate from the table.

    D.In line with the rest of the data for the table, for XML columns less than 32KB.

    开始考试点击查看答案
  • 10Which statement about BEFORE triggers is FALSE、

    A.A BEFORE trigger can be used to perform validation of input data.

    B.A BEFORE trigger can be used to automatically generate values for newly inserted rows.

    C.A BEFORE trigger is fired for each row in the set of affected rows before the trigger event executes.

    D.A BEFORE trigger is fired for each row in the set of affected rows instead of executing the trigger event.

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