Which among the following is the correct query to drop a column Budget in Expenses table? O a. Drop column Budget; O b. Alter table Expenses delete column Budget; O c. Alter table Expenses drop column Budget; O d. Drop Budget; What is the appropriate datatype for the column Birthdate in Family table? a. Date O b. Decimal O c. Number O d. Integer To change the weight column value to 25 in Data table for the person with id 112 , which command will execute correctly? O a. Update table Data set weight=25 where personid=112; O b. Update table Data set personid =112 where weight =25 ; O . Update Data weight =25; O d. Update Data set weight =25 where personid =112;

Oracle 12c: SQL
3rd Edition
ISBN:9781305251038
Author:Joan Casteel
Publisher:Joan Casteel
Chapter4: Constraints
Section: Chapter Questions
Problem 10MC
icon
Related questions
icon
Concept explainers
Question
Which among the following is the correct query to drop a column Budget in Expenses table?
O a. Drop column Budget;
O b. Alter table Expenses delete column Budget;
1
O c. Alter table Expenses drop column Budget;
O d. Drop Budget;
What is the appropriate datatype for the column Birthdate in Family table?
a. Date
b. Decimal
O c. Number
O d. Integer
To change the weight column value to 25 in Data table for the person with id 112, which command will
execute correctly?
O a. Update table Data set weight=25 where personid=112;
3.
b. Update table Data set personid =112 where weight =25 ;
O c. Update Data weight =25;
O d. Update Data set weight =25 where personid =112;
Transcribed Image Text:Which among the following is the correct query to drop a column Budget in Expenses table? O a. Drop column Budget; O b. Alter table Expenses delete column Budget; 1 O c. Alter table Expenses drop column Budget; O d. Drop Budget; What is the appropriate datatype for the column Birthdate in Family table? a. Date b. Decimal O c. Number O d. Integer To change the weight column value to 25 in Data table for the person with id 112, which command will execute correctly? O a. Update table Data set weight=25 where personid=112; 3. b. Update table Data set personid =112 where weight =25 ; O c. Update Data weight =25; O d. Update Data set weight =25 where personid =112;
Expert Solution
steps

Step by step

Solved in 2 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
Oracle 12c: SQL
Oracle 12c: SQL
Computer Science
ISBN:
9781305251038
Author:
Joan Casteel
Publisher:
Cengage Learning