A Windows Azure application retrieves data from SQL Azure. You need to recommend an approach for improving application query performance.What should you recommend?
Question:
What should you recommend?
Options:
Create a database view to retrieve the data.
Use a clustered index on the SQL Azure database tables.
Open a new database connection when an operation times out.
Create SQL Azure database table indexes based on application queries.
Correct Answer
The Correct Answer for this Question is
Create SQL Azure database table indexes based on application queries.