The Movie table has the following columns: ID - positive integer Title - variable-length string Genre - variable-length string RatingCode - variable-length string Year - integer Write ALTER statements to make the following modifications to the Movie table: Add a Producer column with VARCHAR data type (max 50 chars). Remove the Genre column. Change the Year column's name to ReleaseYear, and change the data type to SMALLINT.

Programming with Microsoft Visual Basic 2017
8th Edition
ISBN:9781337102124
Author:Diane Zak
Publisher:Diane Zak
Chapter8: Arrays
Section: Chapter Questions
Problem 7RQ: If the intNums array contains six elements, which of the following statements assigns the number 6...
icon
Related questions
icon
Concept explainers
Question

The Movie table has the following columns:

  • ID - positive integer
  • Title - variable-length string
  • Genre - variable-length string
  • RatingCode - variable-length string
  • Year - integer

Write ALTER statements to make the following modifications to the Movie table:

  1. Add a Producer column with VARCHAR data type (max 50 chars).
  2. Remove the Genre column.
  3. Change the Year column's name to ReleaseYear, and change the data type to SMALLINT.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Query Syntax
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning