Home
Random
Log in
Settings
Donate
About Wikiversity
Disclaimers
Search
Refresher/SQL/Topic 3
Language
Watch
Edit
<
Refresher/SQL
Presentation
Most Frequently Asked
Topic 3
List of Topics
This presentation was made possible by Wikiversal/WikiverSuite, which is made possible by your donation. Thank you for your support.
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