Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2007-03-20 : 09:01:10
|
| maruf writes "what is an inner query how do we use it and on what type of table should we use this inner query" |
|
|
chiragkhabaria
Master Smack Fu Yak Hacker
1907 Posts |
Posted - 2007-03-20 : 09:07:02
|
| do you mean by Inner Join Query??? Inner Join Queries are used for linking 2 different tables on some reference column... It can be used on any type of table which are have reference to each other..Chiraghttp://chirikworld.blogspot.com/ |
 |
|
|
|
|
|