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
honar abubakr
NA
73
110.3k
how to select data from two tables with join?
Aug 2 2013 11:14 AM
i have three tables
1- room_info with four fields
field_name data_type description
---------- ---------- -----------
r_id number primary key
r_number number
r_floor text
1- student_info with five fields
field_name data_type description
---------- ---------- -----------
s_id number primary key
s_name text
s_college text
s_dept text
r_id number foreign key
3- como_info with five fields
field_name data_type description
---------- ---------- -----------
c_id number primary key
c_sys number
c_dosh number
c_dol number
r_id number foreign key
r_id from room_info is foreign key for both como_info and student_info
i want to make select query to select s_name,s_college,c_sys,c_dosh???
i use c# and access 2010
Reply
Answers (
12
)
tell me the C# code for gadgets with one application
How to Convert Bytearray to Barcode image using Asp.Net C#?