0

I have a table named Province with column name id, District and Municipality. So, If I select any District values , then its respective municipality value should be displayed. How do I do it?

enter image description here

If I select District values named Kapilvastu, then its respective Municipality values named Kapilvastu should come as an output.

1 Answer 1

1

I think an SQL statement like this should work!

SELECT Municipality FROM Province WHERE District = 'District Name'
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.