Database Concepts
25 previous year questions.
High-Yield Trend
Chapter Questions 25 MCQs
| SID | SName | Contact No | Age | Course | Year |
| 2301 | Rajat | 8167782923 | 0 | CS | 2022 |
| 2302 | Kamal | 8168842399 | 21 | HIS | 2023 |
| 2303 | Amit | 8167832455 | 20 | ECO | 2022 |
| 2304 | Sujata | 7987235422 | 20 | MATH | 2022 |
| 2305 | Amita | 6276542311 | 21 | ENG | 2023 |
| LIST I | LIST II |
|---|---|
| A. RDBMS | III. Store data in related table |
| B. Primary Key | I. Unique identification of tuples |
| C. Tuple is collection of | II. Attribute Value |
| D. Database Schema and Constraints | IV. Database catalog |
B. It cannot have NULL value.
C. It can have NULL value.
D. It can have duplicate values.
E. It never uniquely identifies the row.
%Option
LIST I | LIST II States | ||
| A | UNIQUE | I | The column which refers to value of an attributes defined primary key in another table |
| B | Primary key | II | A value specified for the column if no value is specified |
| C | Default | III | The column which can uniquely identify each row/record in a table |
| D | Foreign key | IV | Ensures that all the values in a column are distinct |
A
| SNO | Name | Class |
| 1 | Meena | 8 |
| 2 | Meena | 6 |
| 3 | Leena | 7 |
| 4 | Vijaya | 7 |
| 5 | Sujata | 8 |
| SNO | Name | Class |
| 1 | Asha | 7 |
| 2 | Meena | 6 |
| 3 | Mohit | 7 |
| 4 | Vijaya | 7 |
A. Composite primary key is used to represent the relationship between two relations.
B. A foreign key is used to represent the relationship between two relations.
C. The tuples within a relation must be distinct.
Choose the correct answer from the options given below:
NameSearch (numList, key,n)
Step1: SET index = 0
Step2: WHILE index < n, REPEAT step3
Step3: IF numlist [index]-key THEN
PRINT "Element found at position", index + 1
STOP
ELSE
index = index+1
Step4: PRINT "Search unsuccessfull"
The algorithm performs
LIST I | LIST II | ||
| A | Relation | I | Number of rows |
| B | Tuple | II | Logically related data organised in a table |
| C | Degree | III | Number of columns |
| D | Cardinality | IV | Row in a table |
LIST I | LIST II States | ||
| A | Round() | I | Date function |
| B | Rtrim() | II | Aggregrate function |
| C | Count() | III | Math function |
| D | Monthname() | IV | String function |
| List-I | List-II |
| (A) Controlled Data Sharing | (I) Same data maintained in different places does not match |
| (B) Data Isolation | (II) Limited Access given to users |
| (C) Data Dependence | (III) There is no mapping between two files |
| (D) Data Inconsistency | (IV) If the structure of a file is changed, all the existing programs accessing that file also need to be changed |
| RollNo | Name | Mobile | City |
| 1 | Arun | 91 | Delhi |
| 2 | Sanjay | 92 | Mumbai |
| 3 | Arun | 93 | Noida |
| 4 | Varun | 94 | Guwahati |
| 5 | Arti | 95 | Kolkata |
Data elements are: 7, 5, 17, 13, 9, 27, 31, 25, 35.
Hash Table Size: 7
Hash Function: H(I) = (Data element) mod (Hash Table Size)
Options:
(A) Element 27 will create collision.
(B) Element 25 will create collision.
(C) Element 35 will create collision.
(D) Element 31 will create collision.
Choose the correct answer from the options given below:
About Database Concepts - CUET-UG
Database Concepts is a vital chapter for CUET-UG aspirants. Mastering the concepts covered in this chapter is essential for securing a top rank.
By rigorously practicing the previous year questions associated with this chapter, you can identify high-yield topics, understand the examiner's perspective, and boost your confidence during the actual exam.
Frequently Asked Questions
Why focus on Database Concepts PYQs?
Analyzing PYQs for this specific chapter reveals the most frequently tested concepts and the typical complexity of questions, allowing you to tailor your study plan efficiently.
How to best use this analysis?
Review the topic breakdown to see which sub-topics within Database Concepts carry the most weight. Then, tackle the questions iteratively to solidify your understanding.