Technology, Science and Universe
Results for {phrase} ({results_count} of {results_count_total})
Displaying {results_count} results of {results_count_total}
l
- Listagg Description: The LISTAGG function concatenates values from multiple rows into a single string, thus allowing for efficient and readable data(...) Read more
- Lob Storage Description: Lob storage (Large Object) refers to the method of storing large objects in a database, specifically in relational database systems(...) Read more
- Lob Type Description: The Lob type, which refers to data types used to store large objects, such as BLOB (Binary Large Object) and CLOB (Character Large(...) Read more
- Last Inserted Description: The last inserted refers to the most recently added entry in a table within a database, specifically in the context of database(...) Read more
- Local Collection Description: A local collection in MongoDB refers to a set of documents stored in a local database, meaning that the data is available and(...) Read more
- Logical Representation Description: Logical representation in NoSQL databases refers to how data is structured and organized within these types of databases. Unlike(...) Read more
- LPOP Description: LPOP is a Redis command used to remove and return the first element of a list. This command is fundamental in manipulating data(...) Read more
- LPUSH Description: LPUSH is a Redis command that allows adding one or more elements to the beginning of a list. This command is fundamental in(...) Read more
- LRANGE Description: LRANGE is a Redis command that allows retrieving a specific range of elements from a list. This command is fundamental in(...) Read more
- LREM Description: LREM is a command in Redis that allows for the removal of elements from a list based on their value. This command is essential for(...) Read more
- LTRIM Description: LTRIM is a Redis command that allows trimming a list to the specified range of indices. This command is fundamental for efficient(...) Read more
- Lua Description: Lua is a lightweight, embeddable programming language designed to be simple and efficient. Its name comes from the Portuguese word(...) Read more
- LSET Description: The LSET command in Redis is an instruction that allows you to set the value of an element in a list according to its index. Redis,(...) Read more
- LINSERT Description: LINSERT is a Redis command that allows inserting an element into a list at a specific position, either before or after an existing(...) Read more
- LCS Description: LCS, which stands for 'Longest Common Subsequence', is an algorithm used in the field of computer science and computational theory(...) Read more