Sequence
Trigger
Schema
View
第1题:
A.Table
B.Columns
C.Table and Alias
D.Columns and Alias
第2题:
A.Sequence
B.Trigger
C.Schema
D.View
第3题:
第4题:
An Alias can be an alternate name for which DB2 object?()
第5题:
A stored procedure object is created into which DB2 object?()
第6题:
Which of the following database objects can be used to raise an error if a table is updated?()
第7题:
A user utilizing an alias to update a subset of columns in a table must have UPDATE privileges on which of the following DB2 objects?()
第8题:
Which object privileges can be granted on a view? ()
第9题:
a schema object
a subquery that can contain an ORDER BY clause
another name for a view that contains group functions
a subquery that is part of the FROM clause of another query
第10题:
none
DELETE, INSERT,SELECT
ALTER, DELETE, INSERT, SELECT
DELETE, INSERT, SELECT, UPDATE
第11题:
Sequence
Trigger
Schema
View
第12题:
put(String name. Object value)
set(String name. Object value)
setAttribute(String name. Object value)
putAttribute(String name. Object value)
addAttribute(String name. Object value)
第13题:
A.Alias
B.Schema
C.Package
D.Routine Space
第14题:
A programmer wants to generate values for a numeric ID column in their EXPENSE table. The ID column values need to be incremented by 1000 for each new expense report added to the EXPENSE table. Which DB2 object can be referenced by an INSERT statement to meet thisrequirement?()
A.Sequence
B.Table Function
C.Identity Column
D.INSTEAD OF Trigger
第15题:
Which object may be used during query optimization to improve the performance for a subset of SELECT queries?()
第16题:
On which of the following database objects may the SELECT privilege be controlled?()
第17题:
A programmer wants to generate values for a numeric ID column in their EXPENSE table. The ID column values need to be incremented by 1000 for each new expense report added to the EXPENSE table. Which DB2 object can be referenced by an INSERT statement to meet thisrequirement?()
第18题:
Which of the following is a characteristic of a schema?()
第19题:
Which HttpSession method stores an object in a session?()
第20题:
Which best describes an inline view?()
第21题:
Sequence
Table Function
Identity Column
INSTEAD OF Trigger
第22题:
Alias
Schema
Package
Routine Space
第23题:
Foreign key references cannot cross schema boundaries.
A DB2 user must be created before a schema with the same name can be created.
If no schema is specified when an object is created, the default schema PUBLIC is used.
A schema enables the creation of multiple objects in a database without encountering namespace collisions.
第24题:
Table
Columns
Table and Alias
Columns and Alias