© 2023 Hashnode
#dbms
In database management, keys are used to uniquely identify a record or row in a table. There are several types of keys in DBMS, each with its unique characteristics and uses. In this blog, we'll explo…
A database language is a programming language designed to manage data in a database. There are different types of database languages, and each type serves a specific purpose. In this blog post, we wil…
Relational database management systems (RDBMS) are software applications used to create, maintain, and manage relational databases. They are widely used in various industries and have become an essent…
Databases are used to store, organize, and manage large amounts of data. There are several types of databases available, and each type has its strengths and weaknesses. In this blog, we will discuss t…
What is DBMS? DBMS stands for Database Management System. It is a software system that helps manage data stored in a database. A database is a collection of data that is organized in a structured mann…
SQLite is a powerful and versatile database engine that has been widely adopted in many applications due to its simplicity, reliability, and efficiency. However, as applications become more complex an…
History Database management systems (DBMS) have come a long way since their inception in the early 1960s. In this blog, we will explore the history of DBMS, from its earliest origins to its current st…
My experience in migrating our production self-managed MongoDB clusters to Atlas. Introduction: In this article, I will describe how we migrated our Self managed MongoDB clusters which are hosted on o…
When it comes to structuring data for your application, whether mobile or web, two technologies come to mind: SQL and NoSQL databases.SQL databases have been around since the 1970s, while NoSQL databases have gained popularity only in the l…
DATE The date functions are used to insert dates into the database. It can also be used to extract date value from date expressions. TIME The time function is used to insert time expressions into data…