hi friends i attach my source here i need
how to join three tables using sp or Text query in sql create table city(C_ID int primary key identity,City_Name varchar(30))
create table Area(A_ID int primary key identity,Area_Name varchar(30),C_ID int )
create table UserSearch(U_SID int primary key identity,userKeyword varchar(50),C_ID int ,A_ID int )
here
city,Area,UserSearch its all table name,this table contain common field in
C_ID based on this id how to join this table
please any one teach me
gowthaman8870226416