cs403-midterm-notes
cs403-midterm-notes
STUDENT ID : MC180402118
MIT DEPARTMENT 2ND SEMESTER
CS403 A file processing system has interdependent data and programs, while a database system keeps data and programs independent
for the application and the relationships that may exist between the
different entities.
Data dictionary : The description of data is known as data
dictionary."Centralized repository of information about data such
as meaning, relationships to other data, origin, usage, and format".
Data Independence : Data Independence means that upper levels are
unaffected by changes to lower levels.
Data Model : An integrated collection of concepts for describing
data, relationships between data and constraints on the data in an
organization.
Data warehouse : A repository where data from multiple
databases is brought together for more complex analysis.
Database : A shared collection of logically related data( and a
description of this data), designed to meet the information needs of
an organization.
Database Schema : The overall description of the database is called
database schema.
DBMS : A software system that enables users to define, create and
maintain the database and provides controlled access to this
database.
Degree : The Degree of a relation is the number of attributes it
contains.
Domain : A domain is the set of allowable values for one or more
attributes.
Durability : Durability ensures that any transaction committed
to the database will not be lost. Durability is ensured through the
URL: http://www.sitepoint.com/article/sql-server-2000-database
Description: A stepwise approach of using SQL server 2000. Good site fo
URL: http://www.sqlcourse.com/
Description: Interactive Online SQL Training for Beginners
What is SQL?
DEFINITION
Is SQL a DBMS?
No, SQL (Structured Query Language) is not a DBMS. Instead, SQL is a language used to interact with and manage data in a DBMS. It allows users to
create, retrieve, update, and delete data stored in a database
DBMS means Database Management System, which is a concept and a
set of rules that all or major Database Systems follows.
... DBMS products like SQL Server, Oracle, MySQL, IBM DB2, etc
uses SQL as a standard language. SQL language used in these tools is
very common and have similar syntaxes.
Disadvantages :
1. Increased costs
2. Management complexity
3. Maintaining currency
4. Frequent upgrade/replacement cycles.