Help


from Wikipedia
« »  
If we wanted to retrieve all of the Orders for Customer 1234567890, we could query the database to return every row in the Order table with < u > Customer ID </ u > 1234567890 and join the Order table to the Order Line table based on < u > Order No </ u >.

2.046 seconds.