SlideShare a Scribd company logo
1 of 95
HAPTER 4 Relational Databases
INTRODUCTION ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
INTRODUCTION ,[object Object],[object Object],[object Object]
FILE VS. DATABASES ,[object Object],[object Object],04/20/85 555-5555 Artie Moore 123-45-6789 11/24/86 444-4444 Ned Sanders 111-11-1111 10/11/84 333-3333 Alice Simpson 333-33-3333 Birth Date Phone Number First Name Last Name Student ID STUDENTS
FILE VS. DATABASES ,[object Object],04/20/85 555-5555 Artie Moore 123-45-6789 11/24/86 444-4444 Ned Sanders 111-11-1111 10/11/84 333-3333 Alice Simpson 333-33-3333 Birth Date Phone Number First Name Last Name Student ID STUDENTS
FILE VS. DATABASES ,[object Object],[object Object],04/20/85 555-5555 Artie Moore 123-45-6789 11/24/86 444-4444 Ned Sanders 111-11-1111 10/11/84 333-3333 Alice Simpson 333-33-3333 Birth Date Phone Number First Name Last Name Student ID STUDENTS
FILE VS. DATABASES ,[object Object],[object Object],04/20/85 555-5555 Artie Moore 123-45-6789 11/24/86 444-4444 Ned Sanders 111-11-1111 10/11/84 333-3333 Alice Simpson 333-33-3333 Birth Date Phone Number First Name Last Name Student ID STUDENTS
FILE VS. DATABASES ,[object Object],Student File Class File Advisor File
FILE VS. DATABASES ,[object Object],[object Object],[object Object]
FILE VS. DATABASES ,[object Object],[object Object],[object Object],[object Object],[object Object],Master File 1 Fact A Fact B Fact C Master File 2 Fact A Fact D Fact F Master File 1 Fact A Fact B Fact F Enrollment Program Fin. Aid Program Grades Program
FILE VS. DATABASES ,[object Object],Database Fact A  Fact B Fact C  Fact D Fact E  Fact F Enrollment Program Fin. Aid Program Grades Program Database Management System
FILE VS. DATABASES ,[object Object],[object Object],Database Fact A  Fact B Fact C  Fact D Fact E  Fact F Enrollment Program Fin. Aid Program Grades Program Database Management System
FILE VS. DATABASES ,[object Object],Database Fact A  Fact B Fact C  Fact D Fact E  Fact F Enrollment Program Fin. Aid Program Grades Program Database Management System
FILE VS. DATABASES ,[object Object],[object Object],Database Fact A  Fact B Fact C  Fact D Fact E  Fact F Enrollment Program Fin. Aid Program Grades Program Database Management System
IMPORTANCE AND ADVANTAGES OF DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object]
IMPORTANCE AND ADVANTAGES OF DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object]
IMPORTANCE AND ADVANTAGES OF DATABASE SYSTEMS ,[object Object],[object Object],[object Object]
IMPORTANCE AND ADVANTAGES OF DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object]
IMPORTANCE AND ADVANTAGES OF DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
IMPORTANCE AND ADVANTAGES OF DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
IMPORTANCE AND ADVANTAGES OF DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
IMPORTANCE AND ADVANTAGES OF DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
IMPORTANCE AND ADVANTAGES OF DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object]
DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object]
DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object],[object Object]
DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object],[object Object]
Database Enrollment by Class Logical View—User A Logical View—User B DBMS Operating System The DBMS translates users’ logical views into instructions as to which data should be retrieved from the database.
Database Enrollment by Class Logical View—User A Logical View—User B DBMS Operating System The operating system translates DBMS requests into instructions to physically retrieve data from various disks.
DATABASE SYSTEMS ,[object Object],[object Object],[object Object]
DATABASE SYSTEMS ,[object Object],[object Object]
DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Subschema--User A Smith . . . A Jones . . . B Arnold . . .D Subschema--User B Subschema--User C Enroll Cash Receipt Classes Student Mapping external-level views to conceptual-level schema Mapping conceptual-level items to internal-level descriptions
DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Subschema--User A Smith . . . A Jones . . . B Arnold . . .D Subschema--User B Subschema--User C Enroll Cash Receipt Classes Student Mapping external-level views to conceptual-level schema Mapping conceptual-level items to internal-level descriptions
DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Subschema--User A Smith . . . A Jones . . . B Arnold . . .D Subschema--User B Subschema--User C Enroll Cash Receipt Classes Student Mapping external-level views to conceptual-level schema Mapping conceptual-level items to internal-level descriptions
Subschema--User A Smith . . . A Jones . . . B Arnold . . .D Subschema--User B Subschema--User C Enroll Cash Receipt Classes Student Mapping external-level views to conceptual-level schema Mapping conceptual-level items to internal-level descriptions The bidirectional arrows represent mappings between the schema.
DATABASE SYSTEMS ,[object Object]
DATABASE SYSTEMS ,[object Object],[object Object]
DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object]
DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
DATABASE SYSTEMS ,[object Object]
DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object],[object Object]
DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object],[object Object]
DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object],[object Object]
DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object],[object Object]
DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object],[object Object]
DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
DATABASE SYSTEMS ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
DATABASE SYSTEMS ,[object Object],[object Object]
RELATIONAL DATABASES ,[object Object],[object Object],[object Object]
RELATIONAL DATABASES ,[object Object]
Relation
RELATIONAL DATABASES ,[object Object],[object Object]
Each row is called a tuple, which rhymes with “couple.”
Each row contains data about a specific occurrence of the type of entity in the table.
Each column in a table contains information about a specific attribute of the entity.
A primary key is the attribute or combination of attributes that uniquely identifies a specific row in a table.
In some tables, two or more attributes may be joined to form the primary key.
A foreign key is an attribute in one table that is a primary key in another table. 203 J.D. Radowski 1506 202 Xi Zhang 1503 316 Amy Melton 1419 420 Glen Howard 1418 Office No. First Name Last Name Advisor No. ADVISORS 1503 555-5555 Artie Moore 123-45-6789 1418 444-4444 Ned Sanders 111-11-1111 1418 333-3333 Alice Simpson 333-33-3333 Advisor No. Phone No. First Name Last Name Student ID STUDENTS
Foreign keys are used to link tables together. 203 J.D. Radowski 1506 202 Xi Zhang 1503 316 Amy Melton 1419 420 Glen Howard 1418 Office No. First Name Last Name Advisor No. ADVISORS 1503 555-5555 Artie Moore 123-45-6789 1418 444-4444 Ned Sanders 111-11-1111 1418 333-3333 Alice Simpson 333-33-3333 Advisor No. Phone No. First Name Last Name Student ID STUDENTS
Other non-key attributes in each table store important information about the entity. 203 J.D. Radowski 1506 202 Xi Zhang 1503 316 Amy Melton 1419 420 Glen Howard 1418 Office No. First Name Last Name Advisor No. ADVISORS 1503 555-5555 Artie Moore 123-45-6789 1418 444-4444 Ned Sanders 111-11-1111 1418 333-3333 Alice Simpson 333-33-3333 Advisor No. Phone No. First Name Last Name Student ID STUDENTS
RELATIONAL DATABASES ,[object Object],[object Object],[object Object]
[object Object],[object Object],11:00 AM Th 3 FIN-3213 555-5555 Artie Moore 123-45-6789 10:00 AM T 2 ACCT-3433 555-5555 Artie Moore 123-45-6789 9:00 AM F 7 ANSI-1422 444-4444 Ned Sanders 111-11-1111 8:00 AM W 5 MGMT-3021 444-4444 Ned Sanders 111-11-1111 10:00 AM T 2 ACCT-3433 444-4444 Ned Sanders 111-11-1111 12:00 PM TH 11 MGMT-3021 333-3333 Alice Simpson 333-33-3333 11:00 AM Th 3 FIN-3213 333-3333 Alice Simpson 333-33-3333 9:00 AM M 1 ACCT-3603 333-3333 Alice Simpson 333-33-3333 Time Day Section Course No. Phone No. First Name Last Name Student ID
[object Object],[object Object],11:00 AM Th 3 FIN-3213 555-5555 Artie Moore 123-45-6789 10:00 AM T 2 ACCT-3433 555-5555 Artie Moore 123-45-6789 9:00 AM F 7 ANSI-1422 444-4444 Ned Sanders 111-11-1111 8:00 AM W 5 MGMT-3021 444-4444 Ned Sanders 111-11-1111 10:00 AM T 2 ACCT-3433 444-4444 Ned Sanders 111-11-1111 12:00 PM TH 11 MGMT-3021 333-3333 Alice Simpson 333-33-3333 11:00 AM Th 3 FIN-3213 333-3333 Alice Simpson 333-33-3333 9:00 AM M 1 ACCT-3603 333-3333 Alice Simpson 333-33-3333 Time Day Sect. Course No. Phone No. First Name Last Name Student ID
[object Object],[object Object],[object Object],11:00 AM Th 3 FIN-3213 555-5555 Artie Moore 123-45-6789 10:00 AM T 2 ACCT-3433 555-5555 Artie Moore 123-45-6789 9:00 AM F 7 ANSI-1422 444-4444 Ned Sanders 111-11-1111 8:00 AM W 5 MGMT-3021 444-4444 Ned Sanders 111-11-1111 10:00 AM T 2 ACCT-3433 444-4444 Ned Sanders 111-11-1111 12:00 PM TH 11 MGMT-3021 333-3333 Alice Simpson 333-33-3333 11:00 AM Th 3 FIN-3213 333-3333 Alice Simpson 333-33-3333 9:00 AM M 1 ACCT-3603 333-3333 Alice Simpson 333-33-3333 Time Day Sect. Course No. Phone No. First Name Last Name Student ID
[object Object],[object Object],11:00 AM Th 3 FIN-3213 555-5555 Artie Moore 123-45-6789 10:00 AM T 2 ACCT-3433 555-5555 Artie Moore 123-45-6789 9:00 AM F 7 ANSI-1422 444-4444 Ned Sanders 111-11-1111 8:00 AM W 5 MGMT-3021 444-4444 Ned Sanders 111-11-1111 10:00 AM T 2 ACCT-3433 444-4444 Ned Sanders 111-11-1111 12:00 PM TH 11 MGMT-3021 333-3333 Alice Simpson 333-33-3333 11:00 AM Th 3 FIN-3213 333-3333 Alice Simpson 333-33-3333 9:00 AM M 1 ACCT-3603 333-3333 Alice Simpson 333-33-3333 Time Day Sect. Course No. Phone No. First Name Last Name Student ID
RELATIONAL DATABASES ,[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],    FIN-3213 ACCT-3433 555-5555 Artie Moore 123-45-6789   ANSI-1422 MGMT-3021 ACCT-3433 444-4444 Ned Sanders 111-11-1111   MGMT-3021 FIN-3213 ACCT-3603 333-3333 Alice Simpson 333-33-3333 Class 4 Class 3 Class 2 Class 1 Phone No. First Name Last Name Student ID0
[object Object],[object Object]
RELATIONAL DATABASES ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
RELATIONAL DATABASES ,[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object]
RELATIONAL DATABASES ,[object Object],[object Object],[object Object],[object Object]
Advisor No.  is a foreign key in the STUDENTS table.  Every incident of  Advisor No.  in the STUDENTS table either matches an instance of the primary key in the ADVISORS table or is null. 203 J.D. Radowski 1506 202 Xi Zhang 1503 316 Amy Melton 1419 420 Glen Howard 1418 Office No. First Name Last Name Advisor No. ADVISORS 1503 555-5555 Artie Moore 123-45-6789 1418 444-4444 Ned Sanders 111-11-1111 1418 333-3333 Alice Simpson 333-33-3333 Advisor No. Phone No. First Name Last Name Student ID STUDENTS
RELATIONAL DATABASES ,[object Object],[object Object],[object Object],[object Object]
RELATIONAL DATABASES ,[object Object],[object Object],[object Object],[object Object],[object Object]
RELATIONAL DATABASES ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object]
RELATIONAL DATABASES ,[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object]
RELATIONAL DATABASES ,[object Object],[object Object],[object Object]
RELATIONAL DATABASES ,[object Object],[object Object],[object Object]
RELATIONAL DATABASES ,[object Object],[object Object],[object Object],[object Object],[object Object]
RELATIONAL DATABASES ,[object Object],[object Object],[object Object]
RELATIONAL DATABASES ,[object Object],[object Object],[object Object]
RELATIONAL DATABASES ,[object Object],[object Object],[object Object]
RELATIONAL DATABASES ,[object Object],[object Object],[object Object],[object Object],[object Object]
DATABASE SYSTEMS AND THE FUTURE OF ACCOUNTING ,[object Object],[object Object],[object Object],[object Object]
DATABASE SYSTEMS AND THE FUTURE OF ACCOUNTING ,[object Object],[object Object],[object Object],[object Object]
DATABASE SYSTEMS AND THE FUTURE OF ACCOUNTING ,[object Object],[object Object]
SUMMARY ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

More Related Content

What's hot

| Generally Accepted Accounting Principles | Principles of Accounting | Accou...
| Generally Accepted Accounting Principles | Principles of Accounting | Accou...| Generally Accepted Accounting Principles | Principles of Accounting | Accou...
| Generally Accepted Accounting Principles | Principles of Accounting | Accou...Ahmad Hassan
 
Accounting standards ppt from 1 to 10
Accounting standards ppt from 1 to 10Accounting standards ppt from 1 to 10
Accounting standards ppt from 1 to 10Prahlad Kulkarni
 
Accounting information systems 13th ed .
Accounting information systems  13th ed .Accounting information systems  13th ed .
Accounting information systems 13th ed .phayes833
 
fraud, internal control.ppt
fraud, internal control.pptfraud, internal control.ppt
fraud, internal control.pptmorium2
 
Financial Management PowerPoint Presentation Slides
Financial Management PowerPoint Presentation SlidesFinancial Management PowerPoint Presentation Slides
Financial Management PowerPoint Presentation SlidesSlideTeam
 
Chapter 01 - Principal Accounting (Warren Reeve Fess)
Chapter 01 - Principal Accounting (Warren Reeve Fess)Chapter 01 - Principal Accounting (Warren Reeve Fess)
Chapter 01 - Principal Accounting (Warren Reeve Fess)Arfan Fahmi
 
