GeekArticles
Concepts
Data StructurePractical Foundations of Mathematics
Author: dcs.qmul.ac.uk |
Published: 12th Aug 2005 |
Visited: 403 times |
Add CommentFiled in: Data StructurePractical Foundations of Mathematics
Read Article Sponsored Links
Related Articles
• CodeSnip: Practical Use of Translate Function in Oracle This code snippet combines the utilities of the length function and the translate function in order to count the number of delimited entities saved as a single string. Deepankar first gives an overview of the problem and then examines it with the help of SQL stateme ...
• CodeSnip: Practical Use of "for update of" in Oracle Cursor In this article, Deepankar examines the usage and application of the "for update of" cursor using Oracle 9i. He examines the concept with the help of a sample scenario. Initially, he provides the complete code listing followed by a detailed explanation. He finishes the discussion by examining the st ...