| www.sum-it.nl > Courses > DB Design course > Method > 4. Implementation > Create table | Previous Nederlands · Search... |
Create tableSQL syntaxWith one SQL statement you create the table, and all the columns: |
Introduction 1. Scope 2. Logical Design 3. Technical Optimisation Various DBMSses Extra column Create index End | |
|
(
|
||
ExampleCREATE TABLE subscription( taxNumber INT not null, newspaperName VARCHAR (35) not null) Tips
|
||
| Next: Extra column | ||