I've been reviewing things I've found on the web for SQL sending and receiving data over SQL. I'm curious how that works. So does SQL broadcast the back to everyone or just a specific machine? Not sure how do the receivers know what to listen for on the application side? For example:
I built a chat room and I use SQL as my point of storage for the messages. How will SQL know to send message A to computer B and send Message B to Computer A?