Cursor in PL/SQL – PL/SQL Oracle Tutorial
Hola! Friends, I hope you guys are doing good. In this article, we will discuss the Cursors in PL/SQL How it works. If you missed the previous article of function in PL/SQL.…
Function in PL/SQL – Oracle PL/SQL Tutorial
Hi! Friends, We are back with the new content of Function in PL/SQL in Oracle PL/SQL Tutorial series. Please also read the previous post about Procedures in PL/SQL. Let’s get…
Procedures in PL/SQL – Oracle PL/SQL Tutorial
In this article, we have discussed the procedures in PL/SQL, how to create with, and delete with suitable examples.
MCQs on Machine Learning (NLP)
Here, We introduced a set of 20 questions MCQs on Machine Learning which is based on the Natural Language Processing(NLP) topic of ML.
Arrays in PL/SQL – Oracle PL/SQL Tutorial
Here, we introducing Arrays in PL/SQL, What is array, how to create or declare them in PL/SQL block with example And also some FAQs.
JSON Tutorial for Beginners (Basic Part)
Here, we introduced the basic part of the JSON tutorial, which is a part of our JavaScript tutorial in the web development tutorials series.
Loops in PL/SQL (Loops + Control Statements)
In this post, we will discuss the of Loops in PL/SQL. There may be many situations when you need to execute a block of code several times. Generally, the statements are…
Conditional Control Structure in PL/SQL
In this article, we will discuss if else in pl/SQL and case in Oracle PL/SQL. You will learn how to use the PL/SQL IF statement to either execute or pass over a sequence of…
MCQs on Computer Graphics Questions & Answers
Hey!! Guys, welcome to our blog. I hope this article is quite useful for you. This is the set of MCQs on computer graphics or MCQs for computer graphics. Note: If you missed…
Operators in PL/SQL – Oracle PL/SQL Tutorials
In this article, we will discuss operators in PL/SQL of Oracle PL/SQL tutorials. Here we have presented all operators and their examples. If you missed the previous article of PL/SQL…