Skip to content

Database.Guide

DBMS

Database Management Systems

MongoDB Aggregation Operators for Returning Date Parts

July 22, 2021 by Ian

This article lists the various aggregation pipeline operators that can be used to return individual date parts from a Date object in MongoDB.

Read more

Categories MongoDB Tags aggregation, date format, dates, operators

POWER() Function in Oracle

July 22, 2021 by Ian

In Oracle, the POWER() function returns its first argument raised to the power of its second argument.

Read more

Categories Oracle Tags functions, numeric functions, what is

REMAINDER() Function in Oracle

July 22, 2021 by Ian

In Oracle, the REMAINDER() function returns the remainder of its first argument divided by its second.

It’s similar to the MOD() function, except that it uses ROUND() in its calculation, whereas MOD() uses FLOOR() in its calculation.

Read more

Categories Oracle Tags functions, numeric functions, what is

4 Functions to Get the Hour from a Time Value in MariaDB

July 21, 2021 by Ian

Below are 4 functions that enable you to return the hour from a time value in MariaDB.

Read more

Categories MariaDB Tags dates, how to, time format

MOD() Function in Oracle

July 21, 2021 by Ian

In Oracle, the MOD() function returns the modulo operation. In other words, it returns the remainder of its first argument divided by its second.

Read more

Categories Oracle Tags functions, numeric functions, what is

EXP() Function in Oracle

July 21, 2021 by Ian

In Oracle, the EXP() function returns the value of e (the base of natural logarithms) raised to the power of the argument.

The number e, also known as Euler’s number, is a mathematical constant approximately equal to 2.71828.

Read more

Categories Oracle Tags functions, numeric functions, what is

Replace Multiple Characters in a String in SQL Server (T-SQL)

July 20, 2021 by Ian

In SQL Server, the REPLACE() function enables us to replace a string with another string. But what if you want to replace a list of characters with another list of characters?

The TRANSLATE() function might help.

Read more

Categories SQL Server Tags how to, mssql, string functions, t-sql

COSH() Function in Oracle

July 20, 2021 by Ian

In Oracle, the COSH() function returns the hyperbolic cosine of its argument.

Read more

Categories Oracle Tags functions, numeric functions, what is

COS() Function in Oracle

July 20, 2021 by Ian

In Oracle, the COS() function returns the cosine of its argument.

Read more

Categories Oracle Tags functions, numeric functions, what is

2 Ways to Unhide an Index in MongoDB

August 5, 2024July 19, 2021 by Ian

If you have a hidden index in MongoDB, you can use the unhideIndex() method or the collMod administration command to unhide it.

Read more

Categories MongoDB Tags how to, indexes
Older posts
Newer posts
← Previous Page1 … Page210 Page211 Page212 … Page393 Next →

About | Privacy Policy

© 2026 Database.Guide • All rights reserved