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
neel k
NA
143
136.1k
Inser Auto generated column into another table
May 19 2015 12:21 PM
Hi,
I need to insert one table auto generated column into another table.
table names:
tbl_application
columns:
app_id ,app_name, Description (primary key: app_id, auto generated column)
tbl_users
columns:
user_id, user_name (primary key: user_id, auto generated column)
tbl_ applicationusers
columns:
id, app_id, user_id
I need to insert tbl_applivation.app_id, tbl_users.user_id into tbl_applicationusers.
thanks,
Reply
Answers (
10
)
create functions for encrypt and decrypt of password
Regarding to the Sql Server