Database
Database
Install & Configure PostgreSQL on Mac
As a developer or data enthusiast, you may have heard of PostgreSQL, a powerful open-source relational database management system. While it's widely used in many industries, setting up and configuring PostgreSQL can be intimidating for those new to the technology. In this article, we'll walk through the process of installing and configuring PostgreSQL on your Mac using Homebrew.
Updated 19 Apr, 2026
Read MoreInstall & Configure MySQL on Mac
Are you looking for a reliable database management system to power your web applications? Look no further! In this article, we'll walk you through the process of installing and configuring MySQL on your Mac using Homebrew. By the end of this guide, you'll have a fully functional MySQL setup ready to use.
Updated 19 Apr, 2026
Read MoreImport & Export Data from PostgreSQL
As a developer, managing data is an essential part of our workflow. Whether we're working with large datasets or small, having the ability to import and export data efficiently can save our time and reduce errors. In this article, we'll explore how to use the psql COPY utility command to quickly and easily import and export data from PostgreSQL.
Updated 19 Apr, 2026
Read MoreImport & Export Data from MySQL
Are you tired of wrestling with data management tasks? Look no further! In this quick guide, we'll walk you through the process of importing and exporting data from MySQL using the mysql command line utility. Whether you're a seasoned developer or just starting out, these simple steps will have you up and running in no time.
Updated 19 Apr, 2026
Read MoreSQL
SQL or Structured Query Language is the De-facto programming standard for relational databases . Using SQL, one can view, modify, delete data and data structures in the databases. All the articles in the category are compatible to ANSI standard of SQL.
ExploreRDBMS
The abbreviation RDBMS stands for Relational Database Management System. Database management systems that follow E. F. Codd's Relational Model are called Relational Database Management System. Relational model of storing data is different from other models such as Hierarchical Model, Network Model etc.
ExploreNoSQL
NoSQL encompasses a wide variety of different database technologies and were developed in response to a rise in the volume of data stored about users, objects and products, the frequency in which this data is accessed, and performance and processing needs. Relational databases, on the other hand, were not designed to cope with the scale and agility challenges that face modern applications, nor were they built to take advantage of the cheap storage and processing power available today.
ExploreOracle
Oracle is a relational database management system developed by Oracle Corporation. Related articles and tutorials on Oracle database is presented under this section.
ExploreMS SQL Server
Microsoft SQL Server is a relational database management system developed by Microsoft. Related articles and tutorials on MS SQL Server database is presented under this section.
Explore