SlideShare a Scribd company logo
1 of 19
Objectives
• Some common uses of database systems.
• Characteristics of file-based systems.
• Problems with file-based approach.
• Meaning of the term database.
• Meaning of the term Database Management System
(DBMS)
• Typical functions of a DBMS.
• Major components of the DBMS environment.
• Personnel involved in the DBMS environment.
• History of the development of DBMS
• Advantages and disadvantages of DBMS
About Data
• The axiom "better data means better
decisions" is more true today than ever.
• No matter what business you're in, the
success of your organization depends on
accurate and timely information
First Thing First
• What is data?
• Why: you need data?
• Where: is data reside?
• Who: data belongs to?
• How: is it a worthwhile data?
Information Hierarchy
• Data: The raw Material of Information
• Information: Data organized and presented in
a particular manner.
• Knowledge: Justified True belief. Information
that can be acted upon.
• Wisdom: Integrated knowledge. High level
understanding
Some examples
• Purchases from a supermarket
• Bar code reader to scan each purchase.
• Bar code reader is linked to an application program
that uses the bar code to find out the price of the
item from a product database.
• This program reduces the number of such items in
stock and displays the price on the cash register.
• If the reorder level falls below a specified threshold,
the database system may automatically place an
order to obtain more stocks of that item.
Credit Card Example
• Purchases using your credit card
• Assistant normally checks you have sufficient credit left to
make the purchase. This can be done on the telephone or
may be done automatically by a card reader linked to a
computer system.
• There is a database somewhere that contains information
about the purchases you have made on your credit card.
• To check your credit there is a database application
program that uses your credit card number to check that
the price of the goods you wish to buy together with the
sum of the purchases you have already made this billing
period is within your credit limit.
Credit Card Example (conti..)
• After confirmation of the purchase the details of
the purchase are added to this database.
• The application program also accesses the
database to check that the credit card is not on a
list of stolen credit cards before authorizing the
purchase.
• There are other application programs to send
out monthly statements to each credit card
holder and to credit accounts when payment is
received
Traditional File-Based Systems
• The file-based system is the predecessor of the
database system.
• This approach is mostly obsolete but:
• understanding the problems inherent in file
based systems may prevent us from repeating
these problems in our database systems,
• understanding how the file system works is
extremely useful when converting a file-based
system to a database system.
File-Based Approach
• DEFN: The File-based system is a collection of
application programs that perform services for the
end-users such as the production of reports. Each
program defines and manages its own data.
• These were an early attempt to computerize the
manual filing system that most of us are familiar with.
• Really only works well when the number of items to be
stored is small.
• It works adequately when there are large numbers and
we have only to store and retrieve them
Terminology used in file-based
systems
• A file is simply a collection of records, which
contain logically related data.
• Each record contains a logically connected set
of one or more fields,
• where each field represents some
characteristics of the real-world object that is
being modeled.
When does the manual filing system
break down?
• The manual filing system breaks down when
we have to cross-reference or process
information in the files.
• Example: A typical real estate agent’s office
might have a separate file for each property
for sale or rent, each potential buyer and
renter, and each member of staff.
Real Estate Example ctd…
• How easy would it be to answer these questions using
this set up?
• What flats do you have for rent within three kilometres
of the city centre?
• What is the average rent for a two-bedroom flat?
• What is the total annual salary bill for staff?
• How does last month’s turnover compare with the
projected figure for this month?
• What is the expected monthly turnover for next
financial year?
University Management System
• Typically, a university might have different
departments:
• Admission Department
• Entry test, student enrolment, fee collection,
course registration etc.
• Examination Department
• Exams announcements, student results etc
• Employees Management Department.
• Course allocation, salaries etc.
University Management System ctd…
• Which students taking the course of IDS which
is allocated to ‘Uzair Muhammad’?
• How many students passed the prerequisite
subject OOP taking course IDS.
• Which students eligible for scholarship
according to University criteria?
Data Processing Staff (DP)
• The file-based system was developed in
response to the needs of industry for more
efficient data access. A decentralized
approach was taken, where each
department, with the assistance of Data
Processing (DP) staff, stored and controlled
its own data.
• We will illustrate this using an example
Example Real Estate ctd..
• The Sales Department is
responsible for selling and
renting property.
• The form that landlord has
to fill out before property
is marketed for rent is
shown;
• This gives details of rental
property as well as owner
(landlord) details.
• Sales Department
also handles
enquiries from
clients
(renters)Client
Details form.
• With assistance of Data
Processing (DP)
Department, Sales
Department creates an
information system to
handle renting the
property
• This consists of three
files containing
property, owner and
client details
• Contracts Department is
responsible for rental
agreements.
• Wheneveraclientagreesto
rentapropertyaformisfille
doutbyoneoftheSalesstaff
whichispassedtotheContr
actsDepartmentwhichallo
catesaleaenumberandco
mpletesthepaymentandre
ntalperioddetails.

