Relational Algebra and SQL Oracle -
i need output info 1 table if customers name has shown in table , i'm not quite sure how work. thanks
you can utilize inner join homecoming rows appear in both tables:
select t1.* table1 t1 inner bring together table2 t2 on t1.name = t2.name if need help learning join syntax, here great visual explanation of joins
sql oracle algebra
No comments:
Post a Comment