SQL
Can you explain how you would extract the unique communicators from a messages table in SQL, which contains columns id, sender_id, receiver_id, and message?
Was asked at
More interviews, more skills, more success.
Be the first to share your approach to this question
The structured approach to acing interviews
This course taught me the difference between answering questions and nailing interviews. The frameworks are pure gold.
— David L., ML Engineer
Interview question asked to Data Scientists interviewing at GitHub, Airbnb, trivago and others: Can you explain how you would extract the unique communicators from a messages table in SQL, which contains columns id, sender_id, receiver_id, and message?.