E-Learning WEB PROJECT
E-Learning WEB PROJECT
ER DIAGRAM
CREATING E-LEARNING SCHEMA
insert into
user1(user_id,name,phone_no,email,address,reg_date,password,uplo
ad_photo)
values(userid.nextval,'Rahul',9586234712,'[email protected]','bang
lore','03-mar-2021','rahul','img1.jpg');
insert into
user1(user_id,name,phone_no,email,address,reg_date,password,uplo
ad_photo)
values(userid.nextval,'gouthami',8524379162,'[email protected]'
,'anantapur','03-feb-2021','gouthami','img2.jpg');
insert into
user1(user_id,name,phone_no,email,address,reg_date,password,uplo
ad_photo)
values(userid.nextval,'iswarya',9256279162,'[email protected]','
nellore','22-feb-2021','iswarya','img3.jpg');
insert into
user1(user_id,name,phone_no,email,address,reg_date,password,uplo
ad_photo)
values(userid.nextval,'harshitha',7456279162,'[email protected]
m','vijayawada','22-jan-2020','harshitha','img4.jpg');
commit;
Select * from user1;
insert into
feedback(user_id,name,email,f_id,feedback)values(101,'ankit','an
[email protected]',1,'good');
insert into
feedback(user_id,name,email,f_id,feedback)values(105,'harshitha'
,'[email protected]',2,'good');
User ID
Name
Password
Phone
Address
REGISTER
CONTACT FORM
USER ID
NAME
PHONE
MESSAGE
SUBMIT
FEEDBACK FORM
Name
User ID
Feedback
SUBMIT
COURSE FORM
Course ID
Course Name
Course Description
Course Fees
SUBMIT