70-451 Exam Questions
147 real 70-451 exam questions with expert-verified answers and explanations. Page 2 of 3.
- Question #51
You have a table that contains 5 million rows. The table has a clustered index. You plan to add an additional index on a column that contains 80 percent null values. The column is...
- Question #52
You have a table named Books that contains information about books. Books has the columns in the following table. You plan to create several queries that will filter on Title and I...
- Question #53
You are a database developer. You plan to design a database solution by using SQL Server 2008. The database supports a Web site and captures user interactions. These interactions a...
- Question #54
You are a database developer. You plan to design a database solution by using SQL Server 2008. The database supports a warehousing application and contains data from two warehouses...
- Question #55
You are a database developer. You plan to design a database solution by using SQL Server 2008. You plan to design a complex multi-statement stored procedure in the following manner...
- Question #56
You are a database developer. You plan to design a database solution by using SQL Server 2008. The database will contain three tables. The structure of the three tables is as shown...
- Question #57
You are a database developer. You plan to design a database solution by using SQL Server 2008. The database contains a table that is stored as a heap. You perform page-level compre...
- Question #58
You are a database developer. You plan to design a database solution by using SQL Server 2008. Your company has a main office in New York and several branch offices globally. All t...
- Question #59
Your company is developing an application. The database platform for the application will be vendor-independent. You need to ensure that the application automatically stores the cu...
- Question #60
A database contains two tables named Table1 and Table1_Details. Table1_Details contains details about the items in Table1. You need to ensure that when an item is removed from Tabl...
- Question #61
You need to design a database solution that meets the following requirements: - Supports different types of databases - Provides reliable messaging between databases - Provides dat...
- Question #62
You have a table that contains 10 million rows. You need to design a query that returns a 100,000- row sample dataset. The solution must minimize the query's execution time. The sa...
- Question #63
You are a database developer. You design a database solution by using SQL Server 2008. Your company has offices in Europe, Asia, North America, and Africa. The company data is upda...
- Question #64
You are a database developer. You plan to design a database solution by using SQL Server 2008. A database contains a stored procedure that is created by using the following DDL cod...
- Question #65
You need to recommend a solution that will enable two or more application sessions to share the same transaction and locks. The solution must enable the applications to work on the...
- Question #66
A new data analytics application is being implemented in your organization. Users will run a process that compares result sets before and after executing complex data modifications...
- Question #67
You are a database developer. You plan to design a database solution by using SQL Server 2008. The database will contain a view. The view will contain a computed column that will b...
- Question #68
You are designing a table to store customer data. The table will contain a column to store the e-mail addresses of the customers. You need to recommend a solution to store the e-ma...
- Question #69
You have a table named Sales that contains the data listed in the following table. You need design a query that retrieves a list that contains all sales people that have top three...
- Question #70
You are a database developer. You plan to design a database solution by using SQL Server 2008. The database will contain a table to stage data from an external source. The imported...
- Question #71
Your company has four offices. Each office contains a server that runs SQL Server 2008. All corporate data is stored in a central location. You need to create a reporting solution....
- Question #72
You have a server that runs SQL Server 2008 Enterprise. The server contains a 300-GB database. At the end of every month, several reports are generated from the database. Users rep...
- Question #73
You are a database developer. You plan to design a database solution by using SQL Server 2008. The database will contain a table named Claims. The Claims table will contain a large...
- Question #74
You are designing a database that will be used for reporting purposes. The database stores data using spatial data type. You need to minimize the data storage requirements and impr...
- Question #75
You are a database solutions architect. Your company plans to develop a solution by using a SQL Server 2008 instance. The solution has the following business requirements: - Import...
- Question #76
You need to design a database solution that meets the following capabilities: - Executes SQL Server Integration Services (SSIS) packages - Executes Transact-SQL - Schedules tasks -...
- Question #77
You have a table in a database that contains 30 million rows. You need to ensure that the table meets the following requirements: - Enables queries on all string values within the...
- Question #78
You are a database developer. You plan to create a database by using SQL Server 2008. The database will store information about students, teachers, classes, and rooms in a school....
- Question #79
You are a database developer. You plan to design a database solution by using SQL Server 2008. You are creating a database to support the office manager. Your database model has th...
- Question #80
You have a database that contains two tables named Table1 and Table1_Details. Table1_Details contains details about items in Table1. You need to ensure that when an item is removed...
- Question #81
You need to provide a developer the ability to create and modify database diagrams from an existing database by using SQL Server Management Studio. The solution must minimize the a...
- Question #82
You are designing a database for a reporting solution that is based on data from an Online Transaction Processing (OLTP) database. The reports will contain aggregated data. You nee...
- Question #83
You have a legacy application. You do not have access to the application source code. The application has a large denormalized table that contains 100 columns. The application uses...
- Question #84
You have an instance of SQL Server 2008 that has xp_cmdshell enabled. You need to design a stored procedure that meets the following requirements: - Allows authorized users to retr...
- Question #85
You plan to create a database. The database will be used by a Microsoft .NET application for a special event that will last for two days. During the event, data must be highly avai...
- Question #86
You are creating a database that will store usernames and credit card numbers for an application. You need to recommend a solution to store and resuse the credit card numbers in th...
- Question #87
You are a database developer. You plan to design a database solution by using SQL Server 2008. You have a database that contains a table and a table-valued function. The table-valu...
- Question #88
You have a table that has 10 million rows. The table has a view that returns all of the rows. You discover performance degradation when you run an unfiltered view. You need to reco...
- Question #89
You are a database developer. You plan to design a database solution by using SQL Server 2008. The database will contain a common language runtime (CLR) user-defined scalar functio...
- Question #90
You are a database developer. You plan to design a database solution by using SQL Server 2008. You configure a database on a server to use a common language runtime (CLR). You need...
- Question #91
You are a database developer. You develop solutions by using SQL Server 2008 in an enterprise environment. You plan to create a stored procedure that queries a sales table and prod...
- Question #92
You are a database developer. You provide solutions by using SQL Server 2008 in an enterprise environment. Your online transaction processing (OLTP) database contains a tabled name...
- Question #93
You need to configure a security solution for an application. The solution must meet the following requirements: - The application must have access to tables in a database - The ta...
- Question #94
You are a database developer. You create a database by using SQL Server 2008 in an enterprise environment. The database contains two stored procedures named ModifySales and Retriev...
- Question #95
You are designing a table to store date and time information for an application. The application will be used by users in Europe, Asia, and North America. You need to add a column...
- Question #96
You are a database developer. You plan to design a database solution by using SQL Server 2008. The database contains a table named SaverPlans that stores information about savings...
- Question #97
You are a database developer. You plan to design a database solution by using SQL Server 2008. A database contains two tables named Orders and OrderDetails. There is also a data wa...
- Question #98
You are a database developer. You plan to design a database solution by using SQL Server 2008. The database will contain a table to stage data from an external source. The imported...
- Question #99
You are designing a table that will contain the columns in the following table. You need to add a column that will display the sum of the Subtotal, TaxAmt, and FreightAmt columns....
- Question #100
You plan to deploy a new application. The application will perform the following operations: - Create a new database - Back up the new database You need to configure a login to sup...