Database Management System (3330703) MCQs

MCQs of Relational Algebra and implementation using SQL

Showing 31 to 40 out of 60 Questions
31.

No two tuples in a relation are allowed to have exactly same value for ______

(કોઈ પણ રીલેશન માં 2 ટપલ માં _______ ની વેલ્યુ એકઝેટ સરખી ના હોય શકે)

(a)

Some attributes 

(થોડા એટ્રીબ્યુટ)

(b)

All attributes

(બધા એટ્રીબ્યુટ)

(c)

Some Tuple

(થોડા ટપલ્સ)

(d)

All Tuple

(બધા ટપલ્સ)

Answer:

Option (a)

32.

Which of the following will  not behave like primary key ?

(નીચે ના માંથી શું પ્રાયમરી કી તરીકે વર્તતું નથી ?)

(a)

DepID

(b)

Registered MobileNo

(c)

EmailID 

(d)

CustomerID

Answer:

Option (c)

33.

____ key is used  to link rows from one table to the rows in another table

(_____ કી ની મદદ થી એક ટેબલ ની એક રો બીજા ટેબલ ની રો સાથે લીંક કરી શકાય છે)

(a)

Primary

(b)

Foreign

(c)

Super 

(d)

Candidate

Answer:

Option (b)

34.

Relational Algebra is _________

(રીલેશનલ એલ્જીબ્રા એ _____ છે )

(a)

Structural Query Language

(b)

Data Defination Language

(c)

Procedural Query Language

(d)

Non Procedural Language

Answer:

Option (c)

35.

Which of the following is not a valid relational algebra operation ?

(નીચે ના માંથી કયું વેલીડ રીલેશનલ એલ્જીબ્રા ઓપરેશન નથી ?)

(a)

Minus

(b)

Division

(c)

Multiplication

(d)

Rename

Answer:

Option (c)

36.

Which of the following is not a set operator ?

(નીચે ના માંથી કયું સેટ ઓપરેટર નથી ?)

(a)

Union

(b)

Intersection 

(c)

Minus

(d)

Rename

Answer:

Option (d)

37.

Relation A has m tuples and relation B has n tuples, if we perform cartesian product then maximum how many tuples will be there ?

(જો રીલેશન A માં m ટપલ હોય અને રીલેશન B માં n ટપલ હોય તો જો આપણે કાર્ટેઝીયન પ્રોડક્ટ પરફોર્મ કરી તો મેક્ષીમમ કેટલા ટપલ હોય શકે ?)

(a)

mn

(b)

m+n

(c)

(m+n)/2

(d)

m-n

Answer:

Option (a)

38.

Following mentioned relation does not satisfy the set operator condition

Relation A = (Name (varchar) , DOB (date), Phoneno (number))

Relation B = (Bookname (varchar) , Datepublished (date) , ID (number))

નીચે આપેલા બંને રીલેશન સેટ ઓપરેટર કંડીશન satisfy કરતા નથી

Relation A = (Name (varchar) , DOB (date), Phoneno (number))

Relation B = (Bookname (varchar) , Datepublished (date) , ID (number))

(a)

TRUE

(b)

FALSE

Answer:

Option (b)

39.

_____ operator removes duplicate records

(_____ ઓપરેટર ડુપ્લીકેટ રેકોર્ડ ને રીમુવ કરી આપે છે)

(a)

Union

(b)

Intersection

(c)

Minus

(d)

Division

Answer:

Option (a)

40.

_____ operator displays records which are common in both relations.

(______ ઓપરેટર બંને રીલેશન માં આવેલા કોમન રેકોર્ડ જ ડિસ્પ્લે કરે છે)

(a)

Union

(b)

Intersection

(c)

Minus

(d)

Division

Answer:

Option (b)

Showing 31 to 40 out of 60 Questions