
Database Management System I - BSIT - Long Test (Midterm)
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
- Q1The language for managing data in relational database management system.High Level LanguageStractyur Query LanguageStructured Query LanguageSfractured Query Language30s
- Q2A category of SQL statement which uses statements such as rollback and savepoint which group DML statements togerther to be executedDMLTCLDCLDDL30s
- Q3SQL category which creates, modifies, deletes database objects is (Data Manipulation Language).FALSE, Transaction Control LanguageFALSE, Data Control LanguageFALSE, Data Definition LanguageTRUE30s
- Q4SQL statements such as select, insert, update, and delete belongs to what SQL statement category?Data Manipulation LanguageData Definition LanguageTransaction Control LanguageData Control Language30s
- Q5Operators such as less than, greater than or equal, and equal belongs to what?Comparison OperatorString OperatorArithmetic OperatorLogical Operator30s
- Q6In (relational) operator AND, if one condition is false, then the result will always be false.TRUEFALSE, ComparisonFALSE, stringFALSE, logical30s
- Q7The step in planning a query where the process of finding the fields needed in what relation they contained in.identifydeterminepinpointlocate30s
- Q8In planning a query, (pinpoint) is the process where you point out what condition you want to apply in the query.FALSE, determineTRUEFALSE, locateFALSE, identify30s
- Q9(Locate) is the process in planning a query which the user check what attribute contains the data needs to be shown.TRUEFALSE, determineFALSE, identifyFALSE, pinpoint30s
- Q10A model which represents sets of entities with their relationships with each other is (Entity Relationship Diagram)FALSE, Data ModelFALSE, Relationship ModelTRUEFALSE, Entity set30s
- Q11One building block of ERD which is the object with some properties is (attribute).FALSE, entityFALSE, tableFALSE, setTRUE30s
- Q12In ERD, (relationship) is the logical association among entities and has 3 typical types.TRUEFALSE, entityFALSe, entity relationship diagramFALSE, attribute30s
- Q13A building block of relationship which has the pipe line, less than, and greater than symbol is?entity setrelational symbolscrows foot notationrelationship set30s
- Q14A type of relationship which is the connection of an entity set connected to ONE entity set.many-to-oneone-to-manyone-to-oneMany-to-many30s
- Q15In mapping entities to a table, the (entity) will become the column names of the table.FALSE, setTRUEFALSE, degreeFALSE, attribute30s