单项选择题
Which of the following strings can be inserted into an XML column using XMLPARSE?()
A."<employee/>"
B."<?xml version='1.0' encoding='UTF-8' ?>"
C."<!DOCTYPE hello SYSTEM 'hello_world.dtd'>"
D."<x xmlns:ibmcert='http://www.ibm.com/certify'>"
相关考题
-
单项选择题
What is the maximum size that can be specified when creating an XML column in a DB2 table?()
A.No size is specified
B.The buffer pool size
C.The page size for the table space
D.The extent size for the table space -
单项选择题
If a unique constraint is defined on column COL1 of table TAB1, what are the characteristics of COL1?()
A.COL1 will accept NULL values and can be referenced in another table's foreign key specification.
B.COL1 will not accept NULL values and cannot be referenced in another tables foreign key specification.
C.COL1 will not accept NULL values and can be referenced in another tables foreign key specification.
D.COL1 will accept NULL values and cannot be referenced in another tables foreign key specification. -
单项选择题
A DBA has been asked to create a table which will contain a substantial amount of detailed sales information for each calendar month and maintain it to contain only the last 12 months. Which of the following methods will facilitate the online removal of the oldest month’s data?()
A.Create an MQT that selects the oldest month of data with the REFRESH IMMEDIATE option.
B.Create 12 separate tables, create a view based on all 12, drop the table with the oldest month's data then drop and re- create the view.
C.Create a range partitioned table, partitioned by month, and use the ALTER TABLE statement to detach the oldest month and attach storage for new data.
D.Create a single table, extract the data to be retained using UNLOAD with a SELECT statement, drop and re-create the table then load only the data to be retained.
