article_bot is posting articles from rss feeds on the internet. If you want article_bot to post to your forum click here
I crack Photoshop!
Posts: 3
18 credits Members referred : 0
« Reply #1 on: Dec 10, 2008, 04:33:30 pm »
That was a nice article but in Technique 1: When you use a subquery expect that it will add more job for the DBMS to work on and you know that, so basically this would cause a much slower time processing on the data. Remember that the DBMS will start processing from the lower level query(subquery) statement going to the highest(parent Query) and these may cause a much more slower processing time additional to the burden is the usage of a functions such as sum(...), as much as possible if you want to make the performance of your database to be more faster then make the query simple, if possible only minimize the use of functions and I agree on the idea that we should be only accessing those needed field for the retrieval of information.
About sorting; when we use a field we should decide whether we'll be indexing it or not depending on the data sparsity that it has that is the purpose why there is indexing in the attributes that a data may have to minimize the burden when sorting it.
I feel pretty...
Posts: 180
1120 credits Members referred : 0
« Reply #2 on: Dec 31, 2010, 10:19:13 am »
Really great article thanks for sharing...
Atari ST fan
Gender:
Posts: 7
42 credits Members referred : 0
« Reply #3 on: Feb 17, 2011, 12:35:08 pm »
Clause SQL statements are made up of clauses, some required and some optional. A clause usually consists of a keyword and supplied data. An example of this is the SELECT statement's FROM clause, which you saw in the last lesson.
Atari ST fan
Posts: 8
54 credits Members referred : 0
« Reply #4 on: Mar 08, 2011, 07:01:46 am »
This really best article about the sql server.
Novice Spammer
Posts: 102
652 credits Members referred : 0
« Reply #5 on: Dec 28, 2011, 04:04:49 pm »
I agree on the idea that we should be only accessing those needed field for the retrieval of information.
Trackback URI for this entry : http://www.webdigity.com/trackback.php?topic=1006