Skip to content

Tag: join

Joining one table twice and counting records

I have 2 tables. One is master and thee other is a lookup. TblMstr and Cmaster Tblmstr Cmaster I need to get how many Registered Nurse for each question have Strongly Agree, Disagree and Agree. Similarly for Nurse Practitioners and Pharmacists. Answer Hmmm . . . You can join twice. Once to get the occupation …

SQL – Join with keys separated by pipe

TABLE_A TABLE_B How can I join table A and B to get all those who helped in the cargo? Will I need to write a function? I did not develop the program. I’m creating a dashboard and need that info. Using ORACLE 11g DB CONCLUSION — SOLVED After a bit of research and help of friends I was able to