Basic concept of accounting
Basic concept of accountingBasic concept of accounting
Basic concept of accountingbadsharc
 
Ind as vs us gaap
Ind as vs us gaapInd as vs us gaap
Ind as vs us gaapAamir Khan
 
IFRS Convergence With Indian Accounting Standards
IFRS Convergence With Indian Accounting StandardsIFRS Convergence With Indian Accounting Standards
IFRS Convergence With Indian Accounting StandardsNithin Venugopal
 
Chapter 5: Completing the Account Cycle
Chapter 5: Completing the Account Cycle Chapter 5: Completing the Account Cycle
Chapter 5: Completing the Account Cycle Tara Kissel, M.Ed
 
“Accounting basics a complete study dr.t.venkatesan
“Accounting basics a complete study  dr.t.venkatesan“Accounting basics a complete study  dr.t.venkatesan
“Accounting basics a complete study dr.t.venkatesanDr Venkatesan Thangaraj
 
Accounting Cycle
Accounting CycleAccounting Cycle
Accounting CycleRavi Kapoor
 
Analysis of financial statements
Analysis of financial statementsAnalysis of financial statements
Analysis of financial statementsAdil Shaikh
 
Accounting information system presentation
Accounting information system presentationAccounting information system presentation
Accounting information system presentationS M Maruf Siddiqe
 
