Click here to Skip to main content
15,903,729 members
Articles / Database Development / SQL Server

SQL as a set-oriented language

Rate me:
Please Sign up or sign in to vote.
2.44/5 (5 votes)
17 Apr 20054 min read 35.4K   20  
SQL works if the commands are set-based. Procedural elements may helpful, but shouldn't be used on the wrong place. The article begins with a procedural sample and changes it into a set-based version.

Views

Daily Counts

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Germany Germany
Freelancer from Berlin, Germany. Main interest in Databases, Xml and Unicode.

Comments and Discussions