What is the purpose of using joins in DB2?

  • To combine rows from two or more tables based on a related column between them
  • To delete duplicate rows in a table
  • To sort the data in a table
  • To update the data in a table
Joins in DB2 are used to combine rows from two or more tables based on a related column between them. This allows for retrieving related data from different tables. 
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *