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

بتاريخ:

 

اسلام عليكم ورحمة الله وبراكاته 

اريد ان اعرف كم عدد الجداول واسمائها  في مشروع الكلية 

مع حقولها ان امكن  

والشكر الجزيل لكم..............

 

بتاريخ:

و عليكم السلام و رحمة الله و بركاته

 

 Query to get names of different tables in Schema
  

SELECT OBJECT_NAME
FROM ALL_OBJECTS
WHERE OBJECT_TYPE = 'TABLE'     AND OWNER ='your_schema'

 

you can replace TABLE  word by other objects     -->  VIEW , FUNCTION , PROCEDURE

 

 

Also you can use tables like user_tables , user_views , and so on  to get your tables , views

 

Select TABLE_NAME from user_tables

 

But the 1st query is more generic because it contain all objects in one query

 

-----------------------------------------------

 

Query to get the columns of the table

 

SELECT TABLE_NAME , column_name , COLUMN_ID
FROM USER_tab_cols
WHERE table_name = 'your_table'

 

 

you can replace your_table by a sub query from table ALL_OBJECTS to get the columns of all tables

 

 

بالتوفيق

تم تعديل بواسطة AElsaber

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

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

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

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

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

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.