Humanities/Arts Exam  >  Humanities/Arts Tests  >  Test: Database Concepts- 2 - Humanities/Arts MCQ

Test: Database Concepts- 2 - Humanities/Arts MCQ


Test Description

15 Questions MCQ Test - Test: Database Concepts- 2

Test: Database Concepts- 2 for Humanities/Arts 2024 is part of Humanities/Arts preparation. The Test: Database Concepts- 2 questions and answers have been prepared according to the Humanities/Arts exam syllabus.The Test: Database Concepts- 2 MCQs are made for Humanities/Arts 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for Test: Database Concepts- 2 below.
Solutions of Test: Database Concepts- 2 questions in English are available as part of our course for Humanities/Arts & Test: Database Concepts- 2 solutions in Hindi for Humanities/Arts course. Download more important topics, notes, lectures and mock test series for Humanities/Arts Exam by signing up for free. Attempt Test: Database Concepts- 2 | 15 questions in 15 minutes | Mock test for Humanities/Arts preparation | Free important questions MCQ to study for Humanities/Arts Exam | Download free PDF with solutions
Test: Database Concepts- 2 - Question 1

Rows of a relation are known as the _______.

Detailed Solution for Test: Database Concepts- 2 - Question 1

In SQL, the relation is represented by a table, and a table is a collection of rows and columns. Therefore the collection of rows & columns is called the table, whereas a table is known as the relation in the SQL. So in a relation (or we can say table), rows are called the tuples. So, the correct answer will be tuples.

Test: Database Concepts- 2 - Question 2

The term "Data" refers to:

Detailed Solution for Test: Database Concepts- 2 - Question 2

In general, the term "data" refers to the row facts and figure, whereas the information referred to as the data, which is really important for someone or a particular person. Therefore the correct answer is C.

1 Crore+ students have signed up on EduRev. Have you? Download the App
Test: Database Concepts- 2 - Question 3

Which one of the following is a type of Data Manipulation Command?

Detailed Solution for Test: Database Concepts- 2 - Question 3

In data manipulation language, the command like select, insert, update, and delete is used to manipulate the information (or data, records), for example create a table, update table delete table, etc. Therefore the correct answer is C.

Test: Database Concepts- 2 - Question 4

Which of the following refers to the number of tuples in a relation?

Detailed Solution for Test: Database Concepts- 2 - Question 4

Cardinality refers to the number of tuples of relation because cardinality represents the number of tuples in a relation.
To understand it in more detail, consider the following given example:
Suppose we have a relation (or table) that contains 30 tuples (or Rows) and four columns, so the cardinality of our relation will be 30.

Test: Database Concepts- 2 - Question 5

Which of the following is a top-down approach in which the entity's higher level can be divided into two lower sub-entities?

Detailed Solution for Test: Database Concepts- 2 - Question 5

In specialization, the top-down approach is used, and it is apposite to the generalization.
In the specialization, the higher-level entity can be divided into sub lower entities. It is generally used for identifying the subset of an entity set which share the distinguishing characteristics.
To understand it more clearly, consider the following example:
Suppose you have an entity, e.g., A vehicle. So through the specialization, you can be divided further into sub-entities like two-wheelers and four-wheelers. Therefore the correct answer is C.

Test: Database Concepts- 2 - Question 6

Which of the following command is a type of Data Definition language command?

Detailed Solution for Test: Database Concepts- 2 - Question 6

The Data definition language is generally used to maintain or define the structure of the database. For example, creating a table, drop table, alter table. In short, we can say that the command of data definition languages is used to work on the table's schemas inside the database.

Test: Database Concepts- 2 - Question 7

In a relation database, every tuples divided into the fields are known as the______.

Detailed Solution for Test: Database Concepts- 2 - Question 7

In a database, the number of rows inside a table is known as tuples, and if we further divide those tuples (or rows) into those fields, they become the domains. So the correct answer will be B.

Test: Database Concepts- 2 - Question 8

In which one of the following, the multiple lower entities are grouped (or combined) together to form a single higher-level entity?

Detailed Solution for Test: Database Concepts- 2 - Question 8

The bottom-up approach is used in the generalization. The several lower-level sub-entities are grouped together to make an individual higher-level entity. In short, we can say that it is totally the opposite of specialization. To understand it more clearly, consider the following example:
Example: Suppose you have several lower entities like bus, car, motorbike etc. So, in order to make a more generalize (or higher level ) entity, you can combine them under a new higher-level entity such as a vehicle.

Test: Database Concepts- 2 - Question 9

In the relational table, which of the following can also be represented by the term "attribute"?

Detailed Solution for Test: Database Concepts- 2 - Question 9

In the database, the number of rows inside a table is called the tuples, and the numbers of columns are known as the attributes. Therefore the correct answer is C.

Test: Database Concepts- 2 - Question 10

The term "TCL" stands for_____.

Detailed Solution for Test: Database Concepts- 2 - Question 10

The term "TCL" refers to the Transaction Control Language, which is another language just like the "DDL" and "DML". The commands like commit, save point, rollback come under the TCL used to control the transactions. Therefore the correct answer will be D.

Test: Database Concepts- 2 - Question 11

Which of the following is used in the application programs to request data from the database management system?

Detailed Solution for Test: Database Concepts- 2 - Question 11

To fetch data from the database management system, generally, the "select" statement is used. Therefore, the Data Manipulation Language is used in the application programs while requesting the data from the database management system.

Test: Database Concepts- 2 - Question 12

Which of the following refers to the number of attributes in a relation?

Detailed Solution for Test: Database Concepts- 2 - Question 12

The column inside the table is called the attribute, and the total number of attributes inside the table is called the degree. So, here as we can see, degree refers to the number of attributes in a relation. Therefore the correct answer is C.

Test: Database Concepts- 2 - Question 13

Which of the following commands is used to save any transaction permanently into the database?

Detailed Solution for Test: Database Concepts- 2 - Question 13

The Transaction Control Language is used while working with the transactions. To save any transaction permanently into the database generally, the "commit" command is used, by which any changes get reflected permanently into the database, and they become irreversible.

Test: Database Concepts- 2 - Question 14

Which one of the following commands is used for removing (or deleting) a relation forms the SQL database?

Detailed Solution for Test: Database Concepts- 2 - Question 14

To removing( or deleting) a relation, the "drop" command is used instead of delete because here we are working on the objects of the database. So, to maintain the objects of a database, the Data definition language is used. Therefore the "drop" command is used to delete a relation form a database instead of using the "delete" command.

Test: Database Concepts- 2 - Question 15

Which one of the following command is used to delete the existing row in a table?

Detailed Solution for Test: Database Concepts- 2 - Question 15

To delete an existing row in a table the generally, the "delete" command is used. The "delete" command is one of the commands that belong to the Data manipulation language.

Information about Test: Database Concepts- 2 Page
In this test you can find the Exam questions for Test: Database Concepts- 2 solved & explained in the simplest way possible. Besides giving Questions and answers for Test: Database Concepts- 2, EduRev gives you an ample number of Online tests for practice

Top Courses for Humanities/Arts

Download as PDF

Top Courses for Humanities/Arts