GCSE Computing — AQA/Database concepts/Query methods (SQL)
Appearance
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