
DBMS 2 - Midterm Exam
Quiz by Felipe Sinjetsu
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
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
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
39 questions
Show answers
- Q1SQL stands for Syntax Query Language which is the standard language of relational databases. This statement is not (True).FALSE, TrueFALSE, not FalseFALSE, TrulseTRUE30s
- Q2A square bracket [ ] represents any character not in brackets. This statement is (True)FALSE, TrulseTRUEFALSE, TrueFALSE, False30s
- 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, LocateFALSE, PinpointTRUEFALSE, Determine30s
- Q4In query, (does not equal) is write like "Not in ("x")".FALSE, Is nullTRUEFALSE, Not "x"FALSE, ="x"30s
- Q5Query criteria for text >="x" means searchers for all values that begins with "x". This statement is not (False).FALSE, TrulseFALSE, FalseFALSE, TrueTRUE30s
- Q6Query 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, TrulseTRUEFALSE, FalseFALSE, not False30s
- Q7In database normalization, the rule "all attributes - non-key columns - should be dependent on the key is on (1NF).TRUEFALSE, 2NFFALSE, BCNFFALSE, 3NF30s
- Q8In (1NF), rules to follow is, all data entries or entries in a column must be in the same type.FALSE, 2NFFALSE, BCNFTRUEFALSE, 3NF30s
- Q9SELECT attribute1, attribute2, attribute3 FROM relation_name is a (valid) Select query statement structure.FALSE, FalseFALSE, not validFALSE, not goodTRUE30s
- Q10A percent sign and asterisk wildcard character can only be effective in criteria when you are using "equal" operator. This is not (False).TRUEFALSE, FalseFALSE, TrulseFALSE, True30s
- Q11Underscore ( _ ) is a wildcard character that represents zero or more character.FALSE, ^FALSE, %FALSE, [ ]TRUE30s
- Q12"[b-d]%" this criteria using the wildcard characters means find data that contains letter b to d range. This statement is (True).FALSE, TrulseFALSE, FalseFALSE, not FalseTRUE30s
- Q13A database object that means the structure of the database or name spaces for a collection of database objects is the (View).TRUEFALSE, TableFALSE, AliasFALSE, Schema30s
- Q14A (table) is populated invoked using SELECT statement. Its data/record can be derive from other tables.TRUEFALSE, SchemaFALSE, AliasFALSE, View30s
- Q15An (synonyms) are ordered set of pointers that refer to rows in a base table.FALSE, AliasTRUEFALSE, indexesFALSE, Schema30s