Financial Accounting
Financial AccountingFinancial Accounting
Financial Accountingashu1983
 
financial accounting and accounting standards
financial accounting and accounting standardsfinancial accounting and accounting standards
financial accounting and accounting standardsYuya Shina
 
1. introduction to financial management
1. introduction to financial management1. introduction to financial management
1. introduction to financial managementZubair Inam Barbhuiya
 
Basic accounting principles
Basic accounting principlesBasic accounting principles
Basic accounting principlesUmar Gul
 

What's hot (20)

| Generally Accepted Accounting Principles | Principles of Accounting | Accou...
| Generally Accepted Accounting Principles | Principles of Accounting | Accou...| Generally Accepted Accounting Principles | Principles of Accounting | Accou...
| Generally Accepted Accounting Principles | Principles of Accounting | Accou...
 
Accounting standards ppt from 1 to 10
Accounting standards ppt from 1 to 10Accounting standards ppt from 1 to 10
Accounting standards ppt from 1 to 10
 
Accounting information systems 13th ed .
Accounting information systems  13th ed .Accounting information systems  13th ed .
Accounting information systems 13th ed .
 
fraud, internal control.ppt
fraud, internal control.pptfraud, internal control.ppt
fraud, internal control.ppt
 
Financial Management PowerPoint Presentation Slides
Financial Management PowerPoint Presentation SlidesFinancial Management PowerPoint Presentation Slides
Financial Management PowerPoint Presentation Slides
 
Chapter 01 - Principal Accounting (Warren Reeve Fess)
Chapter 01 - Principal Accounting (Warren Reeve Fess)Chapter 01 - Principal Accounting (Warren Reeve Fess)
Chapter 01 - Principal Accounting (Warren Reeve Fess)
 
Basic concept of accounting
Basic concept of accountingBasic concept of accounting
Basic concept of accounting
 
Ind as vs us gaap
Ind as vs us gaapInd as vs us gaap
Ind as vs us gaap
 
IFRS Convergence With Indian Accounting Standards
IFRS Convergence With Indian Accounting StandardsIFRS Convergence With Indian Accounting Standards
IFRS Convergence With Indian Accounting Standards
 
Chapter 5: Completing the Account Cycle
Chapter 5: Completing the Account Cycle Chapter 5: Completing the Account Cycle
Chapter 5: Completing the Account Cycle
 
“Accounting basics a complete study dr.t.venkatesan
“Accounting basics a complete study  dr.t.venkatesan“Accounting basics a complete study  dr.t.venkatesan
“Accounting basics a complete study dr.t.venkatesan
 
Accounting Cycle
Accounting CycleAccounting Cycle
Accounting Cycle
 
Analysis of financial statements
Analysis of financial statementsAnalysis of financial statements
Analysis of financial statements
 
Accounting Cycle
Accounting CycleAccounting Cycle
Accounting Cycle
 
Accounting information system presentation
Accounting information system presentationAccounting information system presentation
Accounting information system presentation
 
Financial Accounting
Financial AccountingFinancial Accounting
Financial Accounting
 
financial accounting and accounting standards
financial accounting and accounting standardsfinancial accounting and accounting standards
financial accounting and accounting standards
 
1. introduction to financial management
1. introduction to financial management1. introduction to financial management
1. introduction to financial management
 
Basic accounting principles
Basic accounting principlesBasic accounting principles
Basic accounting principles
 
FASB and Standard Setting
FASB and Standard SettingFASB and Standard Setting
FASB and Standard Setting
 

Viewers also liked

