Could someone please show me a MySQL statement that will get the value of column student, in all rows where the value of column teacher is equal to charles?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If this info is in the same table, then
If you have 3 tables like it should be (teachers, students and the M:N table for teachers_students), please comment as then you’d need a join.