الأخبار

Oracle SQL for beginners

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


SQL. You use it to store and access information in relational databases. Thousands, if not millions, of applications around the globe use it. It's one of the most popular programming languages around. SQL has taken second spot as the most used programming language.

So if you want a job as a developer, it's almost certain that you'll use SQL at some point in your career. Every good developer's skill set should include a working knowledge of it. But what if you don't know SQL?

In this article, you will learn how to install Oracle 11g on your Window 7 64-bit PC. This article will guide you through the installation steps especially when you are a fresher.First, we have to download the software from the Oracle website.

01- Download Oracle 11g from Oracle website
02- Install Oracle 11g on Windows 10
03- Create ORCL sample database
04- SQL Plus and SQL Developer – Get Start
05- Create User connectin in SQL Developer
06- Oracle Network Configuration
07- Using tnsnames.ora File
08- Connect to Oracle database as sysdba
09- Create a User and Grant Permissions
10- Show and Drop user
11- Create, alter, show and drop table
12- Display names of user tables
13- Primary key constraint and unique constraint
14- Display names of constraints
15- Insert Statement
16- delete Statement
17- Select Statement
18- Update Statement
19- Common Functions
20- Changing Character set to Arabic In Oracle
21- Aliases Names
22- Views
23- Triggers
24- Data Dictionary
25- DUAL Table in Oracle