{"id":76591,"date":"2025-01-15T14:36:54","date_gmt":"2025-01-15T14:36:54","guid":{"rendered":"http:\/\/bangla.sitestree.com\/?p=76591"},"modified":"2025-01-15T14:36:56","modified_gmt":"2025-01-15T14:36:56","slug":"variable-declaration-conventions-in-oracle-pl-sql","status":"publish","type":"post","link":"http:\/\/bangla.sitestree.com\/?p=76591","title":{"rendered":"Variable Declaration Conventions in Oracle PL\/SQL"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"614\" height=\"810\" src=\"https:\/\/i0.wp.com\/bangla.sitestree.com\/wp-content\/uploads\/2025\/01\/image-19.png?resize=614%2C810\" alt=\"\" class=\"wp-image-76592\" srcset=\"https:\/\/i0.wp.com\/bangla.sitestree.com\/wp-content\/uploads\/2025\/01\/image-19.png?w=614 614w, https:\/\/i0.wp.com\/bangla.sitestree.com\/wp-content\/uploads\/2025\/01\/image-19.png?resize=227%2C300 227w\" sizes=\"auto, (max-width: 614px) 100vw, 614px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>Ref: <a href=\"https:\/\/trivadis.github.io\/plsql-and-sql-coding-guidelines\/v4.1\/2-naming-conventions\/naming-conventions\/\">https:\/\/trivadis.github.io\/plsql-and-sql-coding-guidelines\/v4.1\/2-naming-conventions\/naming-conventions\/<\/a> <\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ref: https:\/\/trivadis.github.io\/plsql-and-sql-coding-guidelines\/v4.1\/2-naming-conventions\/naming-conventions\/<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-76591","post","type-post","status-publish","format-standard","hentry","category-root","item-wrap"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":65948,"url":"http:\/\/bangla.sitestree.com\/?p=65948","url_meta":{"origin":76591,"position":0},"title":"Code Conventions for the Java Programming Language #Java Short Notes","author":"Author-Check- Article-or-Video","date":"July 18, 2021","format":false,"excerpt":"Why Have Code Conventions? 80% of software life cycle is spent on software maintenance. Hardly the original author maintains a software Code Conventions improve the readability of the software If you require to ship your source code as a product, code conventions make your product well packaged Java Code Conventions\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":67442,"url":"http:\/\/bangla.sitestree.com\/?p=67442","url_meta":{"origin":76591,"position":1},"title":"Topics that You Need to Learn to Develop Service Oriented Architecture (SOA) based Enterprise Applications #Java Short Notes","author":"Author-Check- Article-or-Video","date":"July 22, 2021","format":false,"excerpt":"Topics that you need to learn to develop Service Oriented Architecture (SOA) based Enterprise Applications.[Knowing what to learn is the first step of learning.] Web Service Overview: SOA, Web-services, Web Service Standards, and Standard Managers XML Syntax: XML vs. HTML, W3C and the XML Specification, XML Syntax XML Namespaces: XML\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":65844,"url":"http:\/\/bangla.sitestree.com\/?p=65844","url_meta":{"origin":76591,"position":2},"title":"Java : SCJP: Important Resources #Java Short Notes #SCJP","author":"Sayed","date":"July 16, 2021","format":false,"excerpt":"How to use generics to avoid runtime errors. More Generics Class casting in Java: How to avoid runtime exception - ClassCastException: overloading, overriding, variable and method hiding Java HotSpot virtual machine What Java Technology can do? Offers from Java Technology Java:Common Problems (and Their Solutions) Benefits of OOP: Modularity, Information-hiding,\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":24412,"url":"http:\/\/bangla.sitestree.com\/?p=24412","url_meta":{"origin":76591,"position":3},"title":"Good Coding Style in PHP + Other languages #Root","author":"Author-Check- Article-or-Video","date":"April 8, 2021","format":false,"excerpt":"Style 1.1: Use proper indenting while ($x < $z) { if ($a == 1) { echo 'A was equal to 1'; } else { if ($b == 2) { \/\/do something } else { \/\/do something else } } } \u00a0 1.2 while ($x < $z) { if ($a ==\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":70111,"url":"http:\/\/bangla.sitestree.com\/?p=70111","url_meta":{"origin":76591,"position":4},"title":"Good Coding Style in PHP + Other languages #15","author":"Author-Check- Article-or-Video","date":"August 26, 2021","format":false,"excerpt":"Style 1.1: Use proper indentingwhile ($x < $z) { if ($a == 1) { echo 'A was equal to 1'; } else { if ($b == 2) { \/\/do something } else { \/\/do something else } }}1.2while ($x < $z) { if ($a == 1) { echo 'A was\u2026","rel":"","context":"In &quot;FromSitesTree.com&quot;","block_context":{"text":"FromSitesTree.com","link":"http:\/\/bangla.sitestree.com\/?cat=1917"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":78466,"url":"http:\/\/bangla.sitestree.com\/?p=78466","url_meta":{"origin":76591,"position":5},"title":"What Does \u201cNamespace\u201d Mean in DNS?","author":"Sayed","date":"September 12, 2025","format":false,"excerpt":"Ref: OpenAI\/ChatGPT\/AI Tools \"What Does \u201cNamespace\u201d Mean in DNS? In the Domain Name System (DNS), a namespace is simply the way all domain names are organized. Think of it as a giant map of names on the internet. The DNS namespace is hierarchical, like a family tree: At the very\u2026","rel":"","context":"In &quot;Computer Networks&quot;","block_context":{"text":"Computer Networks","link":"http:\/\/bangla.sitestree.com\/?cat=1978"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/76591","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=76591"}],"version-history":[{"count":1,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/76591\/revisions"}],"predecessor-version":[{"id":76593,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=\/wp\/v2\/posts\/76591\/revisions\/76593"}],"wp:attachment":[{"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=76591"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=76591"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/bangla.sitestree.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=76591"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}