cmcculloh web design
cmcculloh.com - Personal - Tutorials - SQL Lectures - 2.14.06: Relational Databases - Insert Data into People Table

Insert into People

Michael Xue
Christopher McCulloh
2.14.06

Valid XHTML 1.0 Strict

Now let's insert the following into the table:

'William', 'Turner', 'M', '1972-05-27'
'Susan', 'Smith', 'F', '1975-11-02', '23 Maple street', 'Arlington', 'VA', 'USA', '20220'

To do this, we will use the following code:

Note that we do not include the person_id in our insert statement.