Signup · Login
Stardeveloper.com  
Home · Tutorials · Forums · ASP.NET Newsletter Application · 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')
Want to leave a comment? Login or Register for free!

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

Login to post a comment or start a new thread
UserName Or Email Address:       Password:       Auto-Login:    
· Create New User Account
· Send Forgotten Password by Email
 
© 1999 - 2010 Stardeveloper.com, All Rights Reserved.