You cannot update a view with group functions.
When you update a view group functions are automatically computed.
When you update a view only the constraints on the underlying table will be in effect.
When you update a view the constraints on the views always override the constraints on the underlying tables.
第1题:
You are responsible for maintaining a SQL Server 2005 database. Business analysts in the company routinely use a view named v CustomerSales to join the Customers and Sales tables in the database. They use the view to aggregate total sales by customer by month. You need to increase the performance of the view. What should you do?()
第2题:
You are responsible for a data warehouse application that uses records from an external table to update one of the dimension tables periodically. The records in the external table may contain data for new rows in the dimension table, or for updates to its existing rows. Which type of SQL command would you use to transfer the data from the external table to the dimension table as efficiently as possible?()
第3题:
What is necessary for your query on an existing view to execute successfully? ()
第4题:
Which two statements about views are true?()
第5题:
You are granted the CREATE VIEW privilege. What does this allow you to do?()
第6题:
You have a computer that runs Windows 7. The computer is configured to use an intranet Microsoft updateservice location. You need to view the name of the intranet service location. What should you do?()
第7题:
You are an Administrator at Cer-tech .com. you manage a member server that runs Windows Server 2008.The Terminal Server Gateway (TS Gateway) is also installed on the member server. You want to find outwhether a group of users have ever connected to their workstations remotely through TS Gateway server. What should you do to achieve this task?()
第8题:
MERGE
SELECT …CROSS JOIN
INSERT ALL …SELECT
CREATE VIEW …CONSTRAINT
第9题:
View the WindowsUpdate.log file.
Create a new log view in Event Viewer.
From Update Services, view the WSUS Updates update view.
From Update Services, run an Update Status Summary report.
第10题:
You cannot update a view with group functions.
When you update a view group functions are automatically computed.
When you update a view only the constraints on the underlying table will be in effect.
When you update a view the constraints on the views always override the constraints on the underlying tables.
第11题:
REF cursor.
Instead Of trigger.
Stored procedure that returns object values.
The underlying view cannot be modified because DML on a view is not supported.
第12题:
Create a table view.
Create a view in any schema.
Create a view in your schema.
Create a sequence view in any schema.
Create a view that is accessible by everyone.
Create a view only of it is based on tables that you created.
第13题:
You have a server that runs Windows Server 2003 Service Pack 2 (SP2) and Windows Server Update Services (WSUS) 3.0. You need to view the approved WSUS updates that have been superseded by newer updates. You want to achieve this goal by using the minimum amount of administrative effort. What should do you do?()
第14题:
The EMP_DEPT block in your EMPLOYEE form is based on a view in an Oracle8 database. The items in this block have the Update Allowed property set to Yes. Which database feature makes it possible to permanently modify the underlying view?()
第15题:
What is true about updates through a view? ()
第16题:
What does the FORCE option for creating a view do?()
第17题:
A SQL Azure database generates an error when a row is inserted into any table in the database. No error is generated when a row is deleted. You need to recommend an approach for locating the source of the errors. What should you recommend?()
第18题:
You are creating a view to join the Customers and Orders tables in a SQL Server 2005 database. You need to ensure that the view cannot be affected by modifications to underlying table schemas. You want to accomplish this goal by using the least possible amount of overhead. What should you do?()
第19题:
creates a view with constraints
creates a view even if the underlying parent table has constraints
creates a view in another schema even if you don't have privileges
creates a view regardless of whether or not the base tables exist
第20题:
The row movement is not enabled on the table.
The first two updates were not explicitly committed.
The Flashback Versions Query lists only the most recent update.
The Flashback Versions Query stops producing rows after it encounters a time in the past when the table structure was changed.
第21题:
At a command prompt, run Wusa.exe.
Open Event Viewer and examine the Application log.
Open Windows Update and click View update history.
R.eview the contents of the C:///windows/windowsupdate.log file.
第22题:
A view can be created as read only.
A view can be created as a join on two or more tables.
A view cannot have an ORDER BY clause in the SELECT statement.
A view cannot be created with a GROUP BY clause in the SELECT statement.
A view must have aliases defined for the column names in the SELECT statement.
第23题:
Create CHECK constraints on the tables.
Create a DDL trigger to roll back any changes to the tables if the changes affect the columns in the view.
Create the view, specifying the WITH SCHEMABINDING option.
Create the view, specifying the WITH CHECK option.
第24题:
Use a Dynamic Management View to check for locks.
Use a Dynamic Management View to check for blocked queries.
Use a Dynamic Management View to check for long-running queries.
Use a Dynamic Management View to check the size and maximum size of the database.