الانتقال إلى المحتوى
View in the app

A better way to browse. Learn more.

مجموعة مستخدمي أوراكل العربية

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ماهو الفرق بين Sql و Plsql ؟

Featured Replies

بتاريخ:

السلام عليكم ورحمة الله وبركاته
اريد جواب لهذا السؤال الذي يجول في فكري ولم أجد جواب دقيق
ماهو الفرق بين SQL و PLSQL ؟مع الأمثله إن أمكن
مع تمنياتي للجميع بالتوفيق
بحر الأماني

بتاريخ:

pl/sql هو إمتداد للsql

بحيث يمكن كتابه أكتر من جمله سيكويل داخل البلوك الواحد
بالإضافه لإمكانيات لغات البرمجه كجمل control structure
مثل loop and if statment

بتاريخ:
  • كاتب الموضوع

جزاك الله خير بس أبغى أكثر تفصيل في هذي الجملة

بحيث يمكن كتابه أكتر من جمله سيكويل داخل البلوك الواحد

مع تحيات
بحر الأماني



جزاك الله خير بس أبغى أكثر تفصيل في هذي الجملة
بحيث يمكن كتابه أكتر من جمله سيكويل داخل البلوك الواحد

مع تحيات
بحر الأماني
بتاريخ:

 


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.

بتاريخ:
  • كاتب الموضوع

أخي sky information جزاك الله ألف خير

انضم إلى المناقشة

يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.

زائر
أضف رد على هذا الموضوع...

برجاء الإنتباه

بإستخدامك للموقع فأنت تتعهد بالموافقة على هذه البنود: سياسة الخصوصية

Account

Navigation

البحث

إعداد إشعارات المتصفح الفورية

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.