الانتقال إلى المحتوى
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.

عاجل نرجو المساعدة مشروع تخرج و بقي اسبوع ونصف على تسليمه

Featured Replies

بتاريخ:

السلام على الكرام
ظهرة عندي مشكلة في انشاء بعض الجداول حيث تظهر لي رسالة خطاء عند سطر قيد المفتاح الاساسي او المفتاح الاجنبي مع انني انشأة جداول بنفس الطريقة لقيد المفتاح الاساسي و الاجنبي و تم انشاء الحدول بنجاح و لكن في جداول اخرى تظهر لي رسالة تقول يوجد قيد يستخدم كالاسم بالفعل
و كود الجدول هو التالي

create table Contracts
(contract_n number(7)not null,
realest_n number(6)not null,
price number(7) not null,
comm number(5)null,
date_c date not null,
costu_n number(6) not null,
constraint contract_n_pk primary key(contract_n),
constraint realest_n_fk foreign key(realest_n)references RealEstates(realest_n),
constraint costu_n_fk foreign key(costu_n)references Costumers(costu_n));

بتاريخ:

أرجو ان تخبرنى بناتج ال

desc RealEstates

desc Costumers

حتى اتأكد من توافق ال datatype و شكراً

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

اهلاً بالاخ hanyfreedom
لم افهم ماذا تقصد و لكن انا انشاة الجدول بطريقة اخرى وهي ان اكتب قيد المفتاح الاساسي او الاجنبي بعد كتابة تعريف الحقل مباشرة و قد نجحت الطريقة و الحمد لله و يكون الكود كتالي

create table Contracts
(contract_n number(7)not null constraint Contracts_contract_n_pk primary key,
realest_n number(6)not null constraint fk_Contracts_realest_n references RealEstates(realest_n),
price number(7) not null,
comm number(5)null,
date_c date not null,
costu_n number(6) not null constraint fk_Contracts_costu_n references Costumers(costu_n));

بتاريخ:

اسم constraint مكرر من قبل .. اختر اسم آخر

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

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

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

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

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

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.