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

From Wikibooks, open books for an open world
Jump to navigation Jump to search

SQL[edit | edit source]

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