< GCSE Computing — AQA < Database concepts

SQL

Database

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

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.