• Best of luck to the class of 2025 for their HSC exams. You got this!
    Let us know your thoughts on the HSC exams here

Enterprise Computing Predictions/Thoughts (1 Viewer)

sillilouyje

New Member
Joined
Oct 20, 2025
Messages
22
Gender
Male
HSC
2025
I don't believe we need to know joins. Using WHERE to join relational databases does the same thing and it is in the course specs whereas join is not. I asked my software teacher at school and he agreed with me too.

Like if you have one table you can join them with WHERE Pets.OwnerID = Owners.OwnerID
 

alphxreturns

Unknown Member
Joined
Oct 22, 2024
Messages
709
Gender
Male
HSC
2025
how do you use the join in sql, like how is it different from where
JOIN ON essentially physically picks up the smaller table and plops it into the big one, making the ID's the same, thus making it easier to call for conditions across previously different tables
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top