ITI COPA
Home
Practice Set
NIMI MOCK TEST
Employability Skills
Module 8 : Database Concepts, Queries & Joints and Functions
Question 1
What is the need for our query to execute successfully on an existing view? | विद्यमान दृश्य पर हमारी क्वेरी को सफलतापूर्वक निष्पादित करने की क्या आवश्यकता है?
The specified table must contain data
We should have a SELECT privilege only on the specified table
The specified table must be in the same database or schema
We must have a SELECT privilege on the view
Question 2
A domain is atomic if elements of the domain are considered to be ____________ units. | एक डोमेन परमाणु है यदि डोमेन के तत्वों को ____________ इकाइयाँ माना जाता है।
different | अलग
indivisible | अभाज्य
constant | नियत
divisible | भाज्य
Question 3
Which of the following are TCL commands? | निम्नलिखित में से कौन से TCL कमांड हैं?
COMMIT and ROLLBACK
UPDATE and TRUNCATE
SELECT and INSERT
GRANT and REVOKE
Question 4
What is full form of DML? | DML का पूर्ण रूप क्या है?
Data Multiplication Language
Data Manipulation Language
Data Modify Language
Data Mapping Language
Question 5
Which of the following systems is responsible for ensuring durability? | स्थायित्व सुनिश्चित करने के लिए निम्नलिखित में से कौन सी प्रणाली जिम्मेदार है?
Recovery system | रिकवरी सिस्टम
Atomic system | एटॉमिक सिस्टम
Concurrency control system | समवर्ती नियंत्रण प्रणाली
Compiler system | संकलक प्रणाली
Question 6
Execution of translation in isolation preserves the _________ of a database. | आइसोलेशन में अनुवाद का निष्पादन डेटाबेस के _________ को संरक्षित करता है।
atomicity | एटोमिसिटी
consistency | स्थिरता
durability | स्थायित्व
Integrity | अखंडता
Question 7
Create procedure dept_count proc(in dept name varchar(20),out d_count integer) begin select count(*) into d_count from instructor where instructor.dept name= dept count proc.dept name end Which of the following is used to call the procedure given above? | Create procedure dept_count proc(in dept name varchar(20),out d_count integer) begin select count(*) into d_count from instructor where instructor.dept name= dept count proc.dept name end ऊपर दी गई प्रक्रिया को कॉल करने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
Declare d_count integer;
Declare d_count integer; call dept_count proc(’Physics’, d_count);
Declare d_count integer; call dept_count proc(’Physics’);
Declare d_count; call dept_count proc(’Physics’, d_count);
Question 8
What is full form of DDL? | DDL का पूर्ण रूप क्या है?
Data Describe Language
Definition Data Language
Data Definition Language
Data Distinct Language
Question 9
What is the best way to represent the attributes in a large database? | किसी बड़े डेटाबेस में विशेषताओं को प्रस्तुत करने का सबसे अच्छा तरीका क्या है?
Relational-and | संबंधपरक-और
Concatenation | जोड़ना
Dot representation | बिंदु प्रतिनिधित्व
Customization | कस्टमाईजेशन
Question 10
The tuples of the relations can be of ________ order. | संबंधों के टुपल्स ________ क्रम के हो सकते हैं।
any | कोई
same | वही
sorted | क्रमबद्ध
constant | नियत
Question 11
What does the following code snippet do? ALTER TABLE STUDENT ADD(ADDRESS VARCHAR2(20)); | निम्नलिखित कोड स्निपेट क्या करता है? ALTER TABLE STUDENT ADD(ADDRESS VARCHAR2(20));
Invalid Syntax
Checks if a column called ADDRESS is present in the table student | जाँचता है कि छात्र तालिका में ADDRESS नामक कॉलम मौजूद है या नहीं
Adds a column called ADDRESS in the table student | छात्र तालिका में ADDRESS नामक एक कॉलम जोड़ता है
Adds records in a column called ADDRESS in the table student | स्टूडेंट टेबल में ADDRESS नामक कॉलम में रिकॉर्ड जोड़ता है
Question 12
Which of the following is not a type of database? | निम्नलिखित में से कौन सा डेटाबेस का एक प्रकार नहीं है?
Hierarchical | श्रेणीबद्ध
Network | नेटवर्क
Distributed | वितरित
Decentralized | विकेन्द्रीकृत
Question 13
Collections of operations that form a single logical unit of work are called __________. | कार्य की सिगल ल़ॉजिकल यूनिट बनाने वाले संचालन के संग्रह को __________ कहा जाता है।
views | दृश्य
networks | नेटवर्क
units | यूनिट्स
transactions | ट्रांसक्शन
Question 14
In the database design, to characterize fully the data needs of the prospective database user in the ________ | डेटाबेस डिजाइन में, ________ में संभावित डेटाबेस यूज़र की डेटा आवश्यकताओं को पूरी तरह से चिह्नित करने के लिए।
Initial phase | पहला फेज
Execution phase | एक्सक्यूशन फेज
Maintenance phase | मेंटेनेंस फेज
Closure phase | क्लोज़र फेज
Question 15
Which of the following is used to input the entry and give the result in a variable in a procedure? | किसी प्रक्रिया में प्रविष्टि को इनपुट करने और एक वेरिएबल में परिणाम देने के लिए निम्नलिखित में से किसका उपयोग किया जाता है?
Put and get
Get and put
Out and In
In and out
Question 16
The term attribute refers to a ___________ of a table. | विशेषता शब्द किसी टेबल के ___________ को संदर्भित करता है।
record | रिकार्ड
column | कॉलम
tuple | टपल
key | की
Question 17
What does the following statement in SQL do? DROP TABLE student; | SQL में निम्नलिखित कथन क्या करता है? DROP TABLE student;
Deletes a table called student | विद्यार्थी नामक टेबल को हटा देता है
Creates a table called student | छात्र नामक एक टेबल बनाता है
Check if there is a table called student | जांचें कि क्या छात्र नाम की कोई टेबल है
Deletes only the records in a table called student | केवल स्टूडेंट नाम के टेबल में रिकॉर्ड हटाता है
Question 18
Create function dept count(dept_name varchar(20)) begin declare d_count integer; select count(*) into d_count from instructor where instructor.dept_name= dept_name return d_count; end Find the error in the above statement. | फ़ंक्शन विभाग बनाएँ count(dept_name varchar(20)) begin declare d_count integer; select count(*) into d_count from instructor where instructor.dept_name= dept_name return d_count; end उपरोक्त कथन में त्रुटि ज्ञात कीजिए।
Return type missing
Dept_name is mismatched
Reference relation is not mentioned
Error in the formation of the function name
Question 19
Which of the following is/are TRUE about DDL command? | DDL कमांड के बारे में निम्नलिखित में से कौन सा TRUE है?
With the DDL commands, we can deals with the rights,permissions and other controls of the database system, | DDL कमांड के साथ, हम डेटाबेस सिस्टम के अधिकारों, अनुमतियों और अन्य नियंत्रणों से निपट सकते हैं,
With the DDL commands, any changes can be made to the table, such as inserting , modifying,deleting and viewing the records. | DDL कमांड के साथ, टेबल में कोई भी बदलाव किया जा सकता है, जैसे रिकॉर्ड डालना, संशोधित करना, हटाना और देखना।
With the DDL commands, any structural changes can be made to the table, including creation, deletion, and alteration | DDL कमांड के साथ, टेबल में कोई भी संरचनात्मक परिवर्तन किया जा सकता है, जिसमें निर्माण, विलोपन और परिवर्तन शामिल हैं
With the DDL commands, we can retrive data from the database | DDL कमांड के साथ, हम डेटाबेस से डेटा पुनः प्राप्त कर सकते हैं
Question 20
Database __________ which is the logical design of the database, and the database _______ which is a snapshot of the data in the database at a given instant in time. | डेटाबेस __________ जो डेटाबेस का लॉजिकल डिज़ाइन है, और डेटाबेस _______ जो किसी दिए गए समय में डेटाबेस में डेटा का एक स्नैपशॉट है।
instance, schema | इंस्टेंस, स्कीमा
relation, schema | संबंध, स्कीमा
relation, domain | संबंध, डोमेन
schema, instance | स्कीमा, इंस्टेंस
Question 21
Declare out of classroom seats condition DECLARE exit handler FOR OUT OF classroom seats BEGIN SEQUENCE OF statements END The above statements are used for___ | Declare out of classroom seats condition DECLARE exit handler FOR OUT OF classroom seats BEGIN SEQUENCE OF statements END उपरोक्त कथनों का उपयोग ___ के लिए किया जाता है।
calling procedures
handling exception
handling procedures
calling functions
Question 22
The scheme that controls the interaction between executing transaction is called as _____. | वह योजना जो लेनदेन निष्पादित करने के बीच परस्पर क्रिया को नियंत्रित करती है, उसे _____ कहा जाता है।
concurrency control scheme | समवर्ती नियंत्रण योजना
multiprogramming scheme | मल्टीप्रोग्रामिंग योजना
serialization scheme | क्रमांकन योजना
schedule scheme | अनुसूची योजना
Question 23
For each attribute of a relation, there is a set of permitted values, called the ________ of that attribute. | किसी संबंध की प्रत्येक विशेषता के लिए, अनुमत मानों का एक सेट होता है, जिसे उस विशेषता का ________ कहा जाता है।
domain | डोमेन
relation | संबंध
set | सेट
schema | स्कीमा
Question 24
Which of the following is the correct format for if statement? | निम्नलिखित में से कौन सा if स्टेटमेंट के लिए सही प्रारूप है?
If boolean expression then statement or compound statement else if boolean expression then statement or compound statement else statement or compound statement end if
If boolean expression then statement or compound statementelsif boolean expression then statement or compound statement else statement or compound statemented if
If boolean expression then statement or compound statementelif boolean expression then statement or compound statement else statement or compound statemented if
If boolean expression then statement or compound statement else statement or compound statement else statement or compound statemented if
Question 25
The format for compound statement is________. | कंपाउंड स्टेटमेंट का फॉर्मेट ________ है।
begin ……. end
begin atomic……. end
begin ……. repeat
both begin ……. end and begin atomic……. End
Question 26
Representations such as the in the dept year relation, with one column for each value of an attribute, are called _______ they are widely used in spreadsheets and reports and in data analysis tools. | किसी विशेषता के प्रत्येक मान के लिए एक कॉलम वाले विभाग वर्ष संबंध जैसे अभ्यावेदन को _______ कहा जाता है, इनका व्यापक रूप से स्प्रेडशीट और रिपोर्ट और डेटा विश्लेषण टूल में उपयोग किया जाता है।
cross-tabs | क्रॉस-टैब
snapshot | स्नैपशॉट
both cross-tabs and Snapshot | क्रॉस-टैब और स्नैपशॉट दोनों
across-tabs | अक्रॉस-टैब्स
Question 27
To obtain the structure of an Oracle table, the command to use is______. | Oracle टेबल की संरचना प्राप्त करने के लिए, उपयोग करने योग्य कमांड ______ है।
STRUCTURE [TableName].
DESCRIBE [TableName].
DESCRIBE STRUCTURE [TableName].
DESC TABLE [TableName].
<< Previous Test
>> Next Test
Newer Post
Older Post
Home