Glossary

JOINs

the mechanism for combining data from multiple tables in a single query. You will learn INNER JOIN, LEFT/RIGHT OUTER JOIN, FULL OUTER JOIN, CROSS JOIN, and self-joins, all applied to the Meridian Bank database. The ability to join tables transforms SQL from a simple lookup tool into a language for a

Learn More

Related Terms