Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Edward works as a database administrator at MindWare Inc. The company has a database named Sales that is hosted on SQL server 2 0 1

Edward works as a database administrator at MindWare Inc. The company has a database named Sales that is hosted on SQL server 2012.
The database has a table with one of the columns named 'MRP.' He applies a CHECK constraint on the column to specify that the MRP of a
product should be between $300 and $4000. While inserting data in the table, he finds that the data is not being validated. In order to
validate the data, he needs to modify the CHECK constraint. Which of the following options will he use to accomplish the task?
Use the ALTER TABLE clause with the ALTER COLUMN clause.
Use the ALTER TABLE clause with the DROP clause.
Use the DELETE statement with the WHERE clause.
Use the ALTER TABLE statement with the CHECK constraint.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions