
199
Chapter 6
Querying Information in
Windows Azure SQL Database
Objectives
◾ Understand how to extract information with SQL
◾ Use SQL to query tables in Windows Azure SQL Database
6.1 Introduction
After a database is populated with data, it is ready to provide the data for various database applica-
tions. Both database administrators and database application developers need to retrieve informa-
tion from databases. For example, when developing a web-based class registration form, a database
application developer needs to make the class information available to the online form. For data-
base administrators, querying information from databases is al ...