Cssd04 Final Quiz #1

5 Questions | Attempts: 33
Share

SettingsSettingsSettings
Cssd04 Final Quiz #1 - Quiz

Questions and Answers
  • 1. 

    UPDATE is a very powerful command in the SQL world. 

    • A.

      TRUE

    • B.

      FALSE

    Correct Answer
    A. TRUE
  • 2. 

    ALTER  ROW is the command responsible for making table column adjustments or renaming table columns. 

    • A.

      TRUE

    • B.

      FALSE

    Correct Answer
    B. FALSE
  • 3. 

    Determine the if the query is correct.SQL Modify Column: ALTER TABLE orders ALTER COLUMN discount DECIMAL(18,2);

    • A.

      TRUE

    • B.

      FALSE

    Correct Answer
    A. TRUE
  • 4. 

    Determine the if the query is correct.ALTER TABLE orders DROP COULUMN discount;

    • A.

      TRUE

    • B.

      FALSE

    Correct Answer
    B. FALSE
  • 5. 

    Determine the if the query is correct.USE mydatabase; UPDATE orders SET quantity = ‘6’ WHERE id = ‘1’

    • A.

      TRUE

    • B.

      FALSE

    Correct Answer
    A. TRUE

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 20, 2022
    Quiz Edited by
    ProProfs Editorial Team
  • Aug 18, 2010
    Quiz Created by
    Cimkpr
Back to Top Back to top
Advertisement