Database Management System Quiz Flashcards
Who created the first DBMS
Charles Bachman
database is collection of ________
Columns
Most popular commercial DBMS
Oracle
DBMS is what type of software ?
It is a type of system software
What is data about data
Meta data
Relational Calculus is what type of language
Non -procedural language
Which of the following is procedural language
Relational Algebra
cardinality is termed as
number of tuples
In a relation database, every tuples divided into fields are known as ________
Domains
What are different views to represent a Table
Design View, Datasheet View, Pivot Table View
What are types of database
Relational, Object Database, NoSql, Hierarchical, Centralized, Operational, Cloud, Network, Distributed
Which command is used to remove a relation from SQL
Drop Table
Report Generators are used to
Retrieve information from files, Answer queries
Tell types of SQL commands and all commands that come under it
- DDL : Create, Alter, Drop, Truncate, Rename
- DML : Select, Insert, Update, Delete
- DCL : Grand, Revoke
- TCL: Commit, Rollback, Saveprint