Examlex

Solved

Structure of the PROMOTION Table​

question 122

Multiple Choice

Structure of the PROMOTION table​
Structure of the PROMOTION table​    -​Which of the following SQL statements was most likely used to create the PROMOTION table? A)  CREATE TABLE promotion (gift VARCHAR2(15) ,minretail NUMBER(5,2) ,maxretail NUMBER(5,2) ) ;​ B)  ​CREATE TABLE promotion AS (gift VARCHAR2(15) ,minretail NUMBER(5,2) ,maxretail NUMBER(5,2) ) ; C)  ​CREATE TABLE promotion ADD (gift VARCHAR2(15) ,minretail NUMBER(5,2) ,maxretail NUMBER(5,2) ) ; D)  ​CREATE TABLE promotion (gift VARCHAR2(15) ,minretail NUMBER(5,2) ,maxretail NUMBER(5,2) ;
-​Which of the following SQL statements was most likely used to create the PROMOTION table?


Definitions:

Citing

The practice of acknowledging or giving credit to the sources used in research or writing.

Visual Aids

Tools such as charts, diagrams, videos, or models used to enhance the comprehension or retention of information by visual means.

Font Colors

Represent the variety of colors in which text can appear in a digital document or on a web page, used to enhance readability and design appeal.

Communication Medium

A tool or channel through which information and messages are conveyed from one entity to another.

Related Questions