November 2008
Beginner
320 pages
7h 6m
English
In this chapter, you learned how to create a database. You learned that a database consists of one or more tables, which are structured with columns of specific types to contain the values stored within the database. These columns are used to make rows of values for the user or application to fill in. Tables can be queried for their rows, using a technology called Structured Query Language (SQL). SQL statements can retrieve and filter data in tables. The ToDo table you created in this chapter will be used in the next chapter when you design and build an interface to it in the personal portal.
Read now
Unlock full access