logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What operator tests column for the absence of data?


  • Options
  • A. NOT operator
  • B. IS NULL operator
  • C. EXISTS operator
  • D. All of the above

  • Correct Answer
  • IS NULL operator 

    Explanation

    SELECT "column_name"


    FROM "table_name"


    WHERE "column_name" IS NULL.

  • Tags: AIEEE, Bank Exams, CAT, Analyst, Bank Clerk, Database Administrator, IT Trainer, Project Manager

    Technology problems


    Search Results


    • 1. The multi part identifier could not be bound is
    • Discuss
    • 2. What UNION does in SQL?
    • Discuss
    • 3. How to rebuild Master Database?
    • Discuss
    • 4. What is Aggregate Functions?
    • Discuss
    • 5. What is LINQ?
    • Discuss
    • 6. Which one of the following sorts rows in SQL?

    • Options
    • A. ORDER BY
    • B. GROUP BY
    • C. SORT BY
    • D. ALIGN BY
    • Discuss
    • 7. Which of the following statements is true concerning subqueries?

    • Options
    • A. Does not start with the word SELECT.
    • B. Involves the use of an inner and outer query.
    • C. Cannot return the same result as a query that is not a subquery.
    • D. All of the above
    • Discuss
    • 8. A DBMS query language is designed to

    • Options
    • A. Specify the structure of a database
    • B. Support in the development of complex applications software
    • C. Support end users who use English-like commands
    • D. All of the above
    • Discuss
    • 9. Which of the following is a comparison operator in SQL?

    • Options
    • A. =
    • B. <>
    • C. `
    • D. /
    • Discuss
    • 10. AND, OR and NOT are examples of

    • Options
    • A. Clauses
    • B. Boolean operators
    • C. Conjuctive operators
    • D. Exclusive operators
    • Discuss


    Comments

    There are no comments.

Enter a new Comment