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
siva balan
NA
92
8.8k
Master table all data and transaction table status only
Dec 5 2019 11:36 PM
I have two tables one is master table a another table is transaction table ,I want the output like master table all data and transaction table status only
Table a:
CategoryId CategoryName
1 C#
2 Java
3 Angular
4 React
5 C++
Table b:
CategoryId Status
1 Closed
3 Closed
OutPut:
CategoryId CategoryName Status
1 C# Closed
2 Java Open
3 Angular Closed
4 React Open
5 C++ Open
thanks you guys, I am waiting for your replys...
Reply
Answers (
6
)
Complex SQL with slow performance
Need help with an SQL in SqlServer