
DBMS Queries_22042021
Quiz by Asst.Prof.,CSE Vel Tech, Chennai
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
5 questions
Show answers
- Q1Which of the following is generally used for performing tasks like creating the structure of the relations, deleting relation?Relational SchemaQueryDML(Data Manipulation Language)DDL(Data Definition Language)30s
- Q2Which of the following provides the ability to query information from the database and insert tuples into, delete tuples from, and modify tuples in the database?QueryRelational SchemaDDL(Data Definition Language)DML(Data Manipulation Language)30s
- Q3Which one of the following given statements possibly contains the error?select empid from emp;select * from emp where empid = 10003;select empid from emp where empid = 10006;select empid where empid = 1009 and Lastname = 'GELLER';30s
- Q4To which of the following the term "DBA" referred?Data Bank AdministratorData AdministratorDatabase AdministratorNone of the above30s
- Q5Which of the following refers to the number of tuples in a relation?CardinalityColumnNone of the aboveEntity30s