Home
Current Affairs January 2024

What is the correct answer?

4

Related fields in a database are grouped to form a

A. data file.

B. data record.

C. menu.

D. bank.

Correct Answer :

B. data record.


Related Questions

What is the correct answer?

4

A table that displays data redundancies yields ____________ anomalies

A. Insertion

B. Deletion

C. Update

D. All of the above

What is the correct answer?

4

UML is stands for

A. Universal Modeling Language

B. Unified Modeling Language

C. United Modeling Language

D. Uni Modeling Language

What is the correct answer?

4

A subschema expresses

A. the logical view.

B. the physical view.

C. the external view.

D. all of the above.

What is the correct answer?

4

The language used in application programs to request data from the DBMS is referred to as the

A. DML

B. DDL

C. VDL

D. SDL

What is the correct answer?

4

An entity set which have sufficient attributes to form a primary key

A. Tree structure

B. Subtree structure

C. Strong entity set

D. Table structure

What is the correct answer?

4

Noisy channel has ……… .. types of protocols

A. two

B. three

C. four

D. none

What is the correct answer?

4

The syntax to select all column from the table is

A. select all from tablename

B. select * from tablename

C. select from tablename

D. none of these

What is the correct answer?

4

In an E-R diagram attributes are represented by

A. rectangle.

B. square.

C. ellipse.

D. triangle.

What is the correct answer?

4

The maximum number of children in a B-tree of order m is

A. m+1

B. m

C. m-1

D. m/2

What is the correct answer?

4

EEPROM

A. Electrically Extractable Programmable Read Only Memory

B. Electrically Erasable Programmable Read Only Memory

C. Electronically Erasable Programmable Read Only Memory

D. Electrically Erasable Programmable Read Only Memory

What is the correct answer?

4

A transaction which may not complete its execution successfully is termed as

A. Failed

B. Aborted

C. Blocked

D. Finished

What is the correct answer?

4

Database locking concept is used to solve the problem of

A. Lost Update

B. Uncommitted Dependency

C. Inconsistent Data

D. All of the above

What is the correct answer?

4

Commit operation …………… writes the changes made to the database.

A. temporarily

B. permanently

C. none of these

D. all of the above

What is the correct answer?

4

The statement in SQL which allows to change the definition of a table is

A. Select

B. Update

C. Create

D. Alter

What is the correct answer?

4

Which of the following is not a constraint on a single relation?

A. check

B. unique

C. not null

D. is duplicate

What is the correct answer?

4

which of the following is a binary operation?

A. project

B. select

C. rename

D. none of the above

What is the correct answer?

4

What is ACID properties of Transactions?

A. Atomicity, Consistency, Isolation, Database

B. Atomicity, Consistency, Isolation, Durability

C. Atomicity, Consistency, Inconsistent, Durability

D. Automatically, Concurrency, Isolation, Durability

What is the correct answer?

4

Which of the following works as a filter?

A. UPDATE

B. DROP

C. ALTER

D. SELECT

What is the correct answer?

4

Select the incorrect statement

A. View is derived from other tables.

B. Once a transaction has executed commit work its effect cant be undone by rollback work .

C. The input to the aggregate function avg can be non numeric data types

D. A primary key can never be null.

What is the correct answer?

4

Which of the following normalization is needed, if an attribute of a composite key is dependent on an attribute of the other composite key?

A. BCNF

B. Second

C. Third

D. Fourth

What is the correct answer?

4

Radio frequencies below ............. are more suitable for omnidirectional applications.

A. 300MHz

B. 1GHz

C. 5GHz

D. 10 GHz

What is the correct answer?

4

In an Entity-Relationship Diagram Diamonds represents

A. Attributes

B. Multi-valued attributes

C. Weak entity set

D. Relationship sets

What is the correct answer?

4

Repeaters operate in
i) Physical layer
ii) Datalink layer
iii) Transport layer
iv) Network layer

A. i and ii only

B. ii and iii only

C. ii only

D. i only

What is the correct answer?

4

In a Hierarchical model records are organized as

A. Graph.

B. List.

C. Links.

D. Tree.

What is the correct answer?

4

A logical schema

A. is the entire database.

B. is a standard way of organizing information into accessible parts.

C. describes how data is actually stored on disk.

D. both A) and C)

What is the correct answer?

4

Triggers are also called

A. active rules

B. passive rules

C. inferences

D. none of the above

What is the correct answer?

4

View never contains derived columns.

A. True

B. False

C. Cant say

D. none

What is the correct answer?

4

Data fragmentation is performed by the …… and each fragment is stored at…………..

A. DBMS, same site

B. OS ,same site

C. DBMS ,different site

D. OS ,different site

What is the correct answer?

4

Which of the following file organization provides very fast access to any arbitrary record of a file?

A. Ordered file

B. Unordered file

C. Hashed file

D. B-tree

What is the correct answer?

4

Which of the following statement returns data to the host variables one at a time?

A. SELECT

B. RETURN

C. FETCH

D. GET