Instance
Table space
System catalog
Schema repository
第1题:
A.Instance
B.Table space
C.System catalog
D.Schema repository
第2题:
第3题:
Which of the following database objects can be used to raise an error if a table is updated?()
第4题:
Which of the following describes the objects of a DB2 database and their relationships?()
第5题:
Which describes the default behavior when you create a table?()
第6题:
A table was just created on your Oracle database with six extents allocated to it. Which of the following factors most likely caused the table to have so many extents allocated?()
第7题:
Instance
Table space
System catalog
Schema repository
第8题:
View
Catalog Table
Stored Procedure
Global Temporary Table
第9题:
CLOB
BLOB
Hierarchically
Rows and columns
第10题:
The table is accessible to all users.
Tables are created in the public schema.
Tables are created in your schema.
Tables are created in the DBA schema.
You must specify the schema when the table is created.
第11题:
ALTER TABLE Service.Table SWITCH TO Costs.Table1;
ALTER SCHEMA CostsTRANSFER Service.Table;
ALTER USER Service WITH DEFAULT_SCHEMA = Costs;
ALTER AUTHORIZATION ON Service.Table1 TO Costs;
第12题:
Table
Columns
Table and Alias
Columns and Alias
第13题:
第14题:
Which of the following DB2 products are required on an iSeries or System i server to enable an application running on that server to retrieve data from a DB2 database on a Linux server?()
第15题:
Which of the following is a characteristic of a schema?()
第16题:
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?()
第17题:
You issued the following statement in your SQL*Plus session: SQL>ALTER SESSION ENABLE RESUMABLE TIMEOUT 600; Which operation is neither suspended nor resumed using the Automatic Resumable Allocation feature in your database?()
第18题:
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named DB1 in the instance. In the Services schema, There is a table named Service.Table. The Services.Table has to be moved from the Sales schema to a new schema named Costs. In the options below, which Transact-SQL statement should you execute?()
第19题:
View
Table
Routine
Package
第20题:
The value for MINEXTENTS setting
The value for PCTINCREASE setting
The value for MAXEXTENTS setting
By default, Oracle allocates six extents to all database objects
第21题:
View
Alias
Table
Package
第22题:
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.
第23题:
creating a table in your schema and you exceed your allocated space quota on the tablespace
executing a long query that involves a sort operation and the statement runs out of temporary space
loading data into tables by using the SQL*Loader and the number of extents in the table reaches the maximum limit
creating a table in a dictionary-managed tablespace with an explicit MAXEXTENTS setting which results in an out of space error
第24题:
Package
Trigger
Stored Procedure
Informational Constraint