I have two table table 1 and table 2.
Table 1 have four field.
- cId
- fname
- lName
- userId
Table 2 have four field.
- qId
- CKId
- category
- desc
In both table cId and cKID is common, they have customer Id.
I need to combine both table data and orderby fname. How can I achieve that ?