There are 3 tables: table1, table2 and table3.
The query is:
select column1 from table1 where variable1=@value1 AND variable2=@value2 Here, value1 and value2 are the whole data stored in tables table2 and table3
There are 3 tables: table1, table2 and table3.
The query is:
select column1 from table1 where variable1=@value1 AND variable2=@value2 Here, value1 and value2 are the whole data stored in tables table2 and table3