Oracle
Update: 24.06.2009
Lecţii Oracle Academy SQL
Examene Oracle Academy – Sql (design)
Final exam (design)
Mid Exam (programming)
Final Exam (programming)
PLSQL Mid Term
PLSQL Mid Term 2
PLSQL Final Semester 1
PLSQL Mid Term sem2
PLSQL Final Semester 2
Institute Exist Exam
Mulţumesc celor care mi-au trimis mailuri cu răspunsurile de la noul examen PLSQL. Încă aştept şi alte răspunsuri.
NOTĂ! Aceste părţi conţin mai multe examene!
Pentru cei ce vor sa le copieze, la fiecare dintre aceste examene exista si un PDF care se citeste cu Acrobat Reader.Făcând click pe icoana de la Acrobat le puteţi vedea pe toate şi de asemenea le puteţi copia.

Tweet This Post
fratilor va rog cine poate sa-mi trimita si mie raspunsurile la Final Exam sem I, Mid Exam sem II si Final Exam sem II pls pls pls la mihai51290@yahoo.com
Vreau si eu Mid term exam semester 1
vreau si eu mid term semester 2. pls
va rog mult trimiteti-mi sh me mid term semester 2. alinutza_ubita_07@yahoo.com
esti tare frate! tre sati dau 5 beri pt 5 de 10. contacteaza-ma
atestate oracle cine are
( Yd: baadeea
nu exista prin teste la partea
Test: Mid Term Exam Semester 1 – Part II
21. Place the following statements in the correct sequence:
A. OPEN my_curs;
B. CLOSE my_curs;
C. CURSOR my_curs IS SELECT my_column FROM my_table;
D. FETCH my_curs INTO my_variable; Mark for Review
(1) Points
C,D,A,B
C,A,D,B (*)
A,C,D,B
C,A,B,D
nu am gasit 3 intrebari la
Mid Term Exam Semester 1 – Part I
si anume….sper sa va ajute
1. The fact that PL/SQL is portable is a good thing because:
Exceptions can be ported to different operating systems
Blocks can be sent to the operating system.
PL/SQL code can be developed on one platform and deployed on another (*)
PL/SQL code can be run on any operating system without a database
2. Which of the following can you use PL/SQL to do?
Update data (DML)
Develop Web applications using the Web Application Toolkit
Manage database security
Create customized reports
All of the above (*)
3. PL/SQL can be used not only with an Oracle database, but also with any kind of relational database. True or False?
True
False (*)
si la Test: Mid Term Exam Semester 1 – Part II nu am gasit doua intrebari
8. What will be the value of variable c after the following code is executed?
DECLARE
a BOOLEAN := TRUE;
b BOOLEAN := NULL;
c NUMBER;
BEGIN
IF a AND b THEN c := 2;
ELSIF a OR b THEN c := 0;
ELSE c := 1;
END IF;
END;
1
Null
0 (*)
2
9. What will be the value of variable c after the following code is executed?
DECLARE
a BOOLEAN := TRUE;
b BOOLEAN := FALSE;
c NUMBER;
BEGIN
c :=
CASE
WHEN a AND b THEN 10
WHEN NOT a THEN 20
WHEN a OR b THEN 30
ELSE 40
END;
END;
30 (*)
20
40
10
Are cineva intrebari cu raspunsuri de la examenul de certificare??Daca are sa ma contacteze aici andreivoinea85@yahoo.com
cine imi pote oferii raspunsurile la final exam semester 2???????????