20.07.2013 Views

Beginning SQL

Beginning SQL

Beginning SQL

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

If you select MyTable from the list, you can view its design by clicking on the Design icon, or you can<br />

open it for entering data by clicking on the Open icon. Figure B-58 shows you MyTable in Design view:<br />

Figure B-58<br />

Design view is MS Access’s way of letting you see what each table looks like and change each table’s<br />

design. Because this book is about using <strong>SQL</strong> to make design changes, return to the Query view and<br />

back to the query where you entered the table creation <strong>SQL</strong>.<br />

After creating the table, you need to insert some data. Although there are two records to be inserted,<br />

each INSERT statement must be entered and executed separately, so first type the following code into the<br />

<strong>SQL</strong> entry box:<br />

INSERT INTO MyTable(MyColumn) VALUES(123);<br />

Setting Up and Using the Five Database Systems<br />

427

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!