TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Manoj S Pant
NA
1k
1.1m
Naming convention of Table and Fields name.
Mar 28 2018 5:29 AM
Hello All,
I need to create the database of my application, so I am a bit confused about naming convention for database tables name and field names.
Requirments:
Need to create three types of tables in the database.
1. Master tables.
2. Transaction tables.
3. Enum/lookup tables.
now, what naming convention, I need to apply here to differentiate b/w all of them.
Like (M or M_ or Mas represent the master)
MClient or M_Client or MasClient.
and same way for Lookup/Enum tables
LAddressType or EnAddressType.
please share some suggestions over it.
Thanks.
Reply
Answers (
2
)
Need help regarding performance with a complicated SQL query
comparing SQL data from a single table