English Русский Contacts Site map Add to favorites
Registration
Login
Master braindump list
New braindumps
Submit a dump
Get latest dump
braindumps.com.ua
flame
3COM (7)
Adobe (1)
BEA (1)
Checkpoint (22)
Cisco (20)
Citrix (21)
CIW (15)
Compaq (0)
CompTIA (51)
CWNA (2)
EMC (2)
Exin (4)
GEJOS (4)
HDI (1)
HP (4)
IBM (13)
Juniper (5)
Linux Prof Institute (LPI) (2)
Lotus (11)
Microsoft (2462)
Network Appliance (2)
Novell (16)
Oracle (422)
PLSQL (1)
PMI (4)
SAS (1)
Sun (87)
Teradata (4)
Login:
Password:
RSS feed

Contacts
Certification links
Links
Authorized user can see question and answers.
Please log in or sign up.

Exam question list:
Show all comments
Microsoft 70-029: Designing and Implementing Databases with Microsoft SQL Server 7.0
#101. You want to prevent any data entered from violating your business rules. The rules should be implemented on the database and may be fairly complex. What is the best way of doing this?

Show comments for this question (0)
Add comments
Link to this question

#102. File1, which contains Lucy's Products database, crashes. Lucy wants to recover all transaction records stored on the transaction log, including those recorded since the last time the transaction log was dumped. The log is stored on File2. What step must she take to ensure all records are retrieved from the log?

Show comments for this question (0)
Add comments
Link to this question

#103. You create and open a cursor using the following code: DECLARE TitlesCursor CURSOR FOR SELECT * FROM Titles OPEN TitlesCursor You want to move the cursor to the first row in the result set. SOLUTION: You execute the following code: FETCH FIRST FROM TitlesCursor Which of the following statements is true about this solution?

Show comments for this question (0)
Add comments
Link to this question

#104. You want to limit access to specific columns within a table, but you still want users to be able to access and modify the other columns in the table. How can you accomplish this?

Show comments for this question (0)
Add comments
Link to this question

#105. You want to ensure that SQL Server uses indexes efficiently when processing a query. Which of the following statements can you use to help accomplish this goal?

Show comments for this question (0)
Add comments
Link to this question

#106. The member table has a high volume of transactions executed against it each day. Users are complaining that updates to the member table takes a long time compared to other tables. Currently the member table has five indexes applied against it excluding the indexes created when the PRIMARY KEY and FOREIGN KEYS were defined. What can be done to improve the speed of updates against the member table?

Show comments for this question (0)
Add comments
Link to this question

#107. Angela wants to retrieve the average price for all books that have sold at least 100 copies, and she wants the results grouped by book type. She also wants all book types to be listed - even those that contain no titles that have sold more than 100 copies. Solution: Angela executes the following code: SELECT Type, AVG(Price) FROM Sales WHERE NumberSold >= 100 GROUP BY Type Which of the following statements is true about this solution?

Show comments for this question (0)
Add comments
Link to this question

#108. Which two of the following statements are a valid column alias change (choose 2):

Show comments for this question (0)
Add comments
Link to this question

#109. Which object is dropped when a table is dropped?

Show comments for this question (0)
Add comments
Link to this question

#110. In a Central Subscriber scenario, how is data integrity maintained?

Show comments for this question (0)
Add comments
Link to this question


  [1] ...  [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] ... [24 
Up ^ gen. 0.067 Server date 03:18 08-01-2009 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump