I have 2 tables
A. LinkNames
LINKID NAME
1 Name1
2 Name2
3 Name3
B. Links
WebsiteID LINKID LINKPATH
1 1 "WWW.test.com"
I need a query that displays output like this
LINKID LINKNAME LINKPATH
1 NAME1 WWW.test.com
2 NAME2 ""
3 NAME3 ""
I have tried all the possible joins but not coming through