0% found this document useful (0 votes)
82 views10 pages

Fake Product Review Monitoring and Removal Using Opinion Mining

The document describes tables that would be used in a database to monitor and remove fake product reviews using opinion mining, including tables for user registration, products, reviews, blocked reviews, and rankings. It also includes a diagram showing the relationships between the tables and the flow of data from user registration and login, to posting reviews, monitoring by an admin, and updating review blocking and product rankings.

Uploaded by

anand_gsoft3603
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
82 views10 pages

Fake Product Review Monitoring and Removal Using Opinion Mining

The document describes tables that would be used in a database to monitor and remove fake product reviews using opinion mining, including tables for user registration, products, reviews, blocked reviews, and rankings. It also includes a diagram showing the relationships between the tables and the flow of data from user registration and login, to posting reviews, monitoring by an admin, and updating review blocking and product rankings.

Uploaded by

anand_gsoft3603
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 10

Fake Product Review Monitoring and

Removal Using Opinion Mining

User Registration table


Column Name
Userid
Username
Password
Emailed
mobile_number
address_communication
Gender
Age
date_birth
Ipaddress

Datatype
numeric(18, 0)
varchar(50)
varchar(50)
varchar(50)
numeric(18, 0)
varchar(50)
varchar(50)
numeric(18, 0)
datetime
varchar(50)

Constraints
Primary Key

Product Table
Column Name
Product_code
Product_name
Product_description
Product_rate
Product_filename
Product_file
Product_filetype

Datatype
numeric(18, 0)
varchar(50)
varchar(50)
money
varchar(50)
varbinary(MAX)
varchar(50)

Constraints
Primary Key

Review table
Column Name
Review_id
Review_date
Review_time
User_id
Product_code
Review_Rating_5
Fake_flag
ip_address

Datatype
numeric(18,
datetime
datetime
numeric(18,
numeric(18,
numeric(18,
varchar(50)
varchar(50)

0)

0)
0)
0)

Constraints
Primary Key

Foreign Key

Blocked Table

Column Name
Blocked_id
Review_id
User_id
Product_id

Datatype
numeric(18,
numeric(18,
numeric(18,
numeric(18,

0)
0)
0)
0)

Constraints
Primary Key
Foreign Key
Foreign Key
Foreign Key

Ranking table

Column Name
RankOrder
Product_id
ReviewCount
Review_Percentage

Datatype
numeric(18,
numeric(18,
numeric(18,
numeric(18,

0)
0)
0)
2)

Constraints
Primary Key
Foreign Key

Review
Rating 5

Email_id
Review_id

Password

User_name

Mobile_
number

User_id
Age

User _id
Product
code

Review
Time
Maintain
Review

User Registration

Dob

Review Table
Review_date

Ipaddress

Ip address

Gender

Address
Communication

Fake Flag

Review
Blocked
Product
Filename

Product
File

Product
Name

Product
Rate

Blocked id
Rank

Product Table
Product
File
Product
Code

Product
Filetype

Blocked Table
Review id

Product
Description

Ranking Table
User id

Review
Percentage
Review
count

Rsnkorder
Product id

Product id

Level 0

Login
Admin

User

Login

Fake
Product &
Removal
using
opinion
mining

Connect
Fake Database
Retrieve

Level 1

Login

Admin

Response

Connect

Fake
Product &
Removal
using
opinion
mining

Fake Database

Retrieve
Update

create

Product Table

Product

Retrieve
new

Monitor
Review

Update
Review Table

Retrieve
block

Review
Block

View rank order


Product
Ranking

Update
Blocked Table

Retrieve
Update
Retrieve

Ranking Table

Level 2
Sign up
New User

Update

New User
Regisration

User Registration Table


Retrieve

After sign up Check


Retrieve

User
Login

After successful Login


Update query
View
products

product Table

Post

Retrieve

Review

Update

Acknowledgement

Review Table

Admin

You might also like