Quick Revision

GK One-Line Question & Answer

15541+ short questions with short answers, covering every category and sub-category on the site — no long articles to scroll through. Good for a fast recap before an exam, or a few minutes of daily practice.

DBMS → Indexes 3

What was the name of the first commercially available microprocessor chip?
intel 4004
click to copy
Redo operations are performed exclusively using
both physical logging and physical log records
click to copy
In the........... Normal form, a composite attribute is converted to individual attributes.
First
click to copy

DBMS → Transactions 3

The magnetic storage chip used to provide non-volatile direct access storage of data and that have no moving parts are known as
magnetic bubble memory
click to copy
An operation is said to be                      if executing it several times in a row gives the same result as executing it once.
idempotent
click to copy
In RDBMS, Data is presented as a collection of............
Relations
click to copy

DBMS → Concurrency Control 3

The ALU of a computer normally contains a number of high speed storage element called
registers
click to copy
Immediate database modification technique uses
both undo and redo
click to copy
A .................. normal form, normalization will be needed where all attributes in a relation tuple are not functionally dependent only on the key attribute.
Third
click to copy

DBMS → Deadlock 3

A dump of the database contents is also referred to as an                            dump.
archival
click to copy
Shadow paging has
no redo
click to copy
To select all columns from the table the syntax is:
Select * from table_name
click to copy

DBMS → Database Security 2

                 dump, writes out SQL DDL statements and SQL insert statements to a file, which can then be reexecuted to re- create the database.
sql
click to copy
For correct behaviour during recovery, undo and redo operation must be
idempotent
click to copy

DBMS → PL/SQL 2

                   dump schemes have been developed that allow transactions to be active while the dump is in progress.
fuzzy
click to copy
If                        are not obtained in undo operation it will cause problem in undo- phase.
lower-level lock
click to copy

DBMS → Introduction to DBMS 2

ARIES uses a                        to identify log records, and stores it in database pages.
log number
click to copy
The remote backup site is sometimes also called the
secondary site
click to copy

DBMS → Database Architecture 2

ARIES supports                        operations, which are physical in that the affected page is physically identified, but can be logical within the page.
physiological redo
click to copy
The backup is taken by
sending all log records from primary site to the remote backup site
click to copy

DBMS → Data Models 2

                             is used to minimize unnecessary redos during recovery.
dirty page table
click to copy
When the                      the backup site takes over processing and becomes the primary.
primary fails
click to copy

DBMS → ER Model 2

                     scheme that records only information about dirty pages and associated information and does not even require of writing dirty pages to disk.
fuzzy-checkpoint
click to copy
The simplest way of transferring control is for the old primary to receive                       from the old backup site.
primary logs
click to copy

DBMS → Relational Model 2

Whenever an update operation occurs on a page, the operation stores the LSN of its log record in the                field of the page.
pagelsn
click to copy
The time to process the remote backup can be reduced by
checkpoints
click to copy

DBMS → Normalization 2

The                                      contains a list of pages that have been updated in the database buffer.
dirty page table
click to copy
A                                configuration can make takeover by the backup site almost instantaneous.
spare
click to copy

DBMS → Functional Dependency 2

                       determines which transactions to undo, which pages were dirty at the time of the crash, and the LSN from which the redo pass should start.
analysis pass
click to copy
A transaction commits as soon as its commit log record is written to stable storage at the primary site. This is
one safe
click to copy

DBMS → SQL Basics 2

                     starts from a position determined during analysis, and performs a redo, repeating history, to bring the database to a state it was in before the crash.
redo pass
click to copy
A transaction commits as soon as its commit log record is written to stable storage at the primary and the backup site. This is
two-very safe
click to copy

DBMS → DDL Commands 2

                             rolls back all transactions that were incomplete at the time of crash.
undo pass
click to copy
If only the primary is active, the transaction is allowed to commit as soon as its commit log record is written to stable storage at the primary site. This is
two safe
click to copy

DBMS → DML Commands 2

Which lock should be obtained to prevent a concurrent transaction from executing a conflicting read, insert or delete operation on the same key value.
higher-level lock
click to copy
Which of the following is not a Schema?
Critical Schema
click to copy

DBMS → Joins 2

Once the lower-level lock is released, the operation cannot be undone by using the old values of updated data items, and must instead be undone by executing a compensating operation; such an operation is called
logical operation
click to copy
The number of entities associated in relationship is called as it’s.....................
Degree
click to copy

DBMS → Views 2

Which of the following is used for undo operations alone?
logical logging
click to copy
The DBMS utility...................... allows reconstructing the correct state of database from the backup and history of transactions.
Recovery
click to copy