Quiz-1

Q 1. ___________constraint specifies the number of instances of entity B that may associated each instance of entity. / ___________ कंस्ट्रेंट इकाई बी के उदाहरणों की संख्या निर्दिष्ट करती है जो इकाई के प्रत्येक उदाहरण से जुड़ी हो सकती है।

  1. Entity
  2. Ordinality
  3. Ability
  4. Cardinality
View Answer Watch Solution Video

Q 2. Which of the following Relational Algebra operation require that both tables (or virtual tables) involved have the exact same attributes/data types? / निम्नलिखित में से किस रिलेशनल अलजेब्रा ऑपरेशन के लिए आवश्यक है कि शामिल दोनों वर्चुअल टेबल (या वर्चुअल टेबल) में सटीक समान गुण/डेटा प्रकार हों?

  1. Join, Projection, Restriction
  2. Multiplication and Division
  3. Union, Intersection, Minus
  4. Minus, Multiplication, Intersection
View Answer Watch Solution Video

Q 3. Consider join the relation R with a relation S. If R has m tuples and S has tuples, then maximum and minimum sizes of the join respectively are / संबंध R को संबंध S के साथ जोड़ने पर विचार करें। यदि R में m टुपल्स हैं और S में टुपल्स हैं, तो जुड़ने के अधिकतम और न्यूनतम आकार हैं

  1. m + n and 0
  2. m n and 0
  3. m + n and [m-n]
  4. m n and m + n

Q 4. A join in RDBMS without any condition is called / बिना किसी शर्त के RDBMS में शामिल होने को कहते हैं?

  1. Self Join
  2. Left Outer Join
  3. Right Outer Join
  4. Cross Join
View Answer Watch Solution Video

Q 5. Intersection operation on two relations R1 and R2 of database is:- / डेटाबेस के दो संबंधों R1 और R2 पर इंटरसेक्शन ऑपरेशन है: -

  1. Associative but not commutative
  2. Commutative but not Associative
  3. Both Associative and commutative
  4. Neither Associative nor commutative
View Answer Watch Solution Video

Q 6. Which of the following constitutes a basic set of operations for manipulating relational data? / निम्नलिखित में से कौन रिलेशनल डेटा में मैनीपुलेटिंग करने के लिए संचालन का एक बेसिक सेट है?

  1. Predicate calculus
  2. Relational calculus
  3. Relational algebra
  4. SQL
View Answer Watch Solution Video

Q 7. The operation which is not considered a basic operation of relational algebra is. / वह ऑपरेशन जिसे रिलेशनल अलजेब्रा का मूल संक्रिया नहीं माना जाता है

  1. Join
  2. Selection
  3. Union
  4. Cross product
View Answer Watch Solution Video

Q 8. The _________ provides a set of operations that take one or more relations as input and return a relation as an output. / _________ संचालन का एक सेट प्रदान करता है जो एक या एक से अधिक संबंधों को इनपुट के
रूप में लेता है और एक संबंध को आउटपुट के रूप में लौटाता है।

  1. Schematic representation
  2. Relational algebra
  3. Scheme diagram
  4. Relation flow
View Answer Watch Solution Video

Q 9. The _______operation performs a set union of two “similarly structured” tables. / ______ ऑपरेशन दो "समान रूप से संरचित" तालिकाओं का एक सेट यूनियन करता है

  1. Union
  2. Join
  3. Product
  4. Intersect
View Answer Watch Solution Video

Q 10. The number of entities to which another entity can be associated via a relationship set is expressed as : / एक रिलेशनशिप सेट के माध्यम से किसी अन्य इकाई को जिन संस्थाओं से जोड़ा जा सकता है, उनकी संख्या इस प्रकार व्यक्त की जाती है:

  1. Entity
  2. Cardinality
  3. Schema
  4. Attributes
View Answer Watch Solution Video