GeekArticles
FAQ
Oracle FAQsql writing
Author: asktom.oracle.com |
Published: 2nd Apr 2008 |
Visited: 43 times |
Add CommentFiled in: Oracle FAQHi Tom,
If a SQL query have 4-5 tables in FROM clause, does it matter to put them in a particular order ? I mean if you have table name A, B, C, D does it make any difference if I write the query as
1. <code>select * from D, B, C, A</code> or ...
Read Article Sponsored Links
Related Articles
• Writing Your Own GPS Applications: Part I What is it that GPS applications need to be good enough to use for in-car navigation? Also, how does the process of interpreting GPS data actually work? In this two-part series, I will cover both topics and give you the skills you need to write a commercial-grade GPS applicat ...
• Writing Your Own GPS Applications: Part 2 In part two of the series, the author of "GPS.NET" teaches developers how to write GPS applications suitable for the real world by mastering GPS precision concepts. Source code includes a working NMEA interpreter and sample high-precision application in C# and VB. ...
• Writing a Viewer Utility for Crystal Reports The article is about writing in a winforms app in VS2005 (also works in VS2008)to allow end-users to load up crystal reports created in the Crystal Reports program. Designer created reports can be loaded as well. Viewer reconnects to db, refreshes report data and request any necessary paramet ...