#plsql
Read more stories on Hashnode
Articles with this tag
PRE-REQUISTES PART-1 (Understand concept of all keys (theory) and what are anomalies in database) PART-2 (CRUD operations in database , learn syntax &...
What is Normalization? Normalization is the process of organizing the data in the database. It simply means there should be no redundancy . Redundancy...
What PL/SQL ? PL/SQL is nothing but a combination of SQL along with the procedural features of programming language. It means that in SQL we run query...