placeholder image to represent content

DBMS 2 Long Test Examination - Midterm period

Quiz by Felipe Sinjetsu

Feel free to use or edit a copy

includes Teacher and Student dashboards

Measure skills
from any curriculum

Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.

With a free account, teachers can
  • edit the questions
  • save a copy for later
  • start a class game
  • view complete results in the Gradebook and Mastery Dashboards
  • automatically assign follow-up activities based on students’ scores
  • assign as homework
  • share a link with colleagues
  • print as a bubble sheet

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
    SQL stands for Syntax Query Language which is the standard language of relational databases. This statement is not (True).
    TRUE
    FALSE, not False
    FALSE, True
    FALSE, Trulse
    30s
  • Q2
    A square bracket [ ] represents any character not in brackets. This statement is (True)
    FALSE, False
    TRUE
    FALSE, True
    FALSE, Trulse
    30s
  • Q3
    In designing a multi-table query, (locate) is the step where the criteria should be put to be met by the information neeeded.
    TRUE
    FALSE, Identify
    FALSE, Pinpoint
    FALSE, Determine
    30s
  • Q4
    (Identify) is one of the steps in multi-table query wherein we need to set our goals and set exactly what information we need.
    TRUE
    FALSE, Pinpoint
    FALSE, Locate
    FALSE, Determine
    30s
  • Q5
    In query, (does not equal) is write like "Not in ("x")".
    TRUE
    FALSE, Not "x"
    FALSE, ="x"
    FALSE, Is null
    30s
  • Q6
    Query criteria for text >="x" means searchers for all values that begins with "x". This statement is not (False).
    FALSE, True
    TRUE
    FALSE, False
    FALSE, Trulse
    30s
  • Q7
    Query criteria for number that searchers for all values in the range between x and y is write like "Between x, y". This statement is (True).
    FALSE, not False
    TRUE
    FALSE, Trulse
    FALSE, False
    30s
  • Q8
    >, >=, <, <=, = are all (logical) operators which is use in query criteria to compare data.
    TRUE
    FALSE, Relational
    FALSE, Arithmetic
    FALSE, String
    30s
  • Q9
    In database normalization, the rule "all attributes - non-key columns - should be dependent on the key is on (1NF).
    FALSE, 3NF
    FALSE, BCNF
    TRUE
    FALSE, 2NF
    30s
  • Q10
    In (2NF), ruels to follow is, all data entries or entries in a column must be in the same type.
    FALSE, BCNF
    FALSE, 1NF
    TRUE
    FALSE, 3NF
    30s
  • Q11
    SELECT attribute1, attribute2, attribute3 FROM relation_name is a (valid) Select query statement structure.
    FALSE, not good
    TRUE
    FALSE, False
    FALSE, not valid
    30s
  • Q12
    A percent sign and asterisk wildcard character can only be effective in criteria when you are using "equal" operator. This is not (False).
    TRUE
    FALSE, True
    FALSE, False
    FALSE, Trulse
    30s
  • Q13
    Underscore ( _ ) is a wildcard character that represents zero or more character.
    FALSE, [ ]
    TRUE
    FALSE, %
    FALSE, ^
    30s
  • Q14
    "[b-d]%" this criteria using the wildcard characters means find data that contains letter b to d range. This statement is (True).
    FALSE, Trulse
    FALSE, not False
    FALSE, False
    TRUE
    30s
  • Q15
    A database object that means the structure of the database or name spaces for a collection of database objects is the (View).
    FALSE, Table
    TRUE
    FALSE, Alias
    FALSE, Schema
    30s

Teachers give this quiz to your class