-1

I am working on a project for getting my degree from university, as i am fresh graduated student of Computer Science, and i have a problem that how to connect two tables in SQL Netbeans java Derby database connection.

Thanks;

Thorsten Kettner
  • 89,309
  • 7
  • 49
  • 73
  • This is a very basic SQL question. I suggest you read a book or use a tutorial to learn SQL. You will very quickly get to the chapter where more than one table is involved. – Thorsten Kettner Jun 07 '17 at 09:57

1 Answers1

1

Guessing you means joins- look at this it explains the different types well:

LEFT JOIN vs. LEFT OUTER JOIN in SQL Server

dbajtr
  • 2,024
  • 2
  • 14
  • 22