Search for notes by fellow students, in your own course and all over the country.
Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.
Title: Computer database notes
Description: The notes provide detailed description about database and RDBMs lately introduced
Description: The notes provide detailed description about database and RDBMs lately introduced
Document Preview
Extracts from the notes are below, to see the PDF you'll receive please use the links above
As per Term
wise
Syllabus
2021-22
Chapter 8
Database
Concepts
Computer Science
Class XII ( As per CBSE Board)
Visit : python
...
in for regular updates
DATABASE CONCEPTS
A Database is a collection of DATA/INFORMATION that is
organized so that it can be easily accessed, managed and
updated
...
It works like a container which contains the
various object like Tables, Queries, Reports etc
...
Visit : python
...
in for regular updates
DATABASE CONCEPTS
WHY DO WE NEED DATABASE
To manage large chunks of data: if size of data increases into
thousands of records, it will simply create a problem to
manage
...
Accuracy: Through validation rule in database ,data accuracy can
be maintained
...
Moreover, multiple
people can also edit data at same time
...
Data integrity: In databases, we can be assured of accuracy and
consistency of data due to the built in integrity checks and access
controls
...
mykvs
...
❖ A Database along with DBMS software is called Database
System
...
❖ MySQL is open source and freeware DBMS
...
mykvs
...
❖ Database controls Inconsistency
When two copies of the same data do not agree to each other, then it is called
Inconsistency
...
❖ Database facilitate Sharing of Data
Data stored in the database can be shared among several users
...
❖ Database maintains Integrity
It enforces certain integrity rules to insure the validity or correctness of data
...
A date can’t be like 31/31/2000
...
mykvs
...
A data is modeled by one of
the following given❖ Relational Data Model
In this model data is organized into Relations or Tables (i
...
Rows and Columns)
...
A column is called
Attribute or Field
...
❖ Hierarchical Data Model
In this model, Records are organized as Trees
...
❖ Object Oriented Data Model
In this model, records are represented as a objects
...
Visit : python
...
in for regular updates
DATABASE CONCEPTS
RELATIONAL DATABASE
A relational database is a collective set of multiple data sets
organized by tables, records and columns
...
Tables communicate and share information, which
facilitates data searcheability, organization and reporting
...
Visit : python
...
in for regular updates
DATABASE CONCEPTS
RELATIONAL DATABASE TERMS
Visit : python
...
in for regular updates
DATABASE CONCEPTS
RELATIONAL DATABASE TERMS
❖Relation (Table)
A Relation or Table is Matrix like structure arranged in Rows and Columns
...
e
...
❖ No duplicity: No two rows of relation will be identical i
...
in any two rows
value in at least one column must be different
...
e
...
❖ Ordering of rows and column is immaterial
...
❖ Tuple / Entity / Record - Rows of a table is called Tuple or Record
...
❖ Degree - Number of columns (attributes) in a table
...
Visit : python
...
in for regular updates
DATABASE CONCEPTS
KEYS IN A DATABASE
Key plays an important role in relational database; it is used for
identifying unique rows from table & establishes relationship among
tables on need
...
❖ Candidate Key –It is an attribute or a set of attributes or keys
participating for Primary Key, to uniquely identify each record in
that table
...
❖ Foreign Key – Foreign keys are the columns of a table that points
to the primary key of another table
...
Visit : python
...
in for regular updates
DATABASE CONCEPTS
KEYS IN A DATABASE
Visit : python
...
in for regular updates
Title: Computer database notes
Description: The notes provide detailed description about database and RDBMs lately introduced
Description: The notes provide detailed description about database and RDBMs lately introduced