More Related Content

What's hot

Fundamentals of Database ppt ch03
Fundamentals of Database ppt ch03Fundamentals of Database ppt ch03
Fundamentals of Database ppt ch03
Jotham Gadot
 
Normalisation - 2nd normal form
Normalisation - 2nd normal formNormalisation - 2nd normal form
Normalisation - 2nd normal form
college
 
System development life cycle (sdlc)
System development life cycle (sdlc)System development life cycle (sdlc)
System development life cycle (sdlc)
Mukund Trivedi
 

What's hot (20)

VTU 6th Sem Elective CSE - Module 4 cloud computing
VTU 6th Sem Elective CSE - Module 4  cloud computingVTU 6th Sem Elective CSE - Module 4  cloud computing
VTU 6th Sem Elective CSE - Module 4 cloud computing
 
Final presentation of tools and techniques of structure analysis (Management ...
Final presentation of tools and techniques of structure analysis (Management ...Final presentation of tools and techniques of structure analysis (Management ...
Final presentation of tools and techniques of structure analysis (Management ...
 
Physical architecture of sql server
Physical architecture of sql serverPhysical architecture of sql server
Physical architecture of sql server
 
Introduction to oracle database (basic concepts)
Introduction to oracle database (basic concepts)Introduction to oracle database (basic concepts)
Introduction to oracle database (basic concepts)
 
Fundamentals of Database ppt ch03
Fundamentals of Database ppt ch03Fundamentals of Database ppt ch03
Fundamentals of Database ppt ch03
 
Normalisation - 2nd normal form
Normalisation - 2nd normal formNormalisation - 2nd normal form
Normalisation - 2nd normal form
 
Analysis modeling & scenario based modeling
Analysis modeling &  scenario based modeling Analysis modeling &  scenario based modeling
Analysis modeling & scenario based modeling
 
Chapter-2 Database System Concepts and Architecture
Chapter-2 Database System Concepts and ArchitectureChapter-2 Database System Concepts and Architecture
Chapter-2 Database System Concepts and Architecture
 
Advantages and disadvantages of relational databases
Advantages and disadvantages of relational databasesAdvantages and disadvantages of relational databases
Advantages and disadvantages of relational databases
 
Purpose of DBMS and users of DBMS
Purpose of DBMS and users of DBMSPurpose of DBMS and users of DBMS
Purpose of DBMS and users of DBMS
 
Backup and recovery
Backup and recoveryBackup and recovery
Backup and recovery
 
Distributed DBMS - Unit 5 - Semantic Data Control
Distributed DBMS - Unit 5 - Semantic Data ControlDistributed DBMS - Unit 5 - Semantic Data Control
Distributed DBMS - Unit 5 - Semantic Data Control
 
System development life cycle (sdlc)
System development life cycle (sdlc)System development life cycle (sdlc)
System development life cycle (sdlc)
 
2-Tier and 3-Tier Architecture of Enterprise Resource Planning
2-Tier and 3-Tier Architecture of Enterprise Resource Planning2-Tier and 3-Tier Architecture of Enterprise Resource Planning
2-Tier and 3-Tier Architecture of Enterprise Resource Planning
 
DBMS & RDBMS (PPT)
DBMS & RDBMS (PPT)DBMS & RDBMS (PPT)
DBMS & RDBMS (PPT)
 
Batch Processing vs Stream Processing Difference
Batch Processing vs Stream Processing DifferenceBatch Processing vs Stream Processing Difference
Batch Processing vs Stream Processing Difference
 
Unit 1: Introduction to DBMS Unit 1 Complete
Unit 1: Introduction to DBMS Unit 1 CompleteUnit 1: Introduction to DBMS Unit 1 Complete
Unit 1: Introduction to DBMS Unit 1 Complete
 
Ch09
Ch09Ch09
Ch09
 
Ch 3 software quality factor
Ch 3 software quality factorCh 3 software quality factor
Ch 3 software quality factor
 
Unit I Database concepts - RDBMS & ORACLE
Unit I  Database concepts - RDBMS & ORACLEUnit I  Database concepts - RDBMS & ORACLE
Unit I Database concepts - RDBMS & ORACLE
 

Similar to Database management system

Database management system
Database management systemDatabase management system
Database management system
Faizan Shabbir
 

Similar to Database management system (20)

Database management system
Database management systemDatabase management system
Database management system
 
Information Management
Information ManagementInformation Management
Information Management
 
Database & Database Users
Database & Database UsersDatabase & Database Users
Database & Database Users
 
Data mining
Data miningData mining
Data mining
 
Introduction to Big Data Analytics
Introduction to Big Data AnalyticsIntroduction to Big Data Analytics
Introduction to Big Data Analytics
 
Cel 2 Data Management (Form 3) dated 4.8.14
Cel 2   Data Management (Form 3) dated 4.8.14Cel 2   Data Management (Form 3) dated 4.8.14
Cel 2 Data Management (Form 3) dated 4.8.14
 
CS3270 - DATABASE SYSTEM - Lecture (1)
CS3270 - DATABASE SYSTEM -  Lecture (1)CS3270 - DATABASE SYSTEM -  Lecture (1)
CS3270 - DATABASE SYSTEM - Lecture (1)
 
DBMS Lecture 1.ppt
DBMS Lecture 1.pptDBMS Lecture 1.ppt
DBMS Lecture 1.ppt
 
Data Mining & Data Warehousing
Data Mining & Data WarehousingData Mining & Data Warehousing
Data Mining & Data Warehousing
 
AIS PPt.pptx
AIS PPt.pptxAIS PPt.pptx
AIS PPt.pptx
 
LIBRARY Automation
LIBRARY AutomationLIBRARY Automation
LIBRARY Automation
 
LIBRARY Automation
LIBRARY AutomationLIBRARY Automation
LIBRARY Automation
 
Setting_Product_Strategy.pptx
Setting_Product_Strategy.pptxSetting_Product_Strategy.pptx
Setting_Product_Strategy.pptx
 
Business Intelligence Data Warehouse System
Business Intelligence Data Warehouse SystemBusiness Intelligence Data Warehouse System
Business Intelligence Data Warehouse System
 
E-Business and E- Business Type and Transaction Process System
E-Business and E- Business Type and Transaction Process SystemE-Business and E- Business Type and Transaction Process System
E-Business and E- Business Type and Transaction Process System
 
PPT_Digital_Transformation.pptx
PPT_Digital_Transformation.pptxPPT_Digital_Transformation.pptx
PPT_Digital_Transformation.pptx
 
Case management systems
Case management systemsCase management systems
Case management systems
 
Cognos datawarehouse
Cognos datawarehouseCognos datawarehouse
Cognos datawarehouse
 
dbms ppt.pptx database management system
dbms ppt.pptx database management systemdbms ppt.pptx database management system
dbms ppt.pptx database management system
 
Data warehouseold
Data warehouseoldData warehouseold
Data warehouseold
 

More from Faizan Shabbir

Head losses
Head lossesHead losses
Head losses
Faizan Shabbir
 
Lines and planes in space
Lines and planes in spaceLines and planes in space
Lines and planes in space
Faizan Shabbir
 

More from Faizan Shabbir (20)

Components of-crankshaft
Components of-crankshaftComponents of-crankshaft
Components of-crankshaft
 
4th edition mechanics of materials by beer johnston (solution manual)
4th edition mechanics of materials by beer johnston (solution manual)4th edition mechanics of materials by beer johnston (solution manual)
4th edition mechanics of materials by beer johnston (solution manual)
 
Water level indicator
Water level indicatorWater level indicator
Water level indicator
 
Hdpe pipe industry
Hdpe pipe industryHdpe pipe industry
Hdpe pipe industry
 
Logic gates pin_configuration
Logic gates pin_configurationLogic gates pin_configuration
Logic gates pin_configuration
 
Gas turbine
Gas turbineGas turbine
Gas turbine
 
Stirling engine
Stirling engineStirling engine
Stirling engine
 
Determining the mechanical power of turbine
Determining the mechanical power of turbineDetermining the mechanical power of turbine
Determining the mechanical power of turbine
 
Efficiency of change of state of gases apparatus
Efficiency of change of state of gases apparatusEfficiency of change of state of gases apparatus
Efficiency of change of state of gases apparatus
 
Homogeneous charge compression ignition hcci Engines
Homogeneous charge compression ignition hcci EnginesHomogeneous charge compression ignition hcci Engines
Homogeneous charge compression ignition hcci Engines
 
Head losses
Head lossesHead losses
Head losses
 
Writing correspondence
Writing correspondenceWriting correspondence
Writing correspondence
 
Womens political participation
Womens political participationWomens political participation
Womens political participation
 
The collapse-of-the-soviet-union
The collapse-of-the-soviet-unionThe collapse-of-the-soviet-union
The collapse-of-the-soviet-union
 
Technical pres
Technical presTechnical pres
Technical pres
 
Skills
SkillsSkills
Skills
 
Lines and planes in space
Lines and planes in spaceLines and planes in space
Lines and planes in space
 
Lines and planes in space
Lines and planes in spaceLines and planes in space
Lines and planes in space
 
Economy and energy security for pakistan
Economy and energy security for pakistanEconomy and energy security for pakistan
Economy and energy security for pakistan
 
Lines and planes in space
Lines and planes in spaceLines and planes in space
Lines and planes in space
 

Recently uploaded

DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
MayuraD1
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 

Recently uploaded (20)

💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
💚Trustworthy Call Girls Pune Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top...
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
457503602-5-Gas-Well-Testing-and-Analysis-pptx.pptx
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
Unit 4_Part 1 CSE2001 Exception Handling and Function Template and Class Temp...
 
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using PipesLinux Systems Programming: Inter Process Communication (IPC) using Pipes
Linux Systems Programming: Inter Process Communication (IPC) using Pipes
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdf
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 

Database management system

  • 1. Objectives • Some common uses of database systems. • Characteristics of file-based systems. • Problems with file-based approach. • Meaning of the term database. • Meaning of the term Database Management System (DBMS) • Typical functions of a DBMS. • Major components of the DBMS environment. • Personnel involved in the DBMS environment. • History of the development of DBMS • Advantages and disadvantages of DBMS
  • 2. About Data • The axiom "better data means better decisions" is more true today than ever. • No matter what business you're in, the success of your organization depends on accurate and timely information
  • 3. First Thing First • What is data? • Why: you need data? • Where: is data reside? • Who: data belongs to? • How: is it a worthwhile data?
  • 4. Information Hierarchy • Data: The raw Material of Information • Information: Data organized and presented in a particular manner. • Knowledge: Justified True belief. Information that can be acted upon. • Wisdom: Integrated knowledge. High level understanding
  • 5. Some examples • Purchases from a supermarket • Bar code reader to scan each purchase. • Bar code reader is linked to an application program that uses the bar code to find out the price of the item from a product database. • This program reduces the number of such items in stock and displays the price on the cash register. • If the reorder level falls below a specified threshold, the database system may automatically place an order to obtain more stocks of that item.
  • 6. Credit Card Example • Purchases using your credit card • Assistant normally checks you have sufficient credit left to make the purchase. This can be done on the telephone or may be done automatically by a card reader linked to a computer system. • There is a database somewhere that contains information about the purchases you have made on your credit card. • To check your credit there is a database application program that uses your credit card number to check that the price of the goods you wish to buy together with the sum of the purchases you have already made this billing period is within your credit limit.
  • 7. Credit Card Example (conti..) • After confirmation of the purchase the details of the purchase are added to this database. • The application program also accesses the database to check that the credit card is not on a list of stolen credit cards before authorizing the purchase. • There are other application programs to send out monthly statements to each credit card holder and to credit accounts when payment is received
  • 8. Traditional File-Based Systems • The file-based system is the predecessor of the database system. • This approach is mostly obsolete but: • understanding the problems inherent in file based systems may prevent us from repeating these problems in our database systems, • understanding how the file system works is extremely useful when converting a file-based system to a database system.
  • 9. File-Based Approach • DEFN: The File-based system is a collection of application programs that perform services for the end-users such as the production of reports. Each program defines and manages its own data. • These were an early attempt to computerize the manual filing system that most of us are familiar with. • Really only works well when the number of items to be stored is small. • It works adequately when there are large numbers and we have only to store and retrieve them
  • 10. Terminology used in file-based systems • A file is simply a collection of records, which contain logically related data. • Each record contains a logically connected set of one or more fields, • where each field represents some characteristics of the real-world object that is being modeled.
  • 11. When does the manual filing system break down? • The manual filing system breaks down when we have to cross-reference or process information in the files. • Example: A typical real estate agent’s office might have a separate file for each property for sale or rent, each potential buyer and renter, and each member of staff.
  • 12. Real Estate Example ctd… • How easy would it be to answer these questions using this set up? • What flats do you have for rent within three kilometres of the city centre? • What is the average rent for a two-bedroom flat? • What is the total annual salary bill for staff? • How does last month’s turnover compare with the projected figure for this month? • What is the expected monthly turnover for next financial year?
  • 13. University Management System • Typically, a university might have different departments: • Admission Department • Entry test, student enrolment, fee collection, course registration etc. • Examination Department • Exams announcements, student results etc • Employees Management Department. • Course allocation, salaries etc.
  • 14. University Management System ctd… • Which students taking the course of IDS which is allocated to ‘Uzair Muhammad’? • How many students passed the prerequisite subject OOP taking course IDS. • Which students eligible for scholarship according to University criteria?
  • 15. Data Processing Staff (DP) • The file-based system was developed in response to the needs of industry for more efficient data access. A decentralized approach was taken, where each department, with the assistance of Data Processing (DP) staff, stored and controlled its own data. • We will illustrate this using an example
  • 16. Example Real Estate ctd.. • The Sales Department is responsible for selling and renting property. • The form that landlord has to fill out before property is marketed for rent is shown; • This gives details of rental property as well as owner (landlord) details.
  • 17. • Sales Department also handles enquiries from clients (renters)Client Details form.
  • 18. • With assistance of Data Processing (DP) Department, Sales Department creates an information system to handle renting the property • This consists of three files containing property, owner and client details
  • 19. • Contracts Department is responsible for rental agreements. • Wheneveraclientagreesto rentapropertyaformisfille doutbyoneoftheSalesstaff whichispassedtotheContr actsDepartmentwhichallo catesaleaenumberandco mpletesthepaymentandre ntalperioddetails.