placeholder image to represent content

Database Management System II - Prefinals Examination

Quiz by Felipe Sinjetsu

Our brand new solo games combine with your quiz, on the same screen

Correct quiz answers unlock more play!

New Quizalize solo game modes
30 questions
Show answers
  • Q1
    A key constraint that can be inserted multiple times in the table in different attributes and must be no duplicate.
    Unique
    Foreign
    Primary
    Index
    30s
  • Q2
    A constraint that used to fill a column with a default and fixed value if the user didn't input data.

    Null

    Domain
    Default

    Unique

    30s
  • Q3
    A percent sign and asterisk wildcard character can only be effective in criteria when you are using (equal) operator.
    FALSE, Like
    TRUE
    FALSE, >
    FALSE, <
    30s
  • Q4
    A key constraint that specifies the constrained columns' values must UNIQUELY identify each row. Can be inserted once in a table.
    Foreign
    Index
    Unique
    Primary
    30s
  • Q5
    A key constraint that can be unique, compound, bi-directional, or clustered.
    Unique
    Index
    Primary
    Foreign
    30s
  • Q6
    A database object that means the structure of the database or name spaces for a collection of database objects is the (View).
    FALSE, Table
    FALSE, Schema
    FALSE, Alias
    TRUE
    30s
  • Q7
    A (table) is populated invoked using SELECT statement. Its data/record can be derive from other tables.
    FALSE, Schema
    FALSE, View
    FALSE, Alias
    TRUE
    30s
  • Q8
    A key use used to connect the secondary table to the PRIMARY table.
    Primary
    Unique
    Index
    Foreign
    30s
  • Q9
    A foreign key option which refuses to update or delete a record from the parent table if there are records in the child table.
    Set Null
    Cascade
    Restrict

    Refuse

    30s
  • Q10
    A foreign key option that updates or deletes records from the child table automatically when updating or deleting a record from the parent table.
    Cascade
    Set Null
    No Action
    Restrict
    30s
  • Q11
    SELECT relation_name FROM attribute1 WHERE attribute1 = "x" can be a (valid) SELECT query statement.
    FALSE, not valid
    TRUE
    30s
  • Q12
    If you are going to upload data from an excel file to your MySQL database table, what function in MySQL would you use?

    Designer

    Export

    Import

    Browse

    30s
  • Q13

    A dashed, asterisk, percent sign, brackets in SQL are what characters?

    Relational

    Logical

    Arithmetic

    Wildcard
    30s
  • Q14
    As a database designer, your Project Manager asked you to create an SQL which will join three tables that will show only the record of a specific person. What type of join is appropriate?
    cross join
    left join
    inner join
    right join
    30s
  • Q15
    Between the relation customer with an attribute of customer_ID (primary key) and relation account with an attribute of customer_ID (unique key) where should be the reference key be located?
    account
    account.customer_ID
    customer.customer_ID
    customer
    30s

Teachers give this quiz to your class