Relational Database Management System
Relational Database Management System is the most widely used type of DBMS. This note provides an information about Relational Database Management System.
Summary
Relational Database Management System is the most widely used type of DBMS. This note provides an information about Relational Database Management System.
Things to Remember
- Field properties are the sets of characteristics that are associated with each field.
- A primary key is the field that uniquely identifies in a table.
- A compound key is a key that consists of multiple columns because one column is not sufficient unique.
- A record row in a database is called tuple.
- A foreign key is the linking pin between two tables.
MCQs
No MCQs found.
Subjective Questions
Q1:
Find the area of the triangles whose vertices are as follows:
(3, -4), (-2, 3) and (4, 5)
Type: Short Difficulty: Easy
Q2:
Find the area of the triangles whose vertices are as follows:
(-3,2), (5, -2) and (1, 3)
Type: Long Difficulty: Easy
Q3:
Prove that the following points are collinear.
(1,4),(3,-2) and (-3,16)
Type: Long Difficulty: Easy
Q4:
Prove that the following points are collinear.
(-1,0),(2,2) and (\(\frac{1}{2}\),1)
Type: Long Difficulty: Easy
Q5:
Prove that the following points are collinear.
(a,b+c),(b,c+a) and (c,a+b)
Type: Long Difficulty: Easy
Q6:
P(a,0) and Q (0,b) lie on a line.If third points R(x,y) also lies on the given line.Prove that \(\frac{x}{a}\)+ \(\frac{y}{b}\)=1
Type: Long Difficulty: Easy
Q7:
If points (2,7),(3,6) and (k,5) are collinear find the value of k.
Type: Long Difficulty: Easy
Q8:
If (3,a),(4,5) and (1,6) are vertices of a triangle and area of the triangle is 5 square units.Find value of a.
Type: Long Difficulty: Easy
Q9:
If points (a,b), (a1,b1) and (a-a1,b-b1) lies on the same line then prove ab1=a1b.
Type: Long Difficulty: Easy
Q10:
Co-oridinates of point P,Q and R are (-1,5),(3,1) and (5,7) respectively.If L,M and N are mid-points of QR,RP andPQ respectively then prove that \(\triangle\) PQR=4(\(\triangle\)LMN).
Type: Long Difficulty: Easy
<p>Now, area of\(\triangle\)PQR=\(\frac{1}{2}\)|[{(-1)×1-3×5}+{3×7-5×1)}+{5×5-(-1)×7}]|</p>
<p>=\(\frac{1}{2}\)|[-1-15+21-5+25+7]|</p>
<p>= \(\frac{1}{2}\)|[-21+53]|=\(\frac{1}{2}\)|32|=\(\frac{1}{2}\)×32=16 square units</p>
<p>If L,M and N are the mid points of QR,RP, and PQ respectively, then,</p>
<p>Co-ordinates of L=(\(\frac{3+5}{2}\),\(\frac{1+7}{2}\))=(\(\frac{8}{2}\),\(\frac{8}{2}\))=(4,4)</p>
<p>Co-ordinates of M=(\(\frac{5-1}{2}\),\(\frac{7+5}{2}\))=(\(\frac{4}{2}\),\(\frac{12}{2}\))=(2,6)</p>
<p>Co-ordinates of N=(\(\frac{-1+3}{2}\),\(\frac{5+1}{2}\))=(\(\frac{2}{2}\),\(\frac{6}{2}\))=(1,3)</p>
<p>Now, area of \(\triangle\)LMN=\(\frac{1}{2}\)|[(4×6-2×4)+(2×3-1×6)+(1×4-4×3)]|</p>
<p>=\(\frac{1}{2}\)|[24-8+6-6+4-12]|</p>
<p>=\(\frac{1}{2}\)|[34-26]|=\(\frac{1}{2}\)|8|=\(\frac{1}{2}\)×8=4 square units</p>
<p>Here,\(\triangle\)PQR=4\(\triangle\)LMN)</p>
<p>or, 16=4(4)</p>
<p>∴16=16 Proved.</p>
Videos
Area of triangles and quadrilaterals
Triangle area proofs | Perimeter, area, and volume | Geometry | Khan Academy
Area of Triangles & Quadrilaterals

Relational Database Management System
Relational Database Management System
It is the most widely used type of DBMS. In addition to store and timely retrieval of data, it also preserves the relation between different sets of data.
Relationship: It is a link or association between several entries.
List of different types of relationship
- One to one e.g: Driver and car
- One to many e.g: Teacher and students
- Many to many e.g: Books and readers
- Many to one e.g: Students and school
Field property
Field properties are the sets of characteristics that are associated with each field.
Field properties of MS Access
Difference between database and DBMS
Database | DBMS |
1. It is a collection of data or related information. | 1. It is a software package to manage database |
2. It consists of data. | 2. It manages data in the database. |
3. It is a part of DBMS | 3. It is a software system which contains database. |
Example: phone diary, data of SLC exam, etc. | Example: FoxPro, Access, etc. |
Primary key
A primary key is the field that uniquely identifies in a table. Each record in the table must be unique. Every table has only one primary key.
Types of primary key
- Compound (Composite key):A compound key is a key that consists of multiple columns because one column is not sufficient.
- Foreign key:A foreign key is the linking pin between two tables.
Tuple
A record row in a database is called tuple.
Wizard
A wizard is a small program that interviews us, asking questions about what we want to accomplish, then it takes over answers and creates the table, query or whatever according to our specification.
Difference between Design view and Wizard
Design view | Wizard |
It takes more time. | It saves our time
|
We can make our design. | We can choose formats from premade ones. |
We can create any field according to our requirement. | We can copy fields from any of the simple table. |
Lesson
Database Management System - MS Access
Subject
Computer Science
Grade
Grade 10
Recent Notes
No recent notes.
Related Notes
No related notes.