Geekflare is supported by our audience. We may earn affiliate commissions from buying links on this site.
Database
Total 65 articles
Explore the latest technology, best practices, and strategies for designing, implementing, and optimizing database systems along with tutorials on MySQL, MongoDB, MariaDB, NoSQL, and other database management systems.
Want to find and remove errors, duplications, and missing entries from the data? Check out the guide on data cleansing strategies to increase data consistency.
Documentum Query Language (DQL) is a language to query Documentum content management system. This, we use to create, manage, deliver, and archive all type of contents from text documents and spreadsheets to digital images, HTML, and XML components.
If you lived through the early 90s and 2000s, the chances are that you’re already familiar with the LAMP web development stack. Which, in short, stood for Linux, Apache, MySQL, and PHP/Python/Perl. Most web projects were being built using the specific stack alone.
Databases are the heart of almost every Internet and enterprise application I can think of. The demands for scale, speed, and fast application development have brought a novel breed of NoSQL databases.
This article talks about the frequently used queries and commands of MongoDB used by developers and DBA in their day to day development and operation life.
Sharding is a process of splitting up the large scale of data sets into a chunk of smaller data sets across multiple MongoDB instances in a distributed environment.
SQL injection is one of the popular attack techniques, but it is not just in SQL (relational database) but also in NoSQL (non-SQL or also known as a non-relational database).