GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

Author Archives: Anonymous

Which of the following statements is (are) TRUE? (Select all…

Which of the following statements is (are) TRUE? (Select all that apply)

Read Details

You have been asked to create a report that lists all custom…

You have been asked to create a report that lists all customers who have placed orders of at least $2,500. The report’s date should be displayed in the Day, Date Month, Year format (For example, Tuesday, 13 April, 2004 ). Which statement should you issue?

Read Details

Evaluate this SELECT statement: SELECT p.player_id, m.last_n…

Evaluate this SELECT statement: SELECT p.player_id, m.last_name, m.first_name, t.team_name FROM player p LEFT OUTER JOIN player m ON (p.manager_id = m.player_id) LEFT OUTER JOIN team t ON (p.team_id = t.team_id); Which join is evaluated first?

Read Details

Which of the following best describes the function of a CHEC…

Which of the following best describes the function of a CHECK constraint?

Read Details

You need to grant user BOB SELECT privileges on the EMPLOYEE…

You need to grant user BOB SELECT privileges on the EMPLOYEES table. You want to allow BOB to grant this privileges to other users. Which statement should you use?

Read Details

The FACULTY table contains these columns:FACULTYID VARCHAR2(…

The FACULTY table contains these columns:FACULTYID VARCHAR2(5) NOT NULL PRIMARY KEYFIRST_NAME VARCHAR2(20)LAST_NAME VARCHAR2(20)ADDRESS VARCHAR2(35)CITY VARCHAR2(15)STATE VARCHAR2(2)ZIP NUMBER(9)TELEPHONE NUMBER(10)STATUS VARCHAR2(2) NOT NULLThe COURSE table contains these columns:COURSEID VARCHAR2(5) NOT NULL PRIMARY KEYSUBJECT VARCHAR2(5)TERM VARCHAR2(6FACULTYID VARCHAR2(5) NOT NULL FOREIGN KEYYou have been asked to compile a report that identifies all adjunct professors who will be teaching classes in the upcoming term. You want to create a view that will simplify the creation of this report. Which CREATE VIEW statements will accomplish this task?

Read Details

Evaluate this CREATE SEQUENCE statement:CREATE SEQUENCE orde…

Evaluate this CREATE SEQUENCE statement:CREATE SEQUENCE order_id_seq NOCYCLE NOCACHE;Which statement is true?

Read Details

You need to add a NOT NULL constraint to the COST column in…

You need to add a NOT NULL constraint to the COST column in the PART table. Which statement should you use to complete this task?

Read Details

You create a CUSTOMERS table in which CUSTOMER_ID is designa…

You create a CUSTOMERS table in which CUSTOMER_ID is designated as a primary key. You want the values that are entered into the CUSTOMER_ID column to be generated automatically. Which of the following actions should you perform?

Read Details

In order to query a database using a view, which of the foll…

In order to query a database using a view, which of the following statements applies?

Read Details

Posts pagination

Newer posts 1 … 42,096 42,097 42,098 42,099 42,100 … 83,116 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top