Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Introduction to Database Questions
Are databases simply spreadsheets with rows and columns, or do databases store data in DBMS-managed tables with schemas, constraints, and queries distinct from spreadsheets?
Does a database itself have built-in capability to create, process, and administer itself, or is that capability provided by the Database Management System (DBMS)?
In a typical information system, are “applications” the programs that issue queries and commands directly to the DBMS (thereby interacting with the database layer), as opposed to end-users manipulating database files themselves?
Before the relational model became dominant (circa 1970s), was organizational data commonly stored in separate files—often on magnetic tape reels—managed by file-processing systems rather than a DBMS?
Core components of a database: does a database encompass both data and the defined relationships (for example, via keys and constraints) that connect that data?
Primary purpose of a database: is it to “make people stop using spreadsheets,” or is it to securely store, manage, share, and analyze data with integrity and concurrency controls?
Database concepts — classification of products: Is the following statement accurate? "Microsoft Access is an enterprise-class database product."
Core database idea — self-describing data: Evaluate the statement: "A database is called self-describing because it contains a description of itself."
Usability claims about DBMS products: Assess the statement: "The DBMS ranked as the easiest to use in the (typical) text is Oracle Database."
Three-tier view of enterprise data access: Judge the statement: "In an enterprise-class database system, business users interact with database applications, which in turn talk to the DBMS, which directly accesses the stored database data."
Relational model history: Evaluate the statement: "The relational database model was created by E. F. Codd."
Intended audience of database applications: Judge the statement: "Database applications are seldom intended for use by a single user."
Usability comparisons in DBMSs: Assess the claim: "The DBMS ranked as the hardest to use in the text is Microsoft SQL Server."
Standards and portability: Evaluate the statement: "Structured Query Language (SQL) is an internationally recognized standard language that is understood by all commercial DBMS products."
Markup and data exchange in modern systems: Judge the statement: "The XML family of standards is very important in database processing today."
1
2