Refresher/SQL/Topic 3

From Wikiversity
Jump to navigation Jump to search

Presentation

Most Frequently Asked
Most Frequently Asked
Topic 3
List of Topics
List of Topics
   
This presentation was made possible by Wikiversal/WikiverSuite, which is made possible by your donation. Thank you for your support.
This presentation was made possible by Wikiversal/WikiverSuite, which is made possible by your donation. Thank you for your support.
List of Topics
List of Topics
How to create a guided tour such as this presentation?
 Inner join: intersection, e.g. SELECT Person.LastName, Person.FirstName, Sales.OrderNo FROM Person INNER JOIN Sales ON Person.P_Id=Sales.P_Id ORDER BY Person.LastName
 
 Outer join: union, e.g.
 
Mobile version