JIYIK CN >

Current Location:Home > Learning >

All

Changing User Password in Postgres

Publish Date:2025/04/27 Author:JIYIK Category:PostgreSQL

In this article, we will change the user password in Postgres. Changing User Passwords in Postgres Using Windows Open from the menu or search bar SQL Shell (psql) . Connect to the default database using the default port. If you set it up wi...

Full

Add unique constraint after creating table in PostgreSQL

Publish Date:2025/04/27 Author:JIYIK Category:PostgreSQL

Today we will learn how to add constraints after the rows in a table have been created UNIQUE . The UNIQUE constraint guarantees that the data in a row is unique in that column. So if the column ID exists, all rows will have unique values,...

Full

How to install and deploy PostgreSQL as a Docker container

Publish Date:2025/04/27 Author:JIYIK Category:PostgreSQL

PostgreSQL , also known as Postgres, is a leading object-relational database system. It is popular because it is highly compliant with the SQL standard and includes additional features that simplify processing complex data sets at scale. Po...

Full

Killing a process ID in PostgreSQL

Publish Date:2025/04/27 Author:JIYIK Category:PostgreSQL

Today, we will learn how to kill or stop a running query in the background when working with PostgreSQL database. This may happen if the frontend stops working but a background process is still running. In this case, you may want to kill th...

Full

Query string length in MongoDB

Publish Date:2025/04/27 Author:JIYIK Category:MongoDB

Sometimes, we need to find a specific document using special properties like string length. In this article, we will see how to find a specific document using string length in MongoDB, and we will also see an example on this topic for easy...

Full

Case insensitive query in MongoDB

Publish Date:2025/04/27 Author:JIYIK Category:MongoDB

In this article, case insensitive queries are discussed briefly and in detail. Also, case insensitive search queries are explained in detail. This article discusses the following topics. Case-insensitive search Improve case-insensitive regu...

Full

Return unique values in MongoDB

Publish Date:2025/04/27 Author:JIYIK Category:MongoDB

In this article, we will address how to use the MongoDB distinct() method to return unique values. In addition, returning unique values ​​in arrays and fields is discussed. In MongoDB, sometimes you may want to present or return unique...

Full

Using ISODate for date queries in MongoDB

Publish Date:2025/04/27 Author:JIYIK Category:MongoDB

This MongoDB tutorial article will explain Date() the methods. This article introduces different ways to query using dates. Date() Method in MongoDB Date() The method returns the date as a string or a Date object. In the MongoDB shell or mo...

Full

Deleting items by ID in MongoDB

Publish Date:2025/04/27 Author:JIYIK Category:MongoDB

Sometimes we need to delete data from a database based on specified criteria. Unlike other SQL databases, MongoDB does not include SQL queries for this purpose. Instead, it uses commands. This article will discuss how to delete documents ba...

Full

Deleting a user from a database in MongoDB

Publish Date:2025/04/27 Author:JIYIK Category:MongoDB

This article will explain how to delete a user from a MongoDB database. In addition, we will see an example to make the topic easier to understand. Deleting a User from a MongoDB Database Sometimes we need to remove a particular user from t...

Full

Sorting by timestamp in MongoDB

Publish Date:2025/04/27 Author:JIYIK Category:MongoDB

This article will introduce various methods of sorting timestamps in MongoDB. Sorting by timestamp in MongoDB sort() The method will sort documents in MongoDB. The method accepts a document containing a list of fields and the order in which...

Full

Compass Filters in MongoDB

Publish Date:2025/04/27 Author:JIYIK Category:MongoDB

This short article will cover the various ways to use Compass filters in MongoDB . Compass Filters in MongoDB MongoDB has a GUI called Compass . It is also known as MongoDB GUI. Users can use MongoDB to inspect the contents of their stored...

Full

$unset operator in MongoDB

Publish Date:2025/04/27 Author:JIYIK Category:MongoDB

This article will discuss how the $unset operator works in MongoDB. Additionally, we will demonstrate the use of this operator to remove a field from all documents in a MongoDB collection. $unset operator in MongoDB $unset is an operator us...

Full

Scan to Read All Tech Tutorials

Social Media
  • https://www.github.com/onmpw
  • qq:1244347461

Hottest

Tags

Scan the Code
Easier Access Tutorial