Multiple choice technology databases

In NPS, 'RENAME TABLE customer TO customer_new' will rename the customer table to customer_new.

  1. True

  2. False

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

In Netezza (NPS), the standard SQL command to rename a table is ALTER TABLE customer RENAME TO customer_new. The syntax RENAME TABLE customer TO customer_new is invalid and will result in a syntax error, making the statement false.