About 127,000,000 results
Open links in new tab
  1. What is a Query in DBMS? - GeeksforGeeks

    Jul 23, 2025 · What is a Query in DBMS? A query in a DBMS is a request made by a user or application to retrieve or manipulate data stored in a database. This request is typically formulated using a …

  2. What is a query? Database queries explained - Hostinger

    Sep 15, 2025 · A query is a request for information or an action from a database or search engine. In plain English, a query is simply a question. In a technical context, it’s a specific command sent to a …

  3. What is a database query? SQL and NoSQL queries explained

    Oct 31, 2025 · A database query is a request to access data from a database to manipulate it or retrieve it. This allows us to perform logic with the information we get in response to the query.

  4. Understanding Database Queries: What They Are and Their Functions

    Apr 1, 2025 · In computer science and database management, the term "query" denotes a formal request that instructs the database to return specific information or perform certain operations.

  5. Introduction to queries - Microsoft Support

    A query can either be a request for data results from your database or for action on the data, or for both. A query can give you an answer to a simple question, perform calculations, combine data from …

  6. What is a query? | Definition from TechTarget

    Apr 16, 2024 · What is a database query? In a database context, a query is a request for information or data made by a user and written in a specific format. The format is determined by the query …

  7. What Is a Database Query | A Beginner's Guide to Query Types

    Aug 19, 2025 · What is a Database Query? A database query is a structured command, often written in SQL (Structured Query Language). It tells the database exactly what you need. In layman’s …

  8. 20 Basic SQL Query Examples for Beginners - LearnSQL.com

    Aug 17, 2023 · SQL is designed to talk to a database. We do that using sentences that we call queries, which are SQL commands for retrieving data from the database. We’ll soon show you 20 basic SQL …

  9. What is a Database Query? Demystified: Everything You Need

    Dec 11, 2025 · A database query is a command or a set of commands written using a query language, such as SQL (Structured Query Language), that is used to retrieve, insert, update or delete data from …

  10. How To Perform a Query in a Database in 4 Steps - Indeed

    5 days ago · A query in a database is a request for information from a database management system (DBMS), which is the software program that maintains data. Users can make a query to retrieve data …