| www.sum-it.nl > Courses > DB Design course > Method > 4. Implementation > Extra column | Previous Nederlands · Search... |
Extra columnYou can easily extend an existing table with an extra column:SQL syntax |
Introduction 1. Scope 2. Logical Design 3. Technical Optimisation Various DBMSses Create table Create index End | |
|
|
||
ExampleALTER TABLE subscription ADDtrialSubscription CHAR (1) not null |
||
| Next: Create Index | ||