0% found this document useful (0 votes)
44 views

Blog App DB Design

The document discusses the database tables needed for a blog application including user, post, and comment tables and the relationships between them. User can create multiple posts and a post can have multiple comments.

Uploaded by

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

Blog App DB Design

The document discusses the database tables needed for a blog application including user, post, and comment tables and the relationships between them. User can create multiple posts and a post can have multiple comments.

Uploaded by

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

Ashok IT Java Real-time Project

BLOG APPLICATION DATABASE ANALYSIS

 For Blog Application development we need below 3 tables


1) USER_TBL  To store Registered User details
2) POST_TBL  To store Blog Posts
3) COMMENT_TBL  To store Blog comments

One User can create Multiple Blog Posts

One Blog Post can have multiple Comments

 We need to establish Relationship among tables like below

Table Name: USER_TBL


Ashok IT Java Real-time Project

Table Name: POST_TBL

Table Name: COMMENT_TBL

=== Learn Here.. Lead Anywhere..!! ===

You might also like