Question 96

Given the code fragment:

What is the output?
  • Question 97

    Given:

    What is the result?
  • Question 98

    Given the Customer table structure:
    * ID Number Primary Key
    * NAME Text Nullable
    Given code fragment:

    Which statement inserted on line 14 sets NAME column to a NULL value?
  • Question 99

    Given:

    What is the result?
  • Question 100

    Given:

    What is the type of x?