Question: Suppose you have a column with a Boolean data type and you want to change its data type so you can input values of TRUE

Suppose you have a column with a Boolean data type and you want to change its data type so you can input values of TRUE or FALSE.
Which data type should you change it to?
Assume the following starting data types for these columns:
billing_city: VARCHAR(100) billing_state: VARCHAR(2) invoice_date: DATE total: DECIMAL

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!