Multiple choice technology databases

In NPS, 'ALTER TABLE customer ADD COLUMN (newcol char(10))' will add a new column to the table

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

This is a duplicate of question 134914 testing the same concept. The statement is False because NPS doesn't support this ALTER TABLE syntax for adding columns. NPS has limited DDL support compared to standard SQL databases.