Summary

only for RuBoard

This chapter was only meant to give you a high-level overview of Structured Query Language to help you understand future chapters. You learned how to use SQL statements to do the following:

  • Retrieve data from a database

  • Organize the data before it's returned

  • Use SubQuerys in your SQL statements

  • Update data in a database

  • Insert new data into a database

  • Delete existing data from a database

I can guarantee that if you're participating in third-generation Web site development, you will be using Structured Query Language. This chapter demonstrated the use of page-level SQL statements, which isn't recommended when you're building your solution. We're using inline SQL primarily for simplicity.

Well, enough primers ”let's get down to the nitty-gritty!

only for RuBoard


Programming Data-Driven Web Applications with ASP. NET
Programming Data-Driven Web Applications with ASP.NET
ISBN: 0672321068
EAN: 2147483647
Year: 2000
Pages: 170

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net