Quiz Discussion

The language which has recently become the defacto standard for interfacing application programs with relational database system is

Course Name: SQL -Structured Query Language

  • 1]

    Oracle

  • 2]

    SQL

  • 3]

    DBase

  • 4]

    4GL

Solution
No Solution Present Yet

Top 5 Similar Quiz - Based On AI&ML

Quiz Recommendation System API Link - https://fresherbell-quiz-api.herokuapp.com/fresherbell_quiz_api

# Quiz
1
Discuss

A report generator is used to

  • 1]

    update files

  • 2]

    print files on paper

  • 3]

    data entry

  • 4]

    delete files

Solution
2
Discuss

Which of the following is an advantage of view?

  • 1]

    Data security

  • 2]

    Derived columns

  • 3]

    Hiding of complex queries

  • 4]

    All of the above

Solution
3
Discuss

Views constructed from SQL SELECT statements that conform to the SQL-92 standard may not contain

  • 1]

    GROUP BY

  • 2]

    WHERE

  • 3]

    ORDER BY

  • 4]

    FROM

Solution
4
Discuss

Count function in SQL returns the number of

  • 1]

    Values

  • 2]

    Distinct values

  • 3]

    Groups

  • 4]

    Columns

Solution
5
Discuss

Which of the following is an SQL trigger supported by Oracle?

  • 1]

    BEFORE

  • 2]

    AFTER

  • 3]

    INSTEAD OF

  • 4]

    All of the above

Solution
6
Discuss

What SQL structure is used to limit column values of a table?

  • 1]

    The LIMIT constraint

  • 2]

    The CHECK constraint

  • 3]

    The VALUE constraint

  • 4]

    None of the above

Solution
7
Discuss

Which is NOT one of the most common types of SQL CHECK constraints?

  • 1]

    System date

  • 2]

    Range checks

  • 3]

    Lists of values

  • 4]

    Comparing one column value to another within the same table

Solution
8
Discuss

The SQL ALTER statement can be used to

  • 1]

    Change the table structure

  • 2]

    Change the table data

  • 3]

    Add rows to the table

  • 4]

    Delete rows from the table

Solution
9
Discuss

Which of the following is a comparison operator in SQL?

  • 1]

    =

  • 2]

    LIKE

  • 3]

    BETWEEN

  • 4]

    All of the above

Solution
10
Discuss

To delete a particular column in a relation the command used is

  • 1]

    UPDATE

  • 2]

    DROP

  • 3]

    ALTER

  • 4]

    DELETE

Solution
# Quiz