This topic contains a solution. Click here to go to the answer

Author Question: To drop a primary key column from a table the primary key constraint must first be dropped, but this ... (Read 101 times)

CBme

  • Hero Member
  • *****
  • Posts: 548
To drop a primary key column from a table the primary key constraint must first be dropped, but this does not require that related foreign keys based on the column be dropped.
 
  Indicate whether the statement is true or false

Question 2

If T3 is a table with three columns C1, C2 and C3, where C1 is integer data, C2 is character data, and C3 is date data, which of the following would be the proper statement to have Oracle Database enter the date 02/10/14 into a row in table T3 while
 
  making sure that it is formatted correctly as shown?A) SET INTO T3 VALUES (101, 'Smith', '02/10/14');
  B) SET INTO T3 VALUES (101, 'Smith', TO_DATE ('02/10/14', 'DD/MM/YY'));
  C) INSERT INTO T3 VALUES (101, 'Smith', '02/10/2014');
  D) INSERT INTO T3 VALUES (101, 'Smith', TO_DATE ('02/10/14', 'DD/MM/YY'));
  E) Any of the above will work correctly.



Related Topics

Need homework help now?

Ask unlimited questions for free

Ask a Question
Marked as best answer by a Subject Expert

krakiolit

  • Sr. Member
  • ****
  • Posts: 318
Answer to Question 1

FALSE

Answer to Question 2

D




CBme

  • Member
  • Posts: 548
Reply 2 on: Jul 7, 2018
YES! Correct, THANKS for helping me on my review


xiaomengxian

  • Member
  • Posts: 311
Reply 3 on: Yesterday
Excellent

 

Did you know?

Astigmatism is the most common vision problem. It may accompany nearsightedness or farsightedness. It is usually caused by an irregularly shaped cornea, but sometimes it is the result of an irregularly shaped lens. Either type can be corrected by eyeglasses, contact lenses, or refractive surgery.

Did you know?

Illicit drug use costs the United States approximately $181 billion every year.

Did you know?

Your chance of developing a kidney stone is 1 in 10. In recent years, approximately 3.7 million people in the United States were diagnosed with a kidney disease.

Did you know?

According to the CDC, approximately 31.7% of the U.S. population has high low-density lipoprotein (LDL) or "bad cholesterol" levels.

Did you know?

Individuals are never “cured” of addictions. Instead, they learn how to manage their disease to lead healthy, balanced lives.

For a complete list of videos, visit our video library