You added a PHONE_NUMBER column of NUMBER data type to an existing EMPLOYEES table. The EMPLOYEES table already contains records of 100 employees. Now, you want to enter the phone numbers of each of the 100 employees into the table. Some of the employees may not have a phone number available. Which data manipulation operation do you perform?()
第1题:
You create a data block based on a relation table containing a REF column. You select the REF column for your form module. Which statement about the REF column is true?()
第2题:
Which two statements about sequences are true? ()
第3题:
You are creating a form that will access an Oracle8 database. On which three sources can you base a data block?()
第4题:
You need to ensure that the Cust_CalcData column is implemented appropriately. What should you do?()
第5题:
Create a trigger that rolls back changes to the Price column that violate company policy.
Create a stored procedure that disallows changes to the Price column that violate company policy.
On the Price column, create a check constraint that requires a specified minimum value.
On the Price column, create a foreign key constraint to a table that contains valid prices.
第6题:
Use the report wizard to change the column label.
Click and high light the column label and replace it with desired text.
Click the column label and alter its property palette.
Click the dept column and alter its property palette.
第7题:
You should drop the XML index on the table. Modify the primary key. Recreate the XML index
You should alter the XML index and set the ALLOW_ROW_LOCKS = OFF option. Alter the primary key and set the ALLOW_ROW_LOCKS = ON option.
You should move the XML data to a temporary table. Clear the XML data from the original table by setting the GoodsDetails column to NULL. Modify the primary key. Repopulate the ProductSpecs column.
You should disable the XML index on the GoodsDetails column. Modify the primary key.Enable the XML index on the ProductSpecs column.
第8题:
Define the new column as NULL.Update the FriendlyName column to the same value as the productName column. Alter the FriendlyName column to be NOT NULL.
Define the new column as NOT NULL with a default value of ’Undefined.’
Define the new column as NULL. Use application logic to enforce the data constraint.
Define the new column as NULL with a default value of ’Undefined.’
第9题:
CLOB
BLOB
BFILE
LONG RAW
第10题:
MERGE
INSERT
UPDATE
ADD
ENTER
You cannot enter the phone numbers for the existing employee records.
第11题:
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 named Dworks in the instance. The Dworks table has a table named BillDetails which has a clustered primary key named BillId on the BillId column. The BillDetails table has a single XML column named GoodsDetails. The XML column has an XML index and XML data are stored in this XML column. A new column named GoodsID is added to the BillDetails table. GoodsID must be included in the primary key. So what action should you perform to achieve this goal?()
第12题:
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?()
第13题:
You are creating a DataTable. You use the following code segment to create the DataTable. (Line numbers are included for reference only.) 01 Dim dt As New DataTable("Products") 02 dt.Columns.Add(New DataColumn("Price", _ GetType(Decimal))) 03 dt.Columns.Add(New DataColumn("Quantity", _ GetType(Int32))) 04 Dim dc As DataColumn = New DataColumn("Total", _ GetType(Decimal)) 05 dt.Columns.Add(dc) You need to ensure that the Total column is set to the value of the Price column multiplied by the Quantity column when new rows are added or changed. What should you do? ()
第14题:
You work in a company which is named Wiikigo Corp. The company 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 which is named Sellings in the instance. The Sellings database contains a table named Productions. The table is used to stores information about all types of products. The Productions table is often queried by users on the basis of the RadioSize column. The RadioSize column contains the NULL value for all products other than Radios. Currently no index exists on the RadionSize column. According to the requirement of the company CIO, you have to optimize the query performance and reduce the effect on the disk space to the least. So what action should you perform to achieve this goal?()
第15题:
After the query.
Enter the report and change the column's position in the field tab.
Alter the column's position in the object navigator.
Enter the report wizard and change the column's position in the data tab.
Alter the column's position within its group and change the layout.
第16题:
nvarchar(100) NULL
nvarchar(max) NOT NULL
nvarchar(100) NOT NULL
nvarchar(100) SPARSE NULL
第17题:
Add the following code segment after line 05. dc.ExtendedProperties(Total) = Price * Quantity
Add the following code segment after line 05. dc.Expression = Price * Quantity
Write an event handler for the DataTable's TableNewRow event that updates the row's Total.
Write an event handler for the DataTable's ColumnChanged event that updates the row's Total.
第18题:
the WRITES_LOGFILE_SIZE column of the V$INSTANCE_RECOVERY view
the column of the V$INSTANCE_RECOVERY view
the OPTIMAL_LOGFILE_SIZE column of the V$INSTANCE_RECOVERY view
the LOG_FILE_SIZE_REDO_BLKS column of the V$INSTANCE_RECOVERY view
第19题:
Rows
Totals
Columns
Cells
Data
第20题:
Double click the dept column in the group to alter the property palette and change the break out order value.
Double click the dept column in the group to open the property palette and change the set break order value.
Double click the g_dept group object to change the break order.
Click the dept column in the group to change the break order.