What does an INNER JOIN return?

Advanced SQL Developer Easy

Advanced SQL Developer — Easy

What does an INNER JOIN return?

Key points

  • INNER JOIN includes only matching rows
  • Non-matching rows are excluded
  • Helps combine related data from two tables
  • Ensures data integrity by linking rows accurately

Ready to go further?

Related questions