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 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
30 questions
Show answers
- Q1SQL stands for Syntax Query Language which is the standard language of relational databases. This statement is not (True).TRUEFALSE, not FalseFALSE, TrueFALSE, Trulse30s
- Q2A square bracket [ ] represents any character not in brackets. This statement is (True)FALSE, FalseTRUEFALSE, TrueFALSE, Trulse30s
- Q3In designing a multi-table query, (locate) is the step where the criteria should be put to be met by the information neeeded.TRUEFALSE, IdentifyFALSE, PinpointFALSE, Determine30s
- 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.TRUEFALSE, PinpointFALSE, LocateFALSE, Determine30s
- Q5In query, (does not equal) is write like "Not in ("x")".TRUEFALSE, Not "x"FALSE, ="x"FALSE, Is null30s
- Q6Query criteria for text >="x" means searchers for all values that begins with "x". This statement is not (False).FALSE, TrueTRUEFALSE, FalseFALSE, Trulse30s
- Q7Query 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 FalseTRUEFALSE, TrulseFALSE, False30s
- Q8>, >=, <, <=, = are all (logical) operators which is use in query criteria to compare data.TRUEFALSE, RelationalFALSE, ArithmeticFALSE, String30s
- Q9In database normalization, the rule "all attributes - non-key columns - should be dependent on the key is on (1NF).FALSE, 3NFFALSE, BCNFTRUEFALSE, 2NF30s
- Q10In (2NF), ruels to follow is, all data entries or entries in a column must be in the same type.FALSE, BCNFFALSE, 1NFTRUEFALSE, 3NF30s
- Q11SELECT attribute1, attribute2, attribute3 FROM relation_name is a (valid) Select query statement structure.FALSE, not goodTRUEFALSE, FalseFALSE, not valid30s
- Q12A percent sign and asterisk wildcard character can only be effective in criteria when you are using "equal" operator. This is not (False).TRUEFALSE, TrueFALSE, FalseFALSE, Trulse30s
- Q13Underscore ( _ ) is a wildcard character that represents zero or more character.FALSE, [ ]TRUEFALSE, %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, TrulseFALSE, not FalseFALSE, FalseTRUE30s
- Q15A database object that means the structure of the database or name spaces for a collection of database objects is the (View).FALSE, TableTRUEFALSE, AliasFALSE, Schema30s