Computer Knowledge

Database Management Systems

5,543 Questions

Database Management Systems (DBMS) form the core framework for data storage, retrieval, and security in modern software applications. Concepts such as the E-R model, backup planning, SQL integration, and big data architecture are essential for computer knowledge sections. This hub offers a comprehensive set of practice questions to master DBMS fundamentals and advanced database operations.

E-R Model ConceptsBackup and RecoverySQL Server UpgradesJDBC and ODBCBig Data CharacteristicsData VirtualizationOracle Database

Database Management Systems Questions

Multiple choice
  1. MySQL

  2. Microsoft access

  3. File maker

  4. Excel

  5. None of the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Excel is not  a type of database . A database is a data structure that stores organized information. Nearly all e-commerce sites uses databases to store product inventory and customer information.

Multiple choice
  1. getDateAndTimeFunctions()

  2. getTimeAndDateFunctions()

  3. getDateTimeFunctions()

  4. getTimeDateFunctions()

  5. getAllTimeDateFunctions()

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This is the correct choice. DatabaseMetaData interface in Java contains a method called getTimeDateFunctions() and it retrieves a comma-separated list of time and date functions available with this database.

Multiple choice
  1. It is a stored query.

  2. Replica or image of a table.

  3. Changes either in table or in view will reflect in both.

  4. It provides restricted access to table.

  5. It occupies same storage space as table does.

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

It s a stored query and creates virtual columns from table in memory.