GCSE Computing — AQA/Database concepts/Query methods (SQL)

From Wikibooks, open books for an open world
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Database

[edit | edit source]

To create a database in SQL enter

CREATE DATABASE Test

The above example has created a database called Test.

To create a table in the database