I want to select a value of Profession column , upon selecting it should show the names of rows which the boolean are true to.
For instance;
Computer Networking : Networking
as networking is the only value which is true for computer networking
I need sql query for the desired results
data enter image description here
I want to select a value of Profession column , upon selecting it should show the names of rows which the boolean are true to.
For instance;
Computer Networking : Networking
as networking is the only value which is true for computer networking
I need sql query for the desired results
Arham Khalid is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.