بتاريخ: 13 سبتمبر 200718 سنة comment_109884 السلام عليكم ورحمة الله وبركاتهاريد جواب لهذا السؤال الذي يجول في فكري ولم أجد جواب دقيقماهو الفرق بين SQL و PLSQL ؟مع الأمثله إن أمكنمع تمنياتي للجميع بالتوفيقبحر الأماني تقديم بلاغ
بتاريخ: 13 سبتمبر 200718 سنة comment_109893 pl/sql هو إمتداد للsqlبحيث يمكن كتابه أكتر من جمله سيكويل داخل البلوك الواحد بالإضافه لإمكانيات لغات البرمجه كجمل control structure مثل loop and if statment تقديم بلاغ
بتاريخ: 14 سبتمبر 200718 سنة كاتب الموضوع comment_109907 جزاك الله خير بس أبغى أكثر تفصيل في هذي الجملة بحيث يمكن كتابه أكتر من جمله سيكويل داخل البلوك الواحد مع تحياتبحر الأمانيجزاك الله خير بس أبغى أكثر تفصيل في هذي الجملةبحيث يمكن كتابه أكتر من جمله سيكويل داخل البلوك الواحد مع تحياتبحر الأماني تقديم بلاغ
بتاريخ: 14 سبتمبر 200718 سنة comment_109934 What is the difference between SQL and PL/SQL? -------------------------------------------------------------------------- Both SQL and PL/SQL are languages used to access data within Oracle databases. SQL is a limited language that allows you to directly interact with the database. You can write queries (SELECT), manipulate objects (DDL) and data (DML) with SQL. However, SQL doesn't include all the things that normal programming languages have, such as loops and IF...THEN...ELSE statements. PL/SQL is a normal programming language that includes all the features of most other programming languages. But, it has one thing that other programming languages don't have: the ability to easily integrate with SQL. Some of the differences: ------------------------------------------------------------- 1. SQL is executed one statement at a time. PL/SQL is executed as a block of code. 2. SQL tells the database what to do (declarative), not how to do it. In contrast, PL/SQL tell the database how to do things (procedural). 3. SQL is used to code queries, DML and DDL statements. PL/SQL is used to code program blocks, triggers, functions, procedures and packages. 4. You can embed SQL in a PL/SQL program, but you cannot embed PL/SQL within a SQL statement. تقديم بلاغ
بتاريخ: 20 سبتمبر 200718 سنة كاتب الموضوع comment_110448 أخي sky information جزاك الله ألف خير تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.