The design of Vehicle Showroom database tables are shown below:
Table name: ADMIN
Sl.no |
Attribute |
Data Type |
Description |
Constraints |
1. |
adminid |
int(10) |
Administrator id |
Primary key |
2. |
adminname |
varchar(25) |
Administrator name |
|
3. |
username |
varchar(25) |
User name |
|
4. |
password |
varchar(25) |
Password |
|
5. |
contactnumber |
varchar(25) |
Phone number |
|
6. |
createdat |
date |
Created time |
|
7. |
lastlogin |
datetime |
Last login time |
|
8. |
status |
varchar(10) |
status |
Table name: CUSTOMER
Sl.no |
Attribute |
Data Type |
Description |
Constraints |
1. |
custid |
int(10) |
Customerid |
Primary key |
2. |
fname |
varchar(25) |
First name |
|
3. |
lname |
varchar(25) |
Last name |
|
4. |
contactno |
varchar(25) |
Phone number |
|
5. |
emailid |
varchar(25) |
Email id |
|
6. |
password |
varchar(25) |
Password |
|
7. |
address |
text |
Address |
|
8. |
city |
varchar(20) |
City |
|
9. |
state |
varchar(20) |
Status |
|
10. |
country |
varchar(50) |
Country |
|
11. |
pincode |
varchar(10) |
Pincode |
|
12. |
gender |
varchar(10) |
Gender |
|
13. |
createdat |
date |
Created time |
|
14. |
lastlogin |
datetime |
Last login time |
|
15. |
status |
varchar(10) |
Status |
Table name: DEALER
Sl.no |
Attribute |
Data Type |
Description |
Constraints |
1. |
dealerid |
int(10) |
Dealer id |
Primary key |
2. |
adminid |
int(10) |
Administrator id |
Foreign key |
3. |
companyname |
varchar(25) |
Company name |
|
4. |
image |
int(10) |
Image id |
|
5. |
fname |
varchar(25) |
Fisrt name |
|
6. |
lname |
varchar(25) |
Last name |
|
7. |
username |
varchar(25) |
User name |
|
8. |
password |
varchar(25) |
Password |
|
9. |
contactnumber |
varchar(15) |
Phone number |
|
10. |
address |
text |
Address |
|
11. |
createdat |
date |
Created time |
|
12. |
lastlogin |
datetime |
Last login time |
|
13. |
status |
varchar(10) |
Status |
Table name: IMAGE
Sl.no |
Attribute |
Data Type |
Description |
Constraints |
1. |
imagined |
int(10) |
Image id |
Primary key |
2. |
imagename |
varchar(25) |
Imagename |
|
3. |
vehid |
int(10) |
Vehicle id |
Foreign key |
4. |
imagepath |
varchar(50) |
Image path |
|
5. |
defaultimg |
int(1) |
Default image |
Table name: SALES
Sl.no |
Attribute |
Data Type |
Description |
Constraints |
1. |
salesid |
int(10) |
Sales id |
Primary key |
2. |
vehid |
int(10) |
Vehicle id |
Foreign key |
3. |
custid |
int(10) |
Customer id |
Foreign key |
4. |
showroomid |
int(10) |
Showroom id |
Foreign key |
5. |
cost |
float(10,2) |
Vehicle cost |
|
6. |
taxid |
int(10) |
Tax id |
Foreign key |
7. |
ord_date |
date |
Ordered date |
|
8. |
del_date |
date |
Delivery date |
|
9. |
description |
text |
Description of vehicle |
|
10. |
status |
varchar(10) |
Status |
Table name: SHOWROOM
Sl.no |
Attribute |
Data Type |
Description |
Constraints |
1. |
showroomid |
int(10) |
Showroom id |
Primary key |
2. |
dealerid |
int(10) |
Dealer id |
Foreign key |
3. |
showroomname |
varchar(50) |
Showroom name |
|
4. |
imagepath |
varchar(100) |
Image path |
|
5. |
contactno |
varchar(15) |
Contact number |
|
6. |
address |
text |
Address |
|
7. |
city |
varchar(25) |
City |
|
8. |
state |
varchar(25) |
Status |
|
9. |
pincode |
varchar(10) |
Pincode |
|
10. |
status |
varchar(10) |
Status |
Table name: TAX
Sl.no |
Attribute |
Data Type |
Description |
Constraints |
1. |
taxid |
int(10) |
Tax id |
Primary key |
2. |
taxdescription |
text |
Tax description |
|
3. |
tax |
float(10,2) |
Total Tax |
|
4. |
status |
varchar(10) |
Status |
Table name: VEHICLE
Sl.no |
Attribute |
Data Type |
Description |
Constraints |
1. |
vehid |
int(10) |
Vehicle id |
Primary key |
2. |
dealerid |
int(10) |
Dealer id |
Foreign key |
3. |
vehname |
varchar(50) |
Vehicle name |
|
4. |
vehmodel |
varchar(50) |
Vehicle model |
|
5. |
vehtype |
varchar(15) |
Vehicle type |
|
6. |
vehdescription |
text |
Vehicle description |
|
7. |
vehcost |
decimal(10,2) |
Vehicle cost |
|
8. |
createdat |
date |
Create time |
|
9. |
status |
varchar(10) |
status |
Vehicle Showroom ER diagram:
DOWNLOAD NOW
10 Comments
Neetu Yadav
May 20, 2016 - 9:58 AMCan i get the complete project report for this Online Vehicle Showroom along with some forms and reports?
My emial id is neetu.abbey@gmail.com
freestudentprojects
May 20, 2016 - 11:05 PMComplete project report uploaded in the project report section. Let me know if you didn’t get that project
joe
October 26, 2016 - 11:00 PMyou already have the project?
Shiva Prasad
October 31, 2016 - 12:32 AMYes.. source code already published.
MUHAMMAD KHALID KHAN
November 17, 2017 - 6:39 PMcan u send me whole project report of Online vehicle showroom …..name of Entities Name of Attributes and EERD
send me on my email m.khalidniazi909@gmail.com
sammy
October 6, 2016 - 8:52 PMis source code for this project available
joe
October 26, 2016 - 10:59 PMyou have already the project???
joe
October 26, 2016 - 10:59 PMcan i have this database please send to my email
mutasadiq iqbal
November 8, 2016 - 5:42 PMWhere i can download online vehicle management system with source code coding
sammer t
July 19, 2017 - 7:01 PMcan i get vehicle showroom management project
in vb 6.0