Ais Romney 2006 Slides 09 Auditing Computer Based Is
Ais Romney 2006 Slides 09 Auditing Computer Based IsAis Romney 2006 Slides 09 Auditing Computer Based Is
Ais Romney 2006 Slides 09 Auditing Computer Based Issharing notes123
 
Performance & conduct
Performance & conductPerformance & conduct
Performance & conductHarve Abella
 
Ais Romney 2006 Slides 07 Is Control1
Ais Romney 2006 Slides 07 Is Control1Ais Romney 2006 Slides 07 Is Control1
Ais Romney 2006 Slides 07 Is Control1sharing notes123
 
Ais Romney 2006 Slides 06 Control And Ais Part 1
Ais Romney 2006 Slides 06 Control And Ais Part 1Ais Romney 2006 Slides 06 Control And Ais Part 1
Ais Romney 2006 Slides 06 Control And Ais Part 1Sharing Slides Training
 
Ais Romney 2006 Slides 06 Control And Ais
Ais Romney 2006 Slides 06 Control And AisAis Romney 2006 Slides 06 Control And Ais
Ais Romney 2006 Slides 06 Control And AisSharing Slides Training
 
Sistem informasi akuntansi - sistem perencanaan smber daya perusahaan erp
Sistem informasi akuntansi - sistem perencanaan smber daya perusahaan erpSistem informasi akuntansi - sistem perencanaan smber daya perusahaan erp
Sistem informasi akuntansi - sistem perencanaan smber daya perusahaan erpYounanda Sandhiko
 
Ais Romney 2006 Slides 12 The Production Cycle
Ais Romney 2006 Slides 12 The Production CycleAis Romney 2006 Slides 12 The Production Cycle
Ais Romney 2006 Slides 12 The Production CycleSharing Slides Training
 
Ais Romney 2006 Slides 14 General Ledger And Reporting System
Ais Romney 2006 Slides 14 General Ledger And Reporting SystemAis Romney 2006 Slides 14 General Ledger And Reporting System
Ais Romney 2006 Slides 14 General Ledger And Reporting SystemSharing Slides Training
 
Ais Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational DatabasesAis Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational Databasessharing notes123
 
Pertemuan 3 Sistem Pemrosesan Transaksi Romney ch02 edit
Pertemuan 3 Sistem Pemrosesan Transaksi Romney ch02 editPertemuan 3 Sistem Pemrosesan Transaksi Romney ch02 edit
Pertemuan 3 Sistem Pemrosesan Transaksi Romney ch02 editLukman Hakim
 
Ais Romney 2006 Slides 02 Business Process
Ais Romney 2006 Slides 02 Business ProcessAis Romney 2006 Slides 02 Business Process
Ais Romney 2006 Slides 02 Business Processsharing notes123
 
Purchasing & cash disbursement
Purchasing & cash disbursementPurchasing & cash disbursement
Purchasing & cash disbursementsellyhood
 
Ais Romney 2006 Slides 11 The Expenditure Cycle
Ais Romney 2006 Slides 11 The Expenditure CycleAis Romney 2006 Slides 11 The Expenditure Cycle
Ais Romney 2006 Slides 11 The Expenditure CycleSharing Slides Training
 
Pertemuan 2 sistem informasi akuntansi romney ch01
Pertemuan 2 sistem informasi akuntansi romney ch01Pertemuan 2 sistem informasi akuntansi romney ch01
Pertemuan 2 sistem informasi akuntansi romney ch01Lukman Hakim
 

Viewers also liked (20)

Database relasional
Database relasionalDatabase relasional
Database relasional
 
Ais Romney 2006 Slides 01 Overview
Ais Romney 2006 Slides 01 OverviewAis Romney 2006 Slides 01 Overview
Ais Romney 2006 Slides 01 Overview
 
Ais Romney 2006 Slides 09 Auditing Computer Based Is
Ais Romney 2006 Slides 09 Auditing Computer Based IsAis Romney 2006 Slides 09 Auditing Computer Based Is
Ais Romney 2006 Slides 09 Auditing Computer Based Is
 
Performance & conduct
Performance & conductPerformance & conduct
Performance & conduct
 
Ais Romney 2006 Slides 07 Is Control1
Ais Romney 2006 Slides 07 Is Control1Ais Romney 2006 Slides 07 Is Control1
Ais Romney 2006 Slides 07 Is Control1
 
Ais Romney 2006 Slides 06 Control And Ais Part 1
Ais Romney 2006 Slides 06 Control And Ais Part 1Ais Romney 2006 Slides 06 Control And Ais Part 1
Ais Romney 2006 Slides 06 Control And Ais Part 1
 
Ais Romney 2006 Slides 08 Is Control2
Ais Romney 2006 Slides 08 Is Control2Ais Romney 2006 Slides 08 Is Control2
Ais Romney 2006 Slides 08 Is Control2
 
Ais Romney 2006 Slides 07 Is Control1
Ais Romney 2006 Slides 07 Is Control1Ais Romney 2006 Slides 07 Is Control1
Ais Romney 2006 Slides 07 Is Control1
 
