I have Three tables as,
Player Table,
- id
- name
- team_id
Team Table:
- id
- image
- tournament_id
Tournaments Table:
- id
- name
and I want to fetch count of employee appearing in Tournaments. Thanks
question from:https://stackoverflow.com/questions/65931323/how-to-fetch-player-record-from-table-in-sql