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

Test: Database Concepts- 1 - Humanities/Arts MCQ


Test Description

20 Questions MCQ Test - Test: Database Concepts- 1

Test: Database Concepts- 1 for Humanities/Arts 2024 is part of Humanities/Arts preparation. The Test: Database Concepts- 1 questions and answers have been prepared according to the Humanities/Arts exam syllabus.The Test: Database Concepts- 1 MCQs are made for Humanities/Arts 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for Test: Database Concepts- 1 below.
Solutions of Test: Database Concepts- 1 questions in English are available as part of our course for Humanities/Arts & Test: Database Concepts- 1 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- 1 | 20 questions in 20 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- 1 - Question 1

Which of the following provides the ability to query information from the database and insert tuples into, delete tuples from, and modify tuples in the database?

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

The term "DML" stands for the Data Manipulation Language used to perform the required changes in the relation's values.

Test: Database Concepts- 1 - Question 2

Which of the following is generally used for performing tasks like creating the structure of the relations, deleting relation?

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

The term "DDL" stands for Data Definition Language, used to perform all other essential tasks such as deleting relation and related schemas in defining the structure relation.

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

Which one of the following given statements possibly contains the error?

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

The Query given in option D does not contain the "from" clause, which specifies the relation from which the values have to be selected or fetched. Therefore the correct answer is D.

Test: Database Concepts- 1 - Question 4

The given Query can also be replaced with_______:

SELECT name, course_id  
FROM instructor, teaches  
WHERE instructor_ID= teaches_ID;  

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

Join clause joins two tables by matching the common column

Test: Database Concepts- 1 - Question 5

What do you mean by one to many relationships?

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

We can understand the "one to many" relationship as a teacher who may have more than one class to attend.

Test: Database Concepts- 1 - Question 6

Ready the Query carefully:

SELECT emp_name  
FROM department  
WHERE dept_name LIKE ' _____ Computer Science';  

In the above-given Query, which of the following can be placed in the Query's blank portion to select the "dept_name" that also contains Computer Science as its ending string?

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

In the above-given Query, the "%" (like) operator will be used, which is generally used while searching for a certain pattern in the strings. It represents the single and multiple characters. In this case, it used with "Where "louse to select the "dept_name" that contains the Computer Since as its ending string. To understand it more clearly, consider the following syntax:
 

Syntax

SELECT column1, column2, ...
FROM table_name
WHERE columnN LIKE pattern;

Test: Database Concepts- 1 - Question 7

The given Query can be replaced with ____________:
SELECT name  
FROM instructor1  
WHERE salary <= 100000 AND salary >= 90000;  

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

The "SQL" contains a comparison known as the "BETWEEN," which is also used in one of the given queries, as you can see. The "BETWEEN" operator is generally used to simplify the "WHERE" clause that is used to specify that the value is greater than one value or greater than some values, less than one or more values.

Test: Database Concepts- 1 - Question 8

In the following Query, which of the following can be placed in the Query's blank portion to display the salary from highest to lowest amount, and sorting the employs name alphabetically?

SELECT *  
FROM instructor  
ORDER BY salary ____, name ___;  

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

To sort the salary from highest to lowest amount and display the employee's name alphabetically, one can use the "Desc and Asc" in the above-given Query.

Test: Database Concepts- 1 - Question 9

The term "FAT" is stands for_____

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

The term "FAT" can be described as a file structure (or file architecture). In which all the information about the files where they are stored and where all these files need to be stored or in which directory, all that information generally stored in the file structure. Therefore the Operating system creates a table in which all the files and clusters are stored, known as the file allocation table.

Test: Database Concepts- 1 - Question 10

A Database Management System is a type of _________software.

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

The DBMS (or Database Management System) is a kind of system software used for several operations such as creating tables/databases, storing data, managing databases. It also allows modifying the data stored in the database as well.

Test: Database Concepts- 1 - Question 11

The term "NTFS" refers to which one of the following?

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

In the old operating systems, the file structure used to store and manage files is called the FAT 32 ( or File Allocation Table). Later, when the technology evolves with time, a new type of file system is introduced, known as the New Technology File System. It overcomes all the drawbacks, issues that exist in FAT file architecture and has many other new features such as it is fast, it can handle files whose size is even greater than 4 GB.

Test: Database Concepts- 1 - Question 12

Which of the following can be considered as the maximum size that is supported by FAT?

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

The files with a size of less than 4 GB or equal to 4GB are easily supported by the FAT. All files with a size greater than the maximum size (or is 4Gb) are not supported by the FAT.

Test: Database Concepts- 1 - Question 13

A huge collection of the information or data accumulated form several different sources is known as ________:

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

A huge collection of different types of data/information which collected from many different sources stored in one place is called a data warehouse. It works just like the standard warehouse, which is generally a type of holding area/building to store the different types of different goods in huge quantities until they are further distributed. Therefore the correct answer is Data Warehouse.

Test: Database Concepts- 1 - Question 14

Which of the following can be considered as the maximum size that is supported by NTFS?

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

The New Technology File System was introduced in 1993 for the very first time as a part of new Windows operating systems (Windows NT 3.1).
You may be surprised to know that windows are still using it because of its fast speed and can support files whose size is up to 16TB (16 terabytes), which is much more than that file size supported by the old system.

Test: Database Concepts- 1 - Question 15

Which one of the following refers to the copies of the same data (or information) occupying the memory space at multiple places.

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

The data redundancy generally occurs whenever more than one copy of the exact same data exists in several different places. Sometimes it may cause data inconsistency, which can result in an unreliable source of data or information that is not good for anyone.

Test: Database Concepts- 1 - Question 16

Which of the following can be used to extract or filter the data & information from the data warehouse?

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

The tools used to obtain meaningful information or Data from the large collection of data (or from the Data Warehouses) are known as the Data mining tools. Through data mining, one can easily filter the useful information or data from the massive collection of the data. Therefore the correct answer is Data Mining.

Test: Database Concepts- 1 - Question 17

Which of the following refers to the level of data abstraction that describes exactly how the data actually stored?

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

Data abstraction means displaying or sharing only the data that is needed and hiding from all other data until it is necessary to share it. However, the data abstraction level that describes how the data was actually stored in the user's machine (or system) is known as the Physical level. Therefore the correct answer is B.

Test: Database Concepts- 1 - Question 18

Which one of the following refers to the "data about data"?

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

The Mata Data refers to the type of data that describes the other data or information.
A general file or document is nothing more than a sequence of bytes that contains information like file name, file size, and date & time when the document was created or modified.
To understand it in more details, consider the following example:
For a common music file, the metadata may include the singer's name, the year it was released, and the lyrics, etc.

Test: Database Concepts- 1 - Question 19

In general, a file is basically a collection of all related______.

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

Whenever we have some related data, information or records, we collect all those related data (or records), put them together, store them in one place, and give that collection a name that is known as a file.

Test: Database Concepts- 1 - Question 20

To which of the following the term "DBA" referred?

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

The term "DBA" refers to the Database Administrator that manages the whole database and updates the database on a regular basis. In short, the database administrator has the responsibility of the whole database and to maintain it in an optimal & stable state.

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

Top Courses for Humanities/Arts

Download as PDF

Top Courses for Humanities/Arts