Jump to content

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

From Wikibooks, open books for an open world

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