Familiarize |
Learn |
Test |
|||
Play Scatter |
Play Space Race |
||||
Combine with other sets |
Login to add to Favorites |
Print: Term List | Flashcards |
Editing not allowed |
Export |
Deleting not allowed |
| With group: None | |
| HTML link to set: | Tiny link: |
| Term | Definition |
|---|---|
| DEFAULT | is used to insert a default value into a column |
| CREATE TABLE table_name (column_name1 DEFAULT, column_name2, ) | to create a table with a DEFAULT constraint on a column |
| ALTER TABLE table_name ALTER COLUMN column_name DEFAULT value | to create a DEFAULT constraint on a column when the table is already created |
| ALTER TABLE table_name ALTER COLUMN column_name DROP DEFAULT | to drop a DEFAULT constraint |
| Terms | 4 |
| Creator | jtwilliams00 |
| Created | March 30, 2009 |
| Groups | None |
| Subject | sql |
| Access | Anyone |
| Edit | Creator Only |