Signup · Login
Stardeveloper.com  
Home · Tutorials · Forums · Web Hosting Plans · Faisal Khan's Blog · Contact
Forums : .NET : ADO.NET : SQL In Simple English - Part 2 Signup · Login
Author Thread
SQL In Simple English - Part 2
Posted in tutorial: SQL In Simple English - Part II
·  Ephrem
User
Joined: 29 Sep 2003
Total Posts: 1
SQL In Simple English - Part 2
Posted: 29 Sep 2003
It is really, in plain english & easy to understand

I think, for the simple example in the tutorial we can use the following simple SQL instead of the subquery

SELECT title FROM authors,books WHERE
(books.author_id = authors.author_id) AND (firstname = 'Jason')

Users Who Have Visited This Thread In Last 24 Hours
4 Visitors

Login
UserName Or Email Address:       Password:       Auto-Login:    
· Create New User Account
· Send Forgotten Password by Email
 
© 1999 - 2009 Stardeveloper.com, All Rights Reserved.