Ais Romney 2006 Slides 06 Control And Ais
Ais Romney 2006 Slides 06 Control And AisAis Romney 2006 Slides 06 Control And Ais
Ais Romney 2006 Slides 06 Control And Ais
 
Sistem informasi akuntansi - sistem perencanaan smber daya perusahaan erp
Sistem informasi akuntansi - sistem perencanaan smber daya perusahaan erpSistem informasi akuntansi - sistem perencanaan smber daya perusahaan erp
Sistem informasi akuntansi - sistem perencanaan smber daya perusahaan erp
 
Ais Romney 2006 Slides 12 The Production Cycle
Ais Romney 2006 Slides 12 The Production CycleAis Romney 2006 Slides 12 The Production Cycle
Ais Romney 2006 Slides 12 The Production Cycle
 
Ais Romney 2006 Slides 14 General Ledger And Reporting System
Ais Romney 2006 Slides 14 General Ledger And Reporting SystemAis Romney 2006 Slides 14 General Ledger And Reporting System
Ais Romney 2006 Slides 14 General Ledger And Reporting System
 
Uthaya Chap 05 Input
Uthaya Chap 05 InputUthaya Chap 05 Input
Uthaya Chap 05 Input
 
Ppt.sia.2
Ppt.sia.2Ppt.sia.2
Ppt.sia.2
 
Ais Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational DatabasesAis Romney 2006 Slides 04 Relational Databases
Ais Romney 2006 Slides 04 Relational Databases
 
Pertemuan 3 Sistem Pemrosesan Transaksi Romney ch02 edit
Pertemuan 3 Sistem Pemrosesan Transaksi Romney ch02 editPertemuan 3 Sistem Pemrosesan Transaksi Romney ch02 edit
Pertemuan 3 Sistem Pemrosesan Transaksi Romney ch02 edit
 
Ais Romney 2006 Slides 02 Business Process
Ais Romney 2006 Slides 02 Business ProcessAis Romney 2006 Slides 02 Business Process
Ais Romney 2006 Slides 02 Business Process
 
Purchasing & cash disbursement
Purchasing & cash disbursementPurchasing & cash disbursement
Purchasing & cash disbursement
 
Ais Romney 2006 Slides 11 The Expenditure Cycle
Ais Romney 2006 Slides 11 The Expenditure CycleAis Romney 2006 Slides 11 The Expenditure Cycle
Ais Romney 2006 Slides 11 The Expenditure Cycle
 
Pertemuan 2 sistem informasi akuntansi romney ch01
Pertemuan 2 sistem informasi akuntansi romney ch01Pertemuan 2 sistem informasi akuntansi romney ch01
Pertemuan 2 sistem informasi akuntansi romney ch01
 

Similar to Ais Romney 2006 Slides 04 Relational Databases

Similar to Ais Romney 2006 Slides 04 Relational Databases (20)

Relational database management systems
Relational database management systemsRelational database management systems
Relational database management systems
 
Introduction to Database (Lecture 1).ppt
Introduction to Database (Lecture 1).pptIntroduction to Database (Lecture 1).ppt
Introduction to Database (Lecture 1).ppt
 
Chapter 5 data processing
Chapter 5 data processingChapter 5 data processing
Chapter 5 data processing
 
Uses of dbms
Uses of dbmsUses of dbms
Uses of dbms
 
CHAPTER-4_RELATIONAL-DATABASE.pptx
CHAPTER-4_RELATIONAL-DATABASE.pptxCHAPTER-4_RELATIONAL-DATABASE.pptx
CHAPTER-4_RELATIONAL-DATABASE.pptx
 
Dbms
DbmsDbms
Dbms
 
Data base management system
Data base management systemData base management system
Data base management system
 
Mis chapter 7 database systems
Mis chapter 7 database systemsMis chapter 7 database systems
Mis chapter 7 database systems
 
Ch-1-Introduction-to-Database.pdf
Ch-1-Introduction-to-Database.pdfCh-1-Introduction-to-Database.pdf
Ch-1-Introduction-to-Database.pdf
 
Dbms models
Dbms modelsDbms models
Dbms models
 
DATABASE MANAGEMENT
DATABASE MANAGEMENTDATABASE MANAGEMENT
DATABASE MANAGEMENT
 
Dbms
DbmsDbms
Dbms
 
DBMS NOTES.pdf
DBMS  NOTES.pdfDBMS  NOTES.pdf
DBMS NOTES.pdf
 
Dbms_class _14
Dbms_class _14Dbms_class _14
Dbms_class _14
 
27 fcs157al2
27 fcs157al227 fcs157al2
27 fcs157al2
 
MADHU.pptx
MADHU.pptxMADHU.pptx
MADHU.pptx
 
Database
DatabaseDatabase
Database
 
Dbms9
Dbms9Dbms9
Dbms9
 
