|
CONSULTANT
CONSULTANTS _SKILL
(comments are locked)
|
|
The easy solution would be to do these for you but aside from making my eyes bleed these look like simple join queries to me. May I suggest you learn a bit about the join syntax in T-SQL through this great article here. Once you understand it a bit better you might be able to see how these queries and others you posted on here can be answered. This could be more valuable in terms of personal development than just getting the answer. Would the Answer look like this Select C_ID,Certification,C_last,C_first from consultant, Consultantskill where C_ID=Certification And C_ID=101, Hernandez,Shelia And Certification=N
Mar 26 '10 at 08:27 PM
Michael 4
(comments are locked)
|
|
You have provided nothing more than a query. You need to provide some detail and what your actual question is.
(comments are locked)
|
|
Michael, use INNER JOIN and here is the general syntax
So based on the above syntax; for your specific question try something like this..
Good Luck!
(comments are locked)
|

