#sql
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 &...
PRE-REQUISTES If you are not familiar with keys , anomalies in database then read previous Blogs👇 PART-1 (Understand concept of all keys (theory)...
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...
PRE-REQUISTE Read Part 1st if you are not aware of all keys and anomalies in database PART-1 (Understand concept of all keys (theory) and what are...