Which recovery model causes all changes to the database to be written to the transaction log?
A. simple recovery model
B. full recovery model
C. bulk logged recovery model
D. truncated recovery model
Answer: B
You might also like to view...
What is the difference between an Access application and a database?
What will be an ideal response?
Craig is working in a database that stores homes for sale for a Realtor. The database contains a table called HomeListings which contains a field called ListingDate that holds the date that a home was listed. Craig is designing a query that will identify houses on the market for less than 30 days as new listings, and houses on the market 30 days or more as old listings. This information will be
included in a query column called ListingAge. Which of the following expressions will achieve these results? A) ListingAge: IIf(Date-[ListingDate]![HomeListings]<30,"New Listing","Old Listing") B) ListingAge: IIf(Date-[HomeListings]![ListingDate]>30,"New Listing","Old Listing") C) ListingAge: IIf(Date-[HomeListings]![ListingDate]<30,"New Listing","Old Listing") D) ListingAge: IIf(Date-[HomeListings]![ListingDate] < 30, "Old Listing","New Listing")
A _____ graphically documents a use case by showing the classes, the messages, and the timing of the messages.
A. state transition diagram B. sequence diagram C. data flow diagram D. scatter diagram
Which of the following assessment methods should be used to analyze how specialized software performs during heavy loads?
A. Stress test B. API compatibility test C. Code review D. User acceptance test E. Input validation