MCQs on RDBMS
कौन सा सही है/हैं?
Which is/are correct ?
[A] MySQL is an example of RDBMS.
[B] Expansion of RDBMS is Relational Database Management System.
[C] RDBMS was invented by E. F. Codd, in 1970.
[D] All of the above
Correct Answer : All of the above
UGC NET CS 2017
RDBMS के संबंध में निम्नलिखित का मिलान करें:
Match the following with respect to RDBMS:
A. Entity integrity 1. enforces some specific business rule that do not fall into entity or domain
B. Domain integrity 2. Rows can’t be deleted which are used by other records
C. Referential integrity 3. enforces valid entries for a column
D. User defined integrity 4. No duplicate rows in a table
[A] A - 3, B - 4, C - 1, D - 2
[B] A - 4, B - 3, C - 2, D - 1
[C] A - 4, B - 2, C - 3, D - 1
[D] A - 2, B - 3, C - 4, D - 1
Correct Answer : A - 4, B - 3, C - 2, D - 1
Chhattisgarh ITI 2023
आरडीबीएमएस में क्या शामिल है?
What does an RDBMS consists of?
[A] Collection of records
[B] Collection of keys
[C] Collection of tables
[D] Collection of fields
Correct Answer : Collection of tables
UP POLICE -2022
RDBMS में डेटा संग्रहीत किया जाता है:
In RDBMS data is stored in:
[A] Trees
[B] Lists
[C] Tables
[D] Networks
Correct Answer : Tables
MPESB -2023
RDBMS एक डेटाबेस को संदर्भित करता है जो पंक्तियों और स्तंभों का उपयोग करके डेटा को संरचित प्रारूप में संग्रहीत करता है। निम्नलिखित में से कौन सा RDBMS का उदाहरण नहीं है?
RDBMS refers to a database that stores data in a structured format, using rows and columns. Which of the following is NOT an example of RDBMS?
[A] Microsoft SQL Server
[B] Oracle Database
[C] IBM Domino
[D] MySQL
Correct Answer : IBM Domino
DSSSB TGT -2021
डॉ. ई.एफ. कॉड कितने नियम प्रदान करते हैं जो किसी डेटाबेस को RDBMS के रूप में योग्य बनाते हैं?
How many rule does Dr. E.F. Codd provides which qualify a database as a RDBMS?
[A] 13
[B] 11
[C] 12
[D] 10
Correct Answer : 12
DSSSB TGT -2023
रिलेशनल डाटाबेस मैनेजमेंट सिस्टम (RDBMS) का उद्देश्य क्या है?
What is the. purpose of a relational database management system (RDBMS)?
[A] To store and manage data in a structured format using tables , column and rows
[B] To store and manage data in a network format using graph and edges
[C] To store and manage data in a hierarchical format using trees and nodes
[D] To store and manage data in an understand format using tags and categories
Correct Answer : To store and manage data in a structured format using tables , column and rows
Computer Operator-2018
रिलेशनल डेटा मॉडल में, निम्नलिखित में से कौन सा विकल्प यह बताता है कि क्वेरी के लिए डेटा को कैसे हेरफेर किया जा सकता है?
In a Relational Data Model, which of the following options describe how the data can be manipulated for querying?
[A] Objects
[B] Constraints
[C] Entities
[D] Operations
Correct Answer : Operations
Computer Operator-2018
वह कॉलम जिसमें प्राथमिक कुंजी बनने की क्षमता होती है उसे ___________ कहा जाता है।
A column which has the ability to become a primary key is called as ___________.
[A] Composite key
[B] Foreign key
[C] Alternate key
[D] Candidate key
Correct Answer : Foreign key
[IBPS Clerk 2014, IBPS Clerk Mains 2017]
ओरेकल एक (एन) है
Oracle is a (n)
[A] hardware
[B] high level language
[C] operating system
[D] RDBMS
Correct Answer : RDBMS
SSC Scientific Assistant IT - 2022
रिलेशनल डाटा बेस मैनेजमेंट सिस्टम में निम्नलिखित में से कौन सी शब्दावली किसी तालिका में 'स्तंभों की संख्या' के लिए उपयोग की जाती है?
Which among the following terminology in the Relational Data base Management System used for a 'Number of columns ' in a table ?
[A] Degree
[B] Domain
[C] Relation
[D] Cardinality
Correct Answer : Degree
TAC-2018
निम्नलिखित में से कौन सा RDBMS नहीं है?
Which of the following is not a RDBMS .
[A] MySQL
[B] Oracle
[C] C++
[D] MY SQL
Correct Answer : C++
Tech Assistant -2019
RDBMS के निम्नलिखित कथनों पर विचार करें। निम्नलिखित में से कौन सा सही है? I. 3NF में प्रत्येक संबंध BCNF में भी है II. BCNF में प्रत्येक संबंध 3NF में भी है
Consider the following statements of RDBMS. Which of the following are correct? I. Every relation in 3NF is also in BCNF II. Every relation in BCNF is also in 3NF
[A] Only I is correct
[B] Both I and II are correct
[C] Both I and II are wrong
[D] Only II is correct
Correct Answer : Only II is correct
Technical Assistant-2024
निम्नलिखित में से कौन सी प्रोग्रामिंग तकनीक है जो डेवलपर्स को ऑब्जेक्ट ओरिएंटेड प्रोग्रामिंग में ऑब्जेक्ट्स का उपयोग करके रिलेशनल डेटाबेस मैनेजमेंट सिस्टम के साथ इंटरैक्ट करने की अनुमति देती है?
Which among the following is a programming technique that allows developers to interact with Relational Database Management System using objects in Object Oriented programming?
[A] ODM
[B] ORM
[C] DAO
[D] COM
Correct Answer : ORM
Technical Assistant-2024
एक रिलेशनल डेटाबेस में, लॉकिंग का कौन सा स्तर समवर्तीता की उच्चतम डिग्री प्रदान करता है?
In a relational Database , which level of locking provides the highest degree of concurrency ?
[A] Columns
[B] Row
[C] Table
[D] Column , Row and Table have
Correct Answer : Row