SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Relational Data Bases

» Start this Course
(Practice similar questions for free)
Question:

Create database

Author: Jessica Ruvalcaba



Answer:

CREATE DATABASE dbasename CREATE TABLE tablename ( Col1 type col2 type … ); *Constraints may be added to columns e.g. PRIMARY KEY, CHECK, FOREIGN KE


0 / 5  (0 ratings)

1 answer(s) in total