How to Write Better Code (9 Easy Steps) In this blog, I’m going to share with you some 9 steps to write a better code that I have learned with my own experiences. Since these tips are all based on my personal experiences, this article may solve your problem on how to become a good…
Database Administrator and Different Terms used in Database Creation Database administrator (DBA) A database administrator (DBA) is a person or group of persons who are the central control over data…
Concept of Normalization Normalization is a design technique to present a database in normal form for avoiding undesirable things such as repetition of information, inability to represent the information, loss…
Structure Query Language (SQL) Structured Query Language (SQL), in the database, is a sublanguage used in querying, updating, and managing relational databases. It was derived from an IBM research project…