placeholder image to represent content

DBMS 2 - Midterm Exam

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
39 questions
Show answers
  • Q1
    SQL stands for Syntax Query Language which is the standard language of relational databases. This statement is not (True).
    FALSE, True
    FALSE, not False
    FALSE, Trulse
    TRUE
    30s
  • Q2
    A square bracket [ ] represents any character not in brackets. This statement is (True)
    FALSE, Trulse
    TRUE
    FALSE, True
    FALSE, False
    30s
  • Q3
    (Identify) is one of the steps in multi-table query wherein we need to set our goals and set exactly what information we need.
    FALSE, Locate
    FALSE, Pinpoint
    TRUE
    FALSE, Determine
    30s
  • Q4
    In query, (does not equal) is write like "Not in ("x")".
    FALSE, Is null
    TRUE
    FALSE, Not "x"
    FALSE, ="x"
    30s
  • Q5
    Query criteria for text >="x" means searchers for all values that begins with "x". This statement is not (False).
    FALSE, Trulse
    FALSE, False
    FALSE, True
    TRUE
    30s
  • Q6
    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, Trulse
    TRUE
    FALSE, False
    FALSE, not False
    30s
  • Q7
    In database normalization, the rule "all attributes - non-key columns - should be dependent on the key is on (1NF).
    TRUE
    FALSE, 2NF
    FALSE, BCNF
    FALSE, 3NF
    30s
  • Q8
    In (1NF), rules to follow is, all data entries or entries in a column must be in the same type.
    FALSE, 2NF
    FALSE, BCNF
    TRUE
    FALSE, 3NF
    30s
  • Q9
    SELECT attribute1, attribute2, attribute3 FROM relation_name is a (valid) Select query statement structure.
    FALSE, False
    FALSE, not valid
    FALSE, not good
    TRUE
    30s
  • Q10
    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, False
    FALSE, Trulse
    FALSE, True
    30s
  • Q11
    Underscore ( _ ) is a wildcard character that represents zero or more character.
    FALSE, ^
    FALSE, %
    FALSE, [ ]
    TRUE
    30s
  • Q12
    "[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, False
    FALSE, not False
    TRUE
    30s
  • Q13
    A database object that means the structure of the database or name spaces for a collection of database objects is the (View).
    TRUE
    FALSE, Table
    FALSE, Alias
    FALSE, Schema
    30s
  • Q14
    A (table) is populated invoked using SELECT statement. Its data/record can be derive from other tables.
    TRUE
    FALSE, Schema
    FALSE, Alias
    FALSE, View
    30s
  • Q15
    An (synonyms) are ordered set of pointers that refer to rows in a base table.
    FALSE, Alias
    TRUE
    FALSE, indexes
    FALSE, Schema
    30s

Teachers give this quiz to your class