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
dipti kate
NA
23
12.2k
how to split one table into 2
Apr 25 2016 3:03 AM
hii,
I need to break one table into two new tables I created.
table:AllInfo(old table)
id,CompanyName,website,ContactName,Email,Address,PhNo
The above is the old table. Now I created two tables to hold the data, one table for
CompanyInfo and another table for ContactInfo.Like below:
Table:Companyinfo
CompanyId,CompanyName,website,Address
Table:ContactInfo
ContactId,CompanyId,ContactName,Email,PhNo
Reply
Answers (
3
)
Login System in MVC
dynamic create text box value insert into database c#