SlideShare a Scribd company logo
1 of 7
Al Karma Language School
Al Karma Language School 
CHAPTER ONE 
DATABASES 
1- Data: 
Data are the primary raw materials. 
2-Information: 
It is the output of data processing to extract the content of data or what they refer to as 
indications, sign, comparisons etc.Data are the basic information 
3-The table 
The table is the vessel that contains a set of data of a certain topic where data are stored 
4- Record: 
It is the place "row" where the integrated data are stored, for example, all the 
personal data of a certain person (Name, address and telephone).Etc 
5- Field 
The Field is the place (column), where one kind of data is stored such as the data of 
(person - address ... etc). 
6- Definition of Database: 
Database is a group of organized data associated with a certain topic inside a table or 
tables. 
7-The advantages of databases 
· Storing, classifying, organizing, and indexing Data in a way that can help in retrieving 
them; hence they can be processed easily. 
· The flexibility in modifying data through adding or exchanging data with the new ones 
(Updating data). 
· It is easy to create forms to make data entry easier. 
· It makes search and query easy to find the stored data and information in the database. 
· Displaying Data and information in form of reports in which data can be extracted , 
analyzed to support and make decision 
8- Types of database in terms of (Design View): 
- Hierarchical Database Model 
- Network Database Model 
- Relational Databases Model (They will be studied later in detail) 
2
Al Karma Language School 
CHAPTER TWO 
(Entity Relationship Model) 
The definition of Entity Relationship Model: 
The Entity Relationship Model is one of the common styles to set an outlay for the 
Relational Database that depends on the following: 
1- Dividing the system to Entities such as (Employee Entity – Department Entity in a 
company's system.) 
2- Each Entity contains certain attributes describing and defining it (such as the 
company's name, address) etc. 
3- Defining the relationships among these entities and describing them as will be shown 
later. 
4- Represent this through a drawing, which is called: 
(Entity Relationship Diagram) ERD 
The importance of the Entity Relationship Diagram: 
It is a prior step to implement the database in one of the programmes of the RDBMS 
(Relational Data Base Management System). 
It helps in making tables or files for the database and the relationships among them on 
correct and scientific bases. 
Entity definition: 
The ' Entity' is an object that has an independent existence. It may be of a real 
existence such as, an employee - a car – an item – a supplier or an abstract existence 
such 
as a project- a training course. Each entity has attributes that describe and define it, such 
as (employee number, name, gender, address, and telephone). All these are attributes to 
describe the employee Entity. 
Entity Attributes Entity key 
Employee Salary- address- birth date gender-name- 
employee number 
Employee number 
Department Number of employees-location name-department 
number 
department number or 
department name 
Project location- name- project number project 
Definition of the Key attribute: 
It is the attribute whose value can never be recurred inside the entity. 
Consequently, it distinguishes each single entity1 from the others. For example, 
an employee cannot have the same national number of another. 
3
Al Karma Language School 
Secondly: Defining the relationships among the entities and their attributes: 
Relationships among entities are defined in terms of …: 
1- Type of relationship (One to One) or (One to Many) or (Many to Many) 
Later we will explain each type. 
2- The type of participation of each entity in the relationship may be either 
(Total Participation or Partial Participation). 
The definition of (Participation Type) 
Participation means that a certain Entity depends in its existence on the necessity 
of its existence in a certain relationship with another entity and in this case, it is a total 
participation for this entity in this relationship. . 
Example: 
In the relationship of an employee in managing a department, we find that there is a 
(Total Participation) for the "Department Entity". In other words, there is no department 
without an employee to run. At the same time there is (Partial Participation) for 
"employee entity "in this relationship, not every employee can run a department 
Now we define the relationships found in the system: 
(1) There are two relationships between an "Employee Entity" and 
"Department Entity" they are: 
a) The relationship of "work in a department" It is described as follows: 
1- Each department should have a number of employees. 
2- No employee can work in more than a department . 
3- There is no department without employees to work in it. 
4- Each employee should work in a department... 
5- There are no attributes for this relationship. 
Therefore: 
- The relationship is ' One to Many ' between "Department Entity" and" Employee 
Entity" 
(1 and 2) 
- There is a (Total Participation) for ' Department Entity ' in this relationship. (3) 
- There is a (Total Participation) for ' Employee Entity' in this relationship. (4) 
- There is no attribute for this relationship. 
Summary of relationships in a company's system: 
Relationship 
First 
The other 
Relationship 
Relationship 
name 
entity 
entity 
type 
attributes 
The entity 
Total 
participation 
Work in a 
departmen 
employee department One to Many Not exist Department - 
Employee 
Manage a 
department 
employee department One to One Starting date Department 
Work in a 
project 
employee project Many to 
Many 
Number of 
hours 
Project - 
employee 
4
Al Karma Language School 
Summary for the most important used symbols in "ERD" 
The meaning of the symbol symbol 
Entity 
Relationship 
Attribute 
Key attribute 
The multi - valued 
attribute 
Derived attribute 
One to One 
relationship 
One to Many relationship Entity 
1 1 Entity a R Entity b 
Entity a R Entity b 
Many to Many relationship 
Total participation for R the entity in the 
relationship 
5 
N 
M 
N 1 
Entity a R Entity b 
Entity a R Entity b
Al Karma Language School 
CHAPTER THREE 
Relational Database Model 
First: Drawing a table for each entity in [ERD], we find that the fields are the attributes 
of this entity: 
Employee: 
Employee number name gender Birth date address salary 
Department 
Department number Department name 
Project 
project number name Location 
Notes: 
· The name of the table is put at the top before the field name. 
· One of the entity key attributes is selected to be a primary key and underline 
the field name to highlight it. 
· The field of (Employees number) has not been put for each "department" in 
(Department Table), because the number of employees is a derived attribute. 
In other words, it can be counted from the relationship between (department) 
and (employee). 
· Field location has not been put for the (Department table) because 
(Department location) represents a multi- valued attribute. In other words, a 
certain department can have more than a location as shown in the following 
example; this is in case of putting the field of (Department location) in 
(Department table). 
Definition : 
The composite key is more than a field in a table whose components together do 
not recur. It distinguishes each record where as each field can be repeated solo. 
1-Between the tables of (Department and Employee) 
a-The relationship of "working in department ": 
As the relationship "One to Many" in department table as shown in the previous 
chapter from the ERD. Therefore, we will add a field in the table that represents 
(Many) in the "employee table", In this case, it expresses (Department Number) 
where an employee works. In other words, this field is linked to the field of 
(Department number) in (Department table). In this case, it is called (Foreign Key 
Field) 
Definition 
The Foreign Key is a strange field in a table linked to "Primary Key" in another table. 
NOTE: 
It is not required to nominate the foreign key with the primary field name linked 
to it. However, it must be of the same type and size as shown in designing the table 
using the computer. 
6
Al Karma Language School 
Definition : 
The relationship of ( One to Many) between two tables means that it is possible 
for a 
record in the first table (One) to be linked to more than a record in the second 
table 
(Many ) and any record in the second table (Many) can be linked only to one 
record in 
the first table (One). 
7

More Related Content

What's hot

Lecture 07 relational database management system
Lecture 07 relational database management systemLecture 07 relational database management system
Lecture 07 relational database management systememailharmeet
 
Lecture 03 data abstraction and er model
Lecture 03 data abstraction and er modelLecture 03 data abstraction and er model
Lecture 03 data abstraction and er modelemailharmeet
 
Relational Data Model Introduction
Relational Data Model IntroductionRelational Data Model Introduction
Relational Data Model IntroductionNishant Munjal
 
Relational Database & Database Management System
Relational Database & Database Management SystemRelational Database & Database Management System
Relational Database & Database Management SystemNimrakhan89
 
Fundamentals of database system - Relational data model and relational datab...
Fundamentals of database system  - Relational data model and relational datab...Fundamentals of database system  - Relational data model and relational datab...
Fundamentals of database system - Relational data model and relational datab...Mustafa Kamel Mohammadi
 
Designing of databases
Designing of databasesDesigning of databases
Designing of databasesAnsh Jhanji
 
physical and logical data independence
physical and logical data independencephysical and logical data independence
physical and logical data independenceapoorva_upadhyay
 
Schema Integration, View Integration and Database Integration, ER Model & Dia...
Schema Integration, View Integration and Database Integration, ER Model & Dia...Schema Integration, View Integration and Database Integration, ER Model & Dia...
Schema Integration, View Integration and Database Integration, ER Model & Dia...Mobarok Hossen
 
ICS Part 2 Computer Science Short Notes
ICS Part 2 Computer Science Short NotesICS Part 2 Computer Science Short Notes
ICS Part 2 Computer Science Short NotesAbdul Haseeb
 
Bca examination 2015 dbms
Bca examination 2015 dbmsBca examination 2015 dbms
Bca examination 2015 dbmsAnjaan Gajendra
 
The relational data model part[1]
The relational data model part[1]The relational data model part[1]
The relational data model part[1]Bashir Rezaie
 

What's hot (20)

Relational Model
Relational ModelRelational Model
Relational Model
 
Denormalization
DenormalizationDenormalization
Denormalization
 
Lecture 07 relational database management system
Lecture 07 relational database management systemLecture 07 relational database management system
Lecture 07 relational database management system
 
Er Modeling
Er ModelingEr Modeling
Er Modeling
 
RDBMS_Unit 01
RDBMS_Unit 01RDBMS_Unit 01
RDBMS_Unit 01
 
Lecture 03 data abstraction and er model
Lecture 03 data abstraction and er modelLecture 03 data abstraction and er model
Lecture 03 data abstraction and er model
 
Relational Data Model Introduction
Relational Data Model IntroductionRelational Data Model Introduction
Relational Data Model Introduction
 
Relational Database & Database Management System
Relational Database & Database Management SystemRelational Database & Database Management System
Relational Database & Database Management System
 
Fundamentals of Data Modeling and Database Design by Dr. Kamal Gulati
Fundamentals of Data Modeling and Database Design by Dr. Kamal GulatiFundamentals of Data Modeling and Database Design by Dr. Kamal Gulati
Fundamentals of Data Modeling and Database Design by Dr. Kamal Gulati
 
Fundamentals of database system - Relational data model and relational datab...
Fundamentals of database system  - Relational data model and relational datab...Fundamentals of database system  - Relational data model and relational datab...
Fundamentals of database system - Relational data model and relational datab...
 
Designing of databases
Designing of databasesDesigning of databases
Designing of databases
 
Chapter 3 Entity Relationship Model
Chapter 3 Entity Relationship ModelChapter 3 Entity Relationship Model
Chapter 3 Entity Relationship Model
 
Relational model
Relational modelRelational model
Relational model
 
physical and logical data independence
physical and logical data independencephysical and logical data independence
physical and logical data independence
 
Schema Integration, View Integration and Database Integration, ER Model & Dia...
Schema Integration, View Integration and Database Integration, ER Model & Dia...Schema Integration, View Integration and Database Integration, ER Model & Dia...
Schema Integration, View Integration and Database Integration, ER Model & Dia...
 
ICS Part 2 Computer Science Short Notes
ICS Part 2 Computer Science Short NotesICS Part 2 Computer Science Short Notes
ICS Part 2 Computer Science Short Notes
 
Nagaraju
NagarajuNagaraju
Nagaraju
 
Bca examination 2015 dbms
Bca examination 2015 dbmsBca examination 2015 dbms
Bca examination 2015 dbms
 
E R model
E R modelE R model
E R model
 
The relational data model part[1]
The relational data model part[1]The relational data model part[1]
The relational data model part[1]
 

Viewers also liked

التفوق فى علم النفس الصف الثانى الثانوى
التفوق فى علم النفس الصف الثانى الثانوىالتفوق فى علم النفس الصف الثانى الثانوى
التفوق فى علم النفس الصف الثانى الثانوىأمنية وجدى
 
كتاب المميز فى الإحصاء للثالث الثانوى2015
كتاب المميز فى الإحصاء للثالث الثانوى2015كتاب المميز فى الإحصاء للثالث الثانوى2015
كتاب المميز فى الإحصاء للثالث الثانوى2015أمنية وجدى
 
بوكلت الجغرافيا أولى ثانوى
بوكلت الجغرافيا أولى ثانوى بوكلت الجغرافيا أولى ثانوى
بوكلت الجغرافيا أولى ثانوى أمنية وجدى
 
الصف الثالث ترم اول عربى بالقرائية
الصف الثالث ترم اول عربى بالقرائيةالصف الثالث ترم اول عربى بالقرائية
الصف الثالث ترم اول عربى بالقرائيةأمنية وجدى
 
دليل المعلم لعلم النفس وعلم الاجتماع 2 ثانوى 2015
دليل المعلم لعلم النفس وعلم الاجتماع 2 ثانوى 2015دليل المعلم لعلم النفس وعلم الاجتماع 2 ثانوى 2015
دليل المعلم لعلم النفس وعلم الاجتماع 2 ثانوى 2015أمنية وجدى
 
المراجعة النهائية في علم النفس للصف الثاني الثانوي 2016
المراجعة النهائية في علم النفس للصف الثاني الثانوي 2016المراجعة النهائية في علم النفس للصف الثاني الثانوي 2016
المراجعة النهائية في علم النفس للصف الثاني الثانوي 2016Abdallah Omar
 
كتاب علم نفس والإجتماع للصف الثانى الثانوى الجديد 2016
كتاب علم نفس والإجتماع للصف الثانى الثانوى الجديد  2016كتاب علم نفس والإجتماع للصف الثانى الثانوى الجديد  2016
كتاب علم نفس والإجتماع للصف الثانى الثانوى الجديد 2016أمنية وجدى
 
بوكلت اللغة العربية للصف الثالث الابتدائى الفصل الدراسى الأول2015الجديد أ.أمن...
بوكلت اللغة العربية للصف الثالث الابتدائى الفصل الدراسى الأول2015الجديد أ.أمن...بوكلت اللغة العربية للصف الثالث الابتدائى الفصل الدراسى الأول2015الجديد أ.أمن...
بوكلت اللغة العربية للصف الثالث الابتدائى الفصل الدراسى الأول2015الجديد أ.أمن...أمنية وجدى
 
كراسة المراجعة النهائية للغة العربية الصف الثانى الابتدائى الفصل الدراسى الأول
كراسة المراجعة النهائية للغة العربية الصف الثانى الابتدائى الفصل الدراسى الأول كراسة المراجعة النهائية للغة العربية الصف الثانى الابتدائى الفصل الدراسى الأول
كراسة المراجعة النهائية للغة العربية الصف الثانى الابتدائى الفصل الدراسى الأول أمنية وجدى
 
كراسة اختبارات الأداء والمهارات اللغوية فى اللغة العربية الصف الثانى الابتدائ...
كراسة اختبارات الأداء والمهارات اللغوية فى اللغة العربية الصف الثانى الابتدائ...كراسة اختبارات الأداء والمهارات اللغوية فى اللغة العربية الصف الثانى الابتدائ...
كراسة اختبارات الأداء والمهارات اللغوية فى اللغة العربية الصف الثانى الابتدائ...أمنية وجدى
 
علم نفس واجتماع 2ث جمال 2015
علم نفس واجتماع 2ث جمال 2015علم نفس واجتماع 2ث جمال 2015
علم نفس واجتماع 2ث جمال 2015أمنية وجدى
 
كراسة أساليب الصف الثالث الابتدائى 2015 الترم الأول أ.أمنية وجدى
كراسة أساليب الصف الثالث الابتدائى 2015 الترم الأول أ.أمنية وجدى كراسة أساليب الصف الثالث الابتدائى 2015 الترم الأول أ.أمنية وجدى
كراسة أساليب الصف الثالث الابتدائى 2015 الترم الأول أ.أمنية وجدى أمنية وجدى
 
كمبيوتر Xp ثانية حضانة
كمبيوتر Xp ثانية حضانةكمبيوتر Xp ثانية حضانة
كمبيوتر Xp ثانية حضانةأمنية وجدى
 

Viewers also liked (17)

التفوق فى علم النفس الصف الثانى الثانوى
التفوق فى علم النفس الصف الثانى الثانوىالتفوق فى علم النفس الصف الثانى الثانوى
التفوق فى علم النفس الصف الثانى الثانوى
 
كتاب المميز فى الإحصاء للثالث الثانوى2015
كتاب المميز فى الإحصاء للثالث الثانوى2015كتاب المميز فى الإحصاء للثالث الثانوى2015
كتاب المميز فى الإحصاء للثالث الثانوى2015
 
بوكلت الجغرافيا أولى ثانوى
بوكلت الجغرافيا أولى ثانوى بوكلت الجغرافيا أولى ثانوى
بوكلت الجغرافيا أولى ثانوى
 
تاريخ 2ث
تاريخ 2ثتاريخ 2ث
تاريخ 2ث
 
علم النفس 2ث
علم النفس 2ثعلم النفس 2ث
علم النفس 2ث
 
الصف الثالث ترم اول عربى بالقرائية
الصف الثالث ترم اول عربى بالقرائيةالصف الثالث ترم اول عربى بالقرائية
الصف الثالث ترم اول عربى بالقرائية
 
دليل المعلم لعلم النفس وعلم الاجتماع 2 ثانوى 2015
دليل المعلم لعلم النفس وعلم الاجتماع 2 ثانوى 2015دليل المعلم لعلم النفس وعلم الاجتماع 2 ثانوى 2015
دليل المعلم لعلم النفس وعلم الاجتماع 2 ثانوى 2015
 
المراجعة النهائية في علم النفس للصف الثاني الثانوي 2016
المراجعة النهائية في علم النفس للصف الثاني الثانوي 2016المراجعة النهائية في علم النفس للصف الثاني الثانوي 2016
المراجعة النهائية في علم النفس للصف الثاني الثانوي 2016
 
3rd.prep first term .math
3rd.prep first term .math3rd.prep first term .math
3rd.prep first term .math
 
كتاب علم نفس والإجتماع للصف الثانى الثانوى الجديد 2016
كتاب علم نفس والإجتماع للصف الثانى الثانوى الجديد  2016كتاب علم نفس والإجتماع للصف الثانى الثانوى الجديد  2016
كتاب علم نفس والإجتماع للصف الثانى الثانوى الجديد 2016
 
بوكلت اللغة العربية للصف الثالث الابتدائى الفصل الدراسى الأول2015الجديد أ.أمن...
بوكلت اللغة العربية للصف الثالث الابتدائى الفصل الدراسى الأول2015الجديد أ.أمن...بوكلت اللغة العربية للصف الثالث الابتدائى الفصل الدراسى الأول2015الجديد أ.أمن...
بوكلت اللغة العربية للصف الثالث الابتدائى الفصل الدراسى الأول2015الجديد أ.أمن...
 
Science 3rd prep
Science 3rd prepScience 3rd prep
Science 3rd prep
 
كراسة المراجعة النهائية للغة العربية الصف الثانى الابتدائى الفصل الدراسى الأول
كراسة المراجعة النهائية للغة العربية الصف الثانى الابتدائى الفصل الدراسى الأول كراسة المراجعة النهائية للغة العربية الصف الثانى الابتدائى الفصل الدراسى الأول
كراسة المراجعة النهائية للغة العربية الصف الثانى الابتدائى الفصل الدراسى الأول
 
كراسة اختبارات الأداء والمهارات اللغوية فى اللغة العربية الصف الثانى الابتدائ...
كراسة اختبارات الأداء والمهارات اللغوية فى اللغة العربية الصف الثانى الابتدائ...كراسة اختبارات الأداء والمهارات اللغوية فى اللغة العربية الصف الثانى الابتدائ...
كراسة اختبارات الأداء والمهارات اللغوية فى اللغة العربية الصف الثانى الابتدائ...
 
علم نفس واجتماع 2ث جمال 2015
علم نفس واجتماع 2ث جمال 2015علم نفس واجتماع 2ث جمال 2015
علم نفس واجتماع 2ث جمال 2015
 
كراسة أساليب الصف الثالث الابتدائى 2015 الترم الأول أ.أمنية وجدى
كراسة أساليب الصف الثالث الابتدائى 2015 الترم الأول أ.أمنية وجدى كراسة أساليب الصف الثالث الابتدائى 2015 الترم الأول أ.أمنية وجدى
كراسة أساليب الصف الثالث الابتدائى 2015 الترم الأول أ.أمنية وجدى
 
كمبيوتر Xp ثانية حضانة
كمبيوتر Xp ثانية حضانةكمبيوتر Xp ثانية حضانة
كمبيوتر Xp ثانية حضانة
 

Similar to Database Structure of Al Karma Language School

Fundamentals of database system - Data Modeling Using the Entity-Relationshi...
Fundamentals of database system  - Data Modeling Using the Entity-Relationshi...Fundamentals of database system  - Data Modeling Using the Entity-Relationshi...
Fundamentals of database system - Data Modeling Using the Entity-Relationshi...Mustafa Kamel Mohammadi
 
ICT DBA3 09 0710 Model Data Objects.pdf
ICT DBA3 09 0710 Model Data Objects.pdfICT DBA3 09 0710 Model Data Objects.pdf
ICT DBA3 09 0710 Model Data Objects.pdfInfotech27
 
Download different material from slide share
Download different material from slide shareDownload different material from slide share
Download different material from slide sharefanta teferi
 
Introduction to database-ER Model
Introduction to database-ER ModelIntroduction to database-ER Model
Introduction to database-ER ModelAjit Nayak
 
Cardinality and participation constraints
Cardinality and participation constraintsCardinality and participation constraints
Cardinality and participation constraintsNikhil Deswal
 
Entity Relationship Diagram – ER Diagram in DBMS.pptx
Entity Relationship Diagram – ER Diagram in DBMS.pptxEntity Relationship Diagram – ER Diagram in DBMS.pptx
Entity Relationship Diagram – ER Diagram in DBMS.pptxsukrithlal008
 
Data resource management
Data resource managementData resource management
Data resource managementNirajan Silwal
 
A2 databases
A2 databasesA2 databases
A2 databasesc.west
 
Data modeling using the entity relationship model
Data modeling using the entity relationship modelData modeling using the entity relationship model
Data modeling using the entity relationship modelJafar Nesargi
 
introduction of database in DBMS
introduction of database in DBMSintroduction of database in DBMS
introduction of database in DBMSAbhishekRajpoot8
 
Chapter-3 Data Modeling Using the Entity-Relationship Model
Chapter-3  Data Modeling Using the Entity-Relationship ModelChapter-3  Data Modeling Using the Entity-Relationship Model
Chapter-3 Data Modeling Using the Entity-Relationship ModelRaj vardhan
 

Similar to Database Structure of Al Karma Language School (20)

Unit02 dbms
Unit02 dbmsUnit02 dbms
Unit02 dbms
 
Fundamentals of database system - Data Modeling Using the Entity-Relationshi...
Fundamentals of database system  - Data Modeling Using the Entity-Relationshi...Fundamentals of database system  - Data Modeling Using the Entity-Relationshi...
Fundamentals of database system - Data Modeling Using the Entity-Relationshi...
 
ER MODEL
ER MODELER MODEL
ER MODEL
 
ICT DBA3 09 0710 Model Data Objects.pdf
ICT DBA3 09 0710 Model Data Objects.pdfICT DBA3 09 0710 Model Data Objects.pdf
ICT DBA3 09 0710 Model Data Objects.pdf
 
Chapter3
Chapter3Chapter3
Chapter3
 
Chapter3
Chapter3Chapter3
Chapter3
 
Database design
Database designDatabase design
Database design
 
Database design
Database designDatabase design
Database design
 
Unit 2 DBMS
Unit 2 DBMSUnit 2 DBMS
Unit 2 DBMS
 
Download different material from slide share
Download different material from slide shareDownload different material from slide share
Download different material from slide share
 
Introduction to database-ER Model
Introduction to database-ER ModelIntroduction to database-ER Model
Introduction to database-ER Model
 
Cardinality and participation constraints
Cardinality and participation constraintsCardinality and participation constraints
Cardinality and participation constraints
 
Entity Relationship Diagram – ER Diagram in DBMS.pptx
Entity Relationship Diagram – ER Diagram in DBMS.pptxEntity Relationship Diagram – ER Diagram in DBMS.pptx
Entity Relationship Diagram – ER Diagram in DBMS.pptx
 
Data resource management
Data resource managementData resource management
Data resource management
 
A2 databases
A2 databasesA2 databases
A2 databases
 
database1
database1database1
database1
 
Data modeling using the entity relationship model
Data modeling using the entity relationship modelData modeling using the entity relationship model
Data modeling using the entity relationship model
 
introduction of database in DBMS
introduction of database in DBMSintroduction of database in DBMS
introduction of database in DBMS
 
Chapter-3 Data Modeling Using the Entity-Relationship Model
Chapter-3  Data Modeling Using the Entity-Relationship ModelChapter-3  Data Modeling Using the Entity-Relationship Model
Chapter-3 Data Modeling Using the Entity-Relationship Model
 
ER diagram
ER diagramER diagram
ER diagram
 

More from أمنية وجدى

اختبارات شاملة فى اللغة العربية للصف الثالث الإعدادى لنصف العام 2018 ابن عاصم
اختبارات شاملة فى اللغة العربية للصف الثالث الإعدادى لنصف العام 2018 ابن عاصم اختبارات شاملة فى اللغة العربية للصف الثالث الإعدادى لنصف العام 2018 ابن عاصم
اختبارات شاملة فى اللغة العربية للصف الثالث الإعدادى لنصف العام 2018 ابن عاصم أمنية وجدى
 
قواعد الانجليزية للمرحلة الابتدائية
قواعد الانجليزية للمرحلة الابتدائيةقواعد الانجليزية للمرحلة الابتدائية
قواعد الانجليزية للمرحلة الابتدائيةأمنية وجدى
 
نماذج استرشادية فى الرياضيات للصف السادس الابتدائى بمواصفات 2018
نماذج استرشادية فى الرياضيات للصف السادس الابتدائى بمواصفات 2018نماذج استرشادية فى الرياضيات للصف السادس الابتدائى بمواصفات 2018
نماذج استرشادية فى الرياضيات للصف السادس الابتدائى بمواصفات 2018أمنية وجدى
 
بنك أسئلة اللغة الإنجليزية للصف السادس الابتدائى - الترم الأول 2018 - time fo...
بنك أسئلة اللغة الإنجليزية للصف السادس الابتدائى - الترم الأول 2018 - time fo...بنك أسئلة اللغة الإنجليزية للصف السادس الابتدائى - الترم الأول 2018 - time fo...
بنك أسئلة اللغة الإنجليزية للصف السادس الابتدائى - الترم الأول 2018 - time fo...أمنية وجدى
 
بنك أسئلة اللغة الإنجليزية للصف الرابع الابتدائى - الترم الأول 2018 - time fo...
بنك أسئلة اللغة الإنجليزية للصف الرابع الابتدائى - الترم الأول 2018 - time fo...بنك أسئلة اللغة الإنجليزية للصف الرابع الابتدائى - الترم الأول 2018 - time fo...
بنك أسئلة اللغة الإنجليزية للصف الرابع الابتدائى - الترم الأول 2018 - time fo...أمنية وجدى
 
2018 الترم الأول - الصف الاول الابتدائي Time for englishبوكلت
 2018 الترم الأول - الصف الاول الابتدائي   Time for englishبوكلت  2018 الترم الأول - الصف الاول الابتدائي   Time for englishبوكلت
2018 الترم الأول - الصف الاول الابتدائي Time for englishبوكلت أمنية وجدى
 
بوكلت أسئلة اللغة الإنجليزية للصف الثانى الابتدائى - الترم الأول
بوكلت أسئلة اللغة الإنجليزية للصف الثانى الابتدائى - الترم الأولبوكلت أسئلة اللغة الإنجليزية للصف الثانى الابتدائى - الترم الأول
بوكلت أسئلة اللغة الإنجليزية للصف الثانى الابتدائى - الترم الأولأمنية وجدى
 
بنك أسئلة فى اللغة الإنجليزية على الوحدات الثلاثة الأولى للصف الثالث الابتدائ...
بنك أسئلة فى اللغة الإنجليزية على الوحدات الثلاثة الأولى للصف الثالث الابتدائ...بنك أسئلة فى اللغة الإنجليزية على الوحدات الثلاثة الأولى للصف الثالث الابتدائ...
بنك أسئلة فى اللغة الإنجليزية على الوحدات الثلاثة الأولى للصف الثالث الابتدائ...أمنية وجدى
 
بوكلت اللغة العربية بالتدريبات لثانية حضانة Arabic booklet kg2 first term 201...
بوكلت اللغة العربية بالتدريبات لثانية حضانة Arabic booklet kg2 first term 201...بوكلت اللغة العربية بالتدريبات لثانية حضانة Arabic booklet kg2 first term 201...
بوكلت اللغة العربية بالتدريبات لثانية حضانة Arabic booklet kg2 first term 201...أمنية وجدى
 
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة العربية
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة العربيةدفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة العربية
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة العربيةأمنية وجدى
 
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة الانجليزية
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة الانجليزيةدفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة الانجليزية
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة الانجليزيةأمنية وجدى
 
مذكرة النحو الشاملة للصف الأول الإعدادى للترم الثانى 2017 أ . أمنية وجدى
مذكرة النحو الشاملة للصف الأول الإعدادى للترم الثانى 2017 أ . أمنية وجدىمذكرة النحو الشاملة للصف الأول الإعدادى للترم الثانى 2017 أ . أمنية وجدى
مذكرة النحو الشاملة للصف الأول الإعدادى للترم الثانى 2017 أ . أمنية وجدىأمنية وجدى
 
كراسة اختبار اللغة العربية للثانوية العامة 2017
كراسة اختبار اللغة العربية للثانوية العامة 2017كراسة اختبار اللغة العربية للثانوية العامة 2017
كراسة اختبار اللغة العربية للثانوية العامة 2017أمنية وجدى
 
بوكلت المدارس المعدل 2017 فى اللغة العربية للصف الخامس الابتدائى للترم الثانى...
بوكلت المدارس المعدل 2017 فى اللغة العربية للصف الخامس الابتدائى للترم الثانى...بوكلت المدارس المعدل 2017 فى اللغة العربية للصف الخامس الابتدائى للترم الثانى...
بوكلت المدارس المعدل 2017 فى اللغة العربية للصف الخامس الابتدائى للترم الثانى...أمنية وجدى
 
بوكلت شرح منهج اللغة العربية للصف السادس الابتدائى 2017 بالتعديل الجديد للترم...
بوكلت شرح منهج اللغة العربية للصف السادس الابتدائى 2017 بالتعديل الجديد للترم...بوكلت شرح منهج اللغة العربية للصف السادس الابتدائى 2017 بالتعديل الجديد للترم...
بوكلت شرح منهج اللغة العربية للصف السادس الابتدائى 2017 بالتعديل الجديد للترم...أمنية وجدى
 
مراجعة كتاب المعاصر فى العلوم ( لغات ) للصف السادس الابتدائى لنصف العام
مراجعة كتاب المعاصر فى العلوم ( لغات ) للصف السادس الابتدائى لنصف العام مراجعة كتاب المعاصر فى العلوم ( لغات ) للصف السادس الابتدائى لنصف العام
مراجعة كتاب المعاصر فى العلوم ( لغات ) للصف السادس الابتدائى لنصف العام أمنية وجدى
 
مذكرة مراجعة التربية الدينية الإسلامية للصف السادس الابتدائى لنصف العام
مذكرة مراجعة التربية الدينية الإسلامية للصف السادس الابتدائى لنصف العاممذكرة مراجعة التربية الدينية الإسلامية للصف السادس الابتدائى لنصف العام
مذكرة مراجعة التربية الدينية الإسلامية للصف السادس الابتدائى لنصف العامأمنية وجدى
 
بوكلت المتميز فى الرياضيات للصف السادس الابتدائي 2017 الفصل الدراسى الأول أ/ ...
بوكلت المتميز فى الرياضيات للصف السادس الابتدائي 2017 الفصل الدراسى الأول أ/ ...بوكلت المتميز فى الرياضيات للصف السادس الابتدائي 2017 الفصل الدراسى الأول أ/ ...
بوكلت المتميز فى الرياضيات للصف السادس الابتدائي 2017 الفصل الدراسى الأول أ/ ...أمنية وجدى
 
معدل نماذج استرشادية امتحان الترم الأول الصف الرابع الابتدائي حسب النظام ال...
معدل نماذج استرشادية امتحان الترم الأول   الصف الرابع الابتدائي حسب النظام ال...معدل نماذج استرشادية امتحان الترم الأول   الصف الرابع الابتدائي حسب النظام ال...
معدل نماذج استرشادية امتحان الترم الأول الصف الرابع الابتدائي حسب النظام ال...أمنية وجدى
 

More from أمنية وجدى (20)

اختبارات شاملة فى اللغة العربية للصف الثالث الإعدادى لنصف العام 2018 ابن عاصم
اختبارات شاملة فى اللغة العربية للصف الثالث الإعدادى لنصف العام 2018 ابن عاصم اختبارات شاملة فى اللغة العربية للصف الثالث الإعدادى لنصف العام 2018 ابن عاصم
اختبارات شاملة فى اللغة العربية للصف الثالث الإعدادى لنصف العام 2018 ابن عاصم
 
قواعد الانجليزية للمرحلة الابتدائية
قواعد الانجليزية للمرحلة الابتدائيةقواعد الانجليزية للمرحلة الابتدائية
قواعد الانجليزية للمرحلة الابتدائية
 
نماذج استرشادية فى الرياضيات للصف السادس الابتدائى بمواصفات 2018
نماذج استرشادية فى الرياضيات للصف السادس الابتدائى بمواصفات 2018نماذج استرشادية فى الرياضيات للصف السادس الابتدائى بمواصفات 2018
نماذج استرشادية فى الرياضيات للصف السادس الابتدائى بمواصفات 2018
 
بنك أسئلة اللغة الإنجليزية للصف السادس الابتدائى - الترم الأول 2018 - time fo...
بنك أسئلة اللغة الإنجليزية للصف السادس الابتدائى - الترم الأول 2018 - time fo...بنك أسئلة اللغة الإنجليزية للصف السادس الابتدائى - الترم الأول 2018 - time fo...
بنك أسئلة اللغة الإنجليزية للصف السادس الابتدائى - الترم الأول 2018 - time fo...
 
بنك أسئلة اللغة الإنجليزية للصف الرابع الابتدائى - الترم الأول 2018 - time fo...
بنك أسئلة اللغة الإنجليزية للصف الرابع الابتدائى - الترم الأول 2018 - time fo...بنك أسئلة اللغة الإنجليزية للصف الرابع الابتدائى - الترم الأول 2018 - time fo...
بنك أسئلة اللغة الإنجليزية للصف الرابع الابتدائى - الترم الأول 2018 - time fo...
 
2018 الترم الأول - الصف الاول الابتدائي Time for englishبوكلت
 2018 الترم الأول - الصف الاول الابتدائي   Time for englishبوكلت  2018 الترم الأول - الصف الاول الابتدائي   Time for englishبوكلت
2018 الترم الأول - الصف الاول الابتدائي Time for englishبوكلت
 
بوكلت أسئلة اللغة الإنجليزية للصف الثانى الابتدائى - الترم الأول
بوكلت أسئلة اللغة الإنجليزية للصف الثانى الابتدائى - الترم الأولبوكلت أسئلة اللغة الإنجليزية للصف الثانى الابتدائى - الترم الأول
بوكلت أسئلة اللغة الإنجليزية للصف الثانى الابتدائى - الترم الأول
 
بنك أسئلة فى اللغة الإنجليزية على الوحدات الثلاثة الأولى للصف الثالث الابتدائ...
بنك أسئلة فى اللغة الإنجليزية على الوحدات الثلاثة الأولى للصف الثالث الابتدائ...بنك أسئلة فى اللغة الإنجليزية على الوحدات الثلاثة الأولى للصف الثالث الابتدائ...
بنك أسئلة فى اللغة الإنجليزية على الوحدات الثلاثة الأولى للصف الثالث الابتدائ...
 
بوكلت اللغة العربية بالتدريبات لثانية حضانة Arabic booklet kg2 first term 201...
بوكلت اللغة العربية بالتدريبات لثانية حضانة Arabic booklet kg2 first term 201...بوكلت اللغة العربية بالتدريبات لثانية حضانة Arabic booklet kg2 first term 201...
بوكلت اللغة العربية بالتدريبات لثانية حضانة Arabic booklet kg2 first term 201...
 
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة العربية
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة العربيةدفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة العربية
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة العربية
 
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة الانجليزية
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة الانجليزيةدفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة الانجليزية
دفتر تحضير مادة الرياضيات لجميع المراحل التعليمية باللغة الانجليزية
 
50 exams 1p s2
50 exams 1p s250 exams 1p s2
50 exams 1p s2
 
مذكرة النحو الشاملة للصف الأول الإعدادى للترم الثانى 2017 أ . أمنية وجدى
مذكرة النحو الشاملة للصف الأول الإعدادى للترم الثانى 2017 أ . أمنية وجدىمذكرة النحو الشاملة للصف الأول الإعدادى للترم الثانى 2017 أ . أمنية وجدى
مذكرة النحو الشاملة للصف الأول الإعدادى للترم الثانى 2017 أ . أمنية وجدى
 
كراسة اختبار اللغة العربية للثانوية العامة 2017
كراسة اختبار اللغة العربية للثانوية العامة 2017كراسة اختبار اللغة العربية للثانوية العامة 2017
كراسة اختبار اللغة العربية للثانوية العامة 2017
 
بوكلت المدارس المعدل 2017 فى اللغة العربية للصف الخامس الابتدائى للترم الثانى...
بوكلت المدارس المعدل 2017 فى اللغة العربية للصف الخامس الابتدائى للترم الثانى...بوكلت المدارس المعدل 2017 فى اللغة العربية للصف الخامس الابتدائى للترم الثانى...
بوكلت المدارس المعدل 2017 فى اللغة العربية للصف الخامس الابتدائى للترم الثانى...
 
بوكلت شرح منهج اللغة العربية للصف السادس الابتدائى 2017 بالتعديل الجديد للترم...
بوكلت شرح منهج اللغة العربية للصف السادس الابتدائى 2017 بالتعديل الجديد للترم...بوكلت شرح منهج اللغة العربية للصف السادس الابتدائى 2017 بالتعديل الجديد للترم...
بوكلت شرح منهج اللغة العربية للصف السادس الابتدائى 2017 بالتعديل الجديد للترم...
 
مراجعة كتاب المعاصر فى العلوم ( لغات ) للصف السادس الابتدائى لنصف العام
مراجعة كتاب المعاصر فى العلوم ( لغات ) للصف السادس الابتدائى لنصف العام مراجعة كتاب المعاصر فى العلوم ( لغات ) للصف السادس الابتدائى لنصف العام
مراجعة كتاب المعاصر فى العلوم ( لغات ) للصف السادس الابتدائى لنصف العام
 
مذكرة مراجعة التربية الدينية الإسلامية للصف السادس الابتدائى لنصف العام
مذكرة مراجعة التربية الدينية الإسلامية للصف السادس الابتدائى لنصف العاممذكرة مراجعة التربية الدينية الإسلامية للصف السادس الابتدائى لنصف العام
مذكرة مراجعة التربية الدينية الإسلامية للصف السادس الابتدائى لنصف العام
 
بوكلت المتميز فى الرياضيات للصف السادس الابتدائي 2017 الفصل الدراسى الأول أ/ ...
بوكلت المتميز فى الرياضيات للصف السادس الابتدائي 2017 الفصل الدراسى الأول أ/ ...بوكلت المتميز فى الرياضيات للصف السادس الابتدائي 2017 الفصل الدراسى الأول أ/ ...
بوكلت المتميز فى الرياضيات للصف السادس الابتدائي 2017 الفصل الدراسى الأول أ/ ...
 
معدل نماذج استرشادية امتحان الترم الأول الصف الرابع الابتدائي حسب النظام ال...
معدل نماذج استرشادية امتحان الترم الأول   الصف الرابع الابتدائي حسب النظام ال...معدل نماذج استرشادية امتحان الترم الأول   الصف الرابع الابتدائي حسب النظام ال...
معدل نماذج استرشادية امتحان الترم الأول الصف الرابع الابتدائي حسب النظام ال...
 

Recently uploaded

Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphThiyagu K
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...RKavithamani
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 

Recently uploaded (20)

Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
Privatization and Disinvestment - Meaning, Objectives, Advantages and Disadva...
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 

Database Structure of Al Karma Language School

  • 2. Al Karma Language School CHAPTER ONE DATABASES 1- Data: Data are the primary raw materials. 2-Information: It is the output of data processing to extract the content of data or what they refer to as indications, sign, comparisons etc.Data are the basic information 3-The table The table is the vessel that contains a set of data of a certain topic where data are stored 4- Record: It is the place "row" where the integrated data are stored, for example, all the personal data of a certain person (Name, address and telephone).Etc 5- Field The Field is the place (column), where one kind of data is stored such as the data of (person - address ... etc). 6- Definition of Database: Database is a group of organized data associated with a certain topic inside a table or tables. 7-The advantages of databases · Storing, classifying, organizing, and indexing Data in a way that can help in retrieving them; hence they can be processed easily. · The flexibility in modifying data through adding or exchanging data with the new ones (Updating data). · It is easy to create forms to make data entry easier. · It makes search and query easy to find the stored data and information in the database. · Displaying Data and information in form of reports in which data can be extracted , analyzed to support and make decision 8- Types of database in terms of (Design View): - Hierarchical Database Model - Network Database Model - Relational Databases Model (They will be studied later in detail) 2
  • 3. Al Karma Language School CHAPTER TWO (Entity Relationship Model) The definition of Entity Relationship Model: The Entity Relationship Model is one of the common styles to set an outlay for the Relational Database that depends on the following: 1- Dividing the system to Entities such as (Employee Entity – Department Entity in a company's system.) 2- Each Entity contains certain attributes describing and defining it (such as the company's name, address) etc. 3- Defining the relationships among these entities and describing them as will be shown later. 4- Represent this through a drawing, which is called: (Entity Relationship Diagram) ERD The importance of the Entity Relationship Diagram: It is a prior step to implement the database in one of the programmes of the RDBMS (Relational Data Base Management System). It helps in making tables or files for the database and the relationships among them on correct and scientific bases. Entity definition: The ' Entity' is an object that has an independent existence. It may be of a real existence such as, an employee - a car – an item – a supplier or an abstract existence such as a project- a training course. Each entity has attributes that describe and define it, such as (employee number, name, gender, address, and telephone). All these are attributes to describe the employee Entity. Entity Attributes Entity key Employee Salary- address- birth date gender-name- employee number Employee number Department Number of employees-location name-department number department number or department name Project location- name- project number project Definition of the Key attribute: It is the attribute whose value can never be recurred inside the entity. Consequently, it distinguishes each single entity1 from the others. For example, an employee cannot have the same national number of another. 3
  • 4. Al Karma Language School Secondly: Defining the relationships among the entities and their attributes: Relationships among entities are defined in terms of …: 1- Type of relationship (One to One) or (One to Many) or (Many to Many) Later we will explain each type. 2- The type of participation of each entity in the relationship may be either (Total Participation or Partial Participation). The definition of (Participation Type) Participation means that a certain Entity depends in its existence on the necessity of its existence in a certain relationship with another entity and in this case, it is a total participation for this entity in this relationship. . Example: In the relationship of an employee in managing a department, we find that there is a (Total Participation) for the "Department Entity". In other words, there is no department without an employee to run. At the same time there is (Partial Participation) for "employee entity "in this relationship, not every employee can run a department Now we define the relationships found in the system: (1) There are two relationships between an "Employee Entity" and "Department Entity" they are: a) The relationship of "work in a department" It is described as follows: 1- Each department should have a number of employees. 2- No employee can work in more than a department . 3- There is no department without employees to work in it. 4- Each employee should work in a department... 5- There are no attributes for this relationship. Therefore: - The relationship is ' One to Many ' between "Department Entity" and" Employee Entity" (1 and 2) - There is a (Total Participation) for ' Department Entity ' in this relationship. (3) - There is a (Total Participation) for ' Employee Entity' in this relationship. (4) - There is no attribute for this relationship. Summary of relationships in a company's system: Relationship First The other Relationship Relationship name entity entity type attributes The entity Total participation Work in a departmen employee department One to Many Not exist Department - Employee Manage a department employee department One to One Starting date Department Work in a project employee project Many to Many Number of hours Project - employee 4
  • 5. Al Karma Language School Summary for the most important used symbols in "ERD" The meaning of the symbol symbol Entity Relationship Attribute Key attribute The multi - valued attribute Derived attribute One to One relationship One to Many relationship Entity 1 1 Entity a R Entity b Entity a R Entity b Many to Many relationship Total participation for R the entity in the relationship 5 N M N 1 Entity a R Entity b Entity a R Entity b
  • 6. Al Karma Language School CHAPTER THREE Relational Database Model First: Drawing a table for each entity in [ERD], we find that the fields are the attributes of this entity: Employee: Employee number name gender Birth date address salary Department Department number Department name Project project number name Location Notes: · The name of the table is put at the top before the field name. · One of the entity key attributes is selected to be a primary key and underline the field name to highlight it. · The field of (Employees number) has not been put for each "department" in (Department Table), because the number of employees is a derived attribute. In other words, it can be counted from the relationship between (department) and (employee). · Field location has not been put for the (Department table) because (Department location) represents a multi- valued attribute. In other words, a certain department can have more than a location as shown in the following example; this is in case of putting the field of (Department location) in (Department table). Definition : The composite key is more than a field in a table whose components together do not recur. It distinguishes each record where as each field can be repeated solo. 1-Between the tables of (Department and Employee) a-The relationship of "working in department ": As the relationship "One to Many" in department table as shown in the previous chapter from the ERD. Therefore, we will add a field in the table that represents (Many) in the "employee table", In this case, it expresses (Department Number) where an employee works. In other words, this field is linked to the field of (Department number) in (Department table). In this case, it is called (Foreign Key Field) Definition The Foreign Key is a strange field in a table linked to "Primary Key" in another table. NOTE: It is not required to nominate the foreign key with the primary field name linked to it. However, it must be of the same type and size as shown in designing the table using the computer. 6
  • 7. Al Karma Language School Definition : The relationship of ( One to Many) between two tables means that it is possible for a record in the first table (One) to be linked to more than a record in the second table (Many ) and any record in the second table (Many) can be linked only to one record in the first table (One). 7