Project Report Online Banking System
Project Report Online Banking System
RDBMS (MCAM1206L)
(Online Banking System Database)
A report submitted to Punjabi University, PATIALA in
partial fulfilment of the requirement for the award of
DEGREE course
In
MASTER OF COMPUTER APPLICATIONS (MCA)
(2021-2022)
2nd SEMESTER
(DEPARTMENT OF COMPUTER SCIENCE)
Contents
1. Declaration 3
2. Certificate 4
3. Acknowledgement 5
5. Introduction of RDBMS 15 - 17
6. Requirements of Project 18
7. Introduction of Oracle 19 - 26
8. Database Login 27
12. Conclusion 38
[3]
1. DECLARATION
Akashdeep (21108053)
Nancy (21108001)
[4]
2. CERTIFICATE
Project Guide
Er. Amandeep Kaur Ghai
3. ACKNOWLEDGEMENT
Akashdeep
Nancy
[6]
Account Opening
Deposit in Account
Account Status
Cheque Book Request
Payee Management
Transfer Fund
View Statement
Change Password
[9]
*Internet_banking
*Gpay
*Upi
*PhonePay
*Paytm
*AmazonPay
[10]
5. Introduction of RDBMS: -
1. Project category
What is table/Relation?
Properties of a row:
o No two tuples are identical to each other in all their
entries.
o All tuples of the relation have the same format and the
same number of entries.
o The order of the tuple is irrelevant. They are identified by
their content, not by their position.
What is a column/attribute?
Properties of an Attribute:
Degree:
Domain:
The domain refers to the possible values each attribute can
contain. It can be specified using standard data types such as
integers, floating numbers, etc.
[18]
6. Requirements of Project: -
Software Requirements
*Window-10
Hardware Requirements
* 1TB ROM
* 4GB Ram
Used Technology
Database used:-
Oracle database
[19]
7. Introduction of Oracle:-
Oracle database is a relational database management system
(RDBMS) from Oracle Corporation. This article will explain a
complete overview of the Oracle database, features, history,
and editions. Before discussing the oracle, we will first need to
know about the database.
8. Database Login: -
Syntax:
(Name varchar2(255),
Gender varchar2(255),
Plateform varchar2(255) ,
PhoneNumber number NOT NULL,
Payment_Secure varchar2(255),
HelpFul varchar2(255));
[30]
Parameters
1) table: The table to insert the records into.
Keep Watching
4) source_table:
5) conditions:
1 row(s) inserted.
0.02 seconds
[32]
Syntax
1. INSERT ALL
2. INTO table_name (column1, column2, column_n) VALU
ES (expr1, expr2, expr_n)
3. INTO table_name
(column1, column2, column_n) VALUES (expr1, expr2, e
xpr_n)
4. INTO table_name (column1, column2, column_n) VALU
ES (expr1, expr2, expr_n)
5. SELECT * FROM dual;
Parameters
Name Gender
Age
OnlineBankingSystem Plateform
PhoneNumber
Helpful
Payment_Secure
Name Phone_No
Fail Payment
id Pass
s
Pin
Success
Balance_Report
Transaction_History
[38]
Conclusion
References :-
https://www.google.com
[39]