Database Management System
Database Management SystemDatabase Management System
Database Management System
 
Modern database management system chapter 1
Modern database management system chapter 1Modern database management system chapter 1
Modern database management system chapter 1
 

More from Sharing Slides Training

Ais Romney 2006 Slides 19 Ais Development Strategies
Ais Romney 2006 Slides 19 Ais Development StrategiesAis Romney 2006 Slides 19 Ais Development Strategies
Ais Romney 2006 Slides 19 Ais Development StrategiesSharing Slides Training
 
Ais Romney 2006 Slides 18 Introduction To Systems Development
Ais Romney 2006 Slides 18 Introduction To Systems DevelopmentAis Romney 2006 Slides 18 Introduction To Systems Development
Ais Romney 2006 Slides 18 Introduction To Systems DevelopmentSharing Slides Training
 
Ais Romney 2006 Slides 17 Special Topics In Rea
Ais Romney 2006 Slides 17 Special Topics In ReaAis Romney 2006 Slides 17 Special Topics In Rea
Ais Romney 2006 Slides 17 Special Topics In ReaSharing Slides Training
 
Ais Romney 2006 Slides 16 Implementing An Rea
Ais Romney 2006 Slides 16 Implementing An ReaAis Romney 2006 Slides 16 Implementing An Rea
Ais Romney 2006 Slides 16 Implementing An ReaSharing Slides Training
 
Ais Romney 2006 Slides 15 Database Design Using The Rea
Ais Romney 2006 Slides 15 Database Design Using The ReaAis Romney 2006 Slides 15 Database Design Using The Rea
Ais Romney 2006 Slides 15 Database Design Using The ReaSharing Slides Training
 
Ais Romney 2006 Slides 10 The Revenue Cycle
Ais Romney 2006 Slides 10 The Revenue CycleAis Romney 2006 Slides 10 The Revenue Cycle
Ais Romney 2006 Slides 10 The Revenue CycleSharing Slides Training
 
Ais Romney 2006 Slides 09 Auditing Computer Based Is
Ais Romney 2006 Slides 09 Auditing Computer Based IsAis Romney 2006 Slides 09 Auditing Computer Based Is
Ais Romney 2006 Slides 09 Auditing Computer Based IsSharing Slides Training
 
Ais Romney 2006 Slides 05 Computer Fraud And Abuse
Ais Romney 2006 Slides 05 Computer Fraud And AbuseAis Romney 2006 Slides 05 Computer Fraud And Abuse
Ais Romney 2006 Slides 05 Computer Fraud And AbuseSharing Slides Training
 

More from Sharing Slides Training (9)

Ais Romney 2006 Slides 20 System Design
Ais Romney 2006 Slides 20 System DesignAis Romney 2006 Slides 20 System Design
Ais Romney 2006 Slides 20 System Design
 
Ais Romney 2006 Slides 19 Ais Development Strategies
Ais Romney 2006 Slides 19 Ais Development StrategiesAis Romney 2006 Slides 19 Ais Development Strategies
Ais Romney 2006 Slides 19 Ais Development Strategies
 
Ais Romney 2006 Slides 18 Introduction To Systems Development
Ais Romney 2006 Slides 18 Introduction To Systems DevelopmentAis Romney 2006 Slides 18 Introduction To Systems Development
Ais Romney 2006 Slides 18 Introduction To Systems Development
 
Ais Romney 2006 Slides 17 Special Topics In Rea
Ais Romney 2006 Slides 17 Special Topics In ReaAis Romney 2006 Slides 17 Special Topics In Rea
Ais Romney 2006 Slides 17 Special Topics In Rea
 
Ais Romney 2006 Slides 16 Implementing An Rea
Ais Romney 2006 Slides 16 Implementing An ReaAis Romney 2006 Slides 16 Implementing An Rea
Ais Romney 2006 Slides 16 Implementing An Rea
 
Ais Romney 2006 Slides 15 Database Design Using The Rea
Ais Romney 2006 Slides 15 Database Design Using The ReaAis Romney 2006 Slides 15 Database Design Using The Rea
Ais Romney 2006 Slides 15 Database Design Using The Rea
 
Ais Romney 2006 Slides 10 The Revenue Cycle
Ais Romney 2006 Slides 10 The Revenue CycleAis Romney 2006 Slides 10 The Revenue Cycle
Ais Romney 2006 Slides 10 The Revenue Cycle
 
Ais Romney 2006 Slides 09 Auditing Computer Based Is
Ais Romney 2006 Slides 09 Auditing Computer Based IsAis Romney 2006 Slides 09 Auditing Computer Based Is
Ais Romney 2006 Slides 09 Auditing Computer Based Is
 
Ais Romney 2006 Slides 05 Computer Fraud And Abuse
Ais Romney 2006 Slides 05 Computer Fraud And AbuseAis Romney 2006 Slides 05 Computer Fraud And Abuse
Ais Romney 2006 Slides 05 Computer Fraud And Abuse
 

