PL-SQL
Oracle PL/SQL: CASE Statement with Examples
What is CASE Statement? A CASE statement is similar to IF-THEN-ELSIF statement that selects one...
The new release of MySQL 5.6 is designed for professionals involved in writing applications with the MySQL database server. The new version of MySQL is focused on increased speed, security, replication, and optimization.
To appear for this Certification, a candidate must have prior knowledge of
Exam name | MySQL 5.6 Certified Developer, Oracle Certified Professional | MySQL 5.6 Certified Database Administrator, Oracle Certified Professional |
Exam number | 1Z0-882 | 1Z0-883 |
Eligibility | Oracle Certified Associate | Oracle Certified Associate |
Target audience | developers creating applications that use MySQL as the database engine | database administrators for MySQL server |
Exam Cost | $245 | $245 |
Exam questions | 86 Multiple Choice Questions | 100 Multiple Choice Questions |
Exam duration | 150 Minutes | 150 Minutes |
Passing Mark | 61% | 60% |
Exam topics | Check this link | Check this link |
Note: The true/false option questions are removed in the new exam format.
You can go through our MySQL Tutorial which will aid you in your MySQL Certification studies.
Take the mock MySQL Certification Test.
What is CASE Statement? A CASE statement is similar to IF-THEN-ELSIF statement that selects one...
SQLite databases are very lightweight. Unlike other database systems, there is no configuration,...
SQLite supports different types of SQL Joins, like INNER JOIN, LEFT OUTER JOIN, and CROSS JOIN....
What is Database Design? Database Design is a collection of processes that facilitate the...
What is Trigger in PL/SQL? TRIGGERS are stored programs that are fired by Oracle engine...
Aggregate Functions are all about Performing calculations on multiple rows Of a single column of a...