October 2002
Beginner
864 pages
18h 41m
English
Today you will learn about creating databases. Today covers the CREATE DATABASE, CREATE TABLE, ALTER TABLE, DROP TABLE, and DROP DATABASE statements, which are collectively known as data definition statements. (In contrast, the SELECT, UPDATE, INSERT, and DELETE statements are often described as data manipulation statements.) By the end of the day, you will understand and be able to do the following:
Create key fields.
Create a database with its associated tables.
Create, alter, and drop a table.
Add data to the database.
Modify the data in a database.
Drop databases.
You now know much of the SQL vocabulary and have examined the SQL query in some detail, beginning with its basic syntax. On Day 2, “Introducing ...
Read now
Unlock full access