Recently uploaded

Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsManeerUddin
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 

Recently uploaded (20)

Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture hons
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 

Ais Romney 2006 Slides 04 Relational Databases

  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28. Database Enrollment by Class Logical View—User A Logical View—User B DBMS Operating System The DBMS translates users’ logical views into instructions as to which data should be retrieved from the database.
  • 29. Database Enrollment by Class Logical View—User A Logical View—User B DBMS Operating System The operating system translates DBMS requests into instructions to physically retrieve data from various disks.
  • 30.
  • 31.
  • 32.
  • 33. Subschema--User A Smith . . . A Jones . . . B Arnold . . .D Subschema--User B Subschema--User C Enroll Cash Receipt Classes Student Mapping external-level views to conceptual-level schema Mapping conceptual-level items to internal-level descriptions
  • 34.
  • 35. Subschema--User A Smith . . . A Jones . . . B Arnold . . .D Subschema--User B Subschema--User C Enroll Cash Receipt Classes Student Mapping external-level views to conceptual-level schema Mapping conceptual-level items to internal-level descriptions
  • 36.
  • 37. Subschema--User A Smith . . . A Jones . . . B Arnold . . .D Subschema--User B Subschema--User C Enroll Cash Receipt Classes Student Mapping external-level views to conceptual-level schema Mapping conceptual-level items to internal-level descriptions
  • 38. Subschema--User A Smith . . . A Jones . . . B Arnold . . .D Subschema--User B Subschema--User C Enroll Cash Receipt Classes Student Mapping external-level views to conceptual-level schema Mapping conceptual-level items to internal-level descriptions The bidirectional arrows represent mappings between the schema.
  • 39.
  • 40.
  • 41.
  • 42.
  • 43.
  • 44.
  • 45.
  • 46.
  • 47.
  • 48.
  • 49.
  • 50.
  • 51.
  • 52.
  • 53.
  • 54.
  • 55.
  • 57.
  • 58. Each row is called a tuple, which rhymes with “couple.”
  • 59. Each row contains data about a specific occurrence of the type of entity in the table.
  • 60. Each column in a table contains information about a specific attribute of the entity.
  • 61. A primary key is the attribute or combination of attributes that uniquely identifies a specific row in a table.
  • 62. In some tables, two or more attributes may be joined to form the primary key.
  • 63. A foreign key is an attribute in one table that is a primary key in another table. 203 J.D. Radowski 1506 202 Xi Zhang 1503 316 Amy Melton 1419 420 Glen Howard 1418 Office No. First Name Last Name Advisor No. ADVISORS 1503 555-5555 Artie Moore 123-45-6789 1418 444-4444 Ned Sanders 111-11-1111 1418 333-3333 Alice Simpson 333-33-3333 Advisor No. Phone No. First Name Last Name Student ID STUDENTS
  • 64. Foreign keys are used to link tables together. 203 J.D. Radowski 1506 202 Xi Zhang 1503 316 Amy Melton 1419 420 Glen Howard 1418 Office No. First Name Last Name Advisor No. ADVISORS 1503 555-5555 Artie Moore 123-45-6789 1418 444-4444 Ned Sanders 111-11-1111 1418 333-3333 Alice Simpson 333-33-3333 Advisor No. Phone No. First Name Last Name Student ID STUDENTS
  • 65. Other non-key attributes in each table store important information about the entity. 203 J.D. Radowski 1506 202 Xi Zhang 1503 316 Amy Melton 1419 420 Glen Howard 1418 Office No. First Name Last Name Advisor No. ADVISORS 1503 555-5555 Artie Moore 123-45-6789 1418 444-4444 Ned Sanders 111-11-1111 1418 333-3333 Alice Simpson 333-33-3333 Advisor No. Phone No. First Name Last Name Student ID STUDENTS
  • 66.
  • 67.
  • 68.
  • 69.
  • 70.
  • 71.
  • 72.
  • 73.
  • 74.
  • 75.
  • 76.
  • 77.
  • 78. Advisor No. is a foreign key in the STUDENTS table. Every incident of Advisor No. in the STUDENTS table either matches an instance of the primary key in the ADVISORS table or is null. 203 J.D. Radowski 1506 202 Xi Zhang 1503 316 Amy Melton 1419 420 Glen Howard 1418 Office No. First Name Last Name Advisor No. ADVISORS 1503 555-5555 Artie Moore 123-45-6789 1418 444-4444 Ned Sanders 111-11-1111 1418 333-3333 Alice Simpson 333-33-3333 Advisor No. Phone No. First Name Last Name Student ID STUDENTS
  • 79.
  • 80.
  • 81.
  • 82.
  • 83.
  • 84.
  • 85.
  • 86.
  • 87.
  • 88.
  • 89.
  • 90.
  • 91.
  • 92.
  • 93.
  • 94.
  • 95.