[go: up one dir, main page]

0% found this document useful (0 votes)
14 views8 pages

Apex Interv

Uploaded by

mohamed hasson
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views8 pages

Apex Interv

Uploaded by

mohamed hasson
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Personal

Introduce
‫اشتغلت قبل كدا يف تيمورك‬
‫انطباعك عن اللشغل يف التيم‬
‫مشوع التخرج‬ ‫ر‬
‫ليه قررت ى‬erp
‫تبق يف ال‬

‫كتي عن ترو ميجا و بدأو من امتا‬


‫معلومات ر‬
• Headquarters Regions Europe, Middle East, and Africa (EMEA), Middle East, Middle East and
North Africa (MENA)

• Founded Date 2014

Truemega specializes in providing technology solutions, primarily in the field of


information technology. The company offers support for Oracle E-Business Suite,
providing flexible support plans and innovative pricing options to sustain and optimize
the software. Truemega also offers Oracle cloud solutions, leveraging a broad set of
robust

preconfigured templates, tools, and accelerators. The company is particularly specialized


in the core Telecom IT business, providing solutions that are simple, fast, and cost-
effective.

Who are Truemega's competitors?

Parterners : oracle ,microsoft,dyntatrace

Technical
The content of next
Apex
Tables ,triggers
Aprx:Trigers on the table
Project , idea of it

Sql
1. Select statements
2. Stored prosedures :
A stored procedure is a prepared SQL code that you can save, so the code
can be reused over and over again.

3. Ddl , ttl

4. Aggregation finc : it is built in functions in sql we can use it to get


estatestical info about data like
How many rows in the tabel, max salary
count ,max ,min,sum
o
- Without decimal
o

5. Joins : get data from morethan one table

If we want it with the dep name not the dep id like this
So

Now we want a join condetion


When you are taking the rows from the emp tabel and want to join it with
row of the department table,
serach for the row in the emploee table that you find the value of the
department_id in it is equal to the value of the department_id in the
department table
(there must be a similarity between the tables that we join depend on it)

For shortness

Lets talk about the outer joins


First the inner joins if in section there is 5 projects the students shuld
choose from them
The students choose only proj 1, 2, 3 no one chose proj 4,5
So if we apply the inner join the reurn will be only proj 1,2,3 not 4,5

I want the result contail all the projects even there is no student apply
on it (the important here is projects tabel)

After you make the normal join take the get the rows in the left tabel
even if there is no matching for it in the right table
Java
The project
Java deployment creation
Oop
o Inheritance : ‫بيث بعض الصفات من االب‬
‫طفل ر‬

o Polymorphism
• Overloading
▪ The method in subclass use same name and different
signature
• Overwriting
▪ The method in subclass use same name and same signature
with different calculations (charactarstics) that use new
method as there is no old method from the suber class (hide ,
replace)

o Parent , chiled
o Constructor
• Put inetial values for fields that the user can change it later
o Object
• It is the thing that we want to take info about or save data in
Attributes =‫صفات او خصائص عن رش‬
Inheritance done by word extends
• Puplic class Emploee extends Person

Grad project

Diff betw erp jop and the normal developer

Diff betw functional and technical consultant


‫?‪What tch consultatnt do‬‬
‫بينفس المتطلبات بتاعة الينس العاوزة تستخدم السيستم‬

‫بالش يحس ان انتا استسهلت‬

You might also like