Tag

Query

0 views collected around this technical thread.

Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jun 12, 2025 · Databases

How to Find Cross‑College Teaching Anomalies with SQL – An Interview Challenge

An interview-style SQL challenge asks you to identify records where a professor teaches a course belonging to a different college than their own, providing table definitions, sample data, and the expected result, while inviting readers to devise the correct query.

Cross-CollegeDatabase DesignInterview
0 likes · 4 min read
How to Find Cross‑College Teaching Anomalies with SQL – An Interview Challenge
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Mar 14, 2025 · Databases

Master MySQL JSON: From Basics to Advanced Queries and Indexing

This article introduces MySQL's JSON data type, explains its advantages and use cases, demonstrates how to create tables, insert JSON data, perform basic, conditional, nested, and sorted queries, modify data with JSON functions, and efficiently index JSON columns for faster retrieval.

JSONMySQLQuery
0 likes · 10 min read
Master MySQL JSON: From Basics to Advanced Queries and Indexing
Mike Chen's Internet Architecture
Mike Chen's Internet Architecture
Mar 12, 2025 · Databases

Comprehensive MySQL Core Commands Tutorial

This article provides a step‑by‑step guide to essential MySQL operations, covering connection methods, database creation and deletion, user management, password changes, data manipulation, query techniques, indexing strategies, performance tips, and backup procedures, all illustrated with complete command examples.

IndexingMySQLQuery
0 likes · 7 min read
Comprehensive MySQL Core Commands Tutorial
php中文网 Courses
php中文网 Courses
Dec 10, 2024 · Backend Development

Using PHP mysqli_query to Execute MySQL Queries

This article explains how to use PHP's mysqli_query function to connect to a MySQL database, execute SELECT, INSERT, UPDATE, and DELETE statements, and process results, including a complete example code snippet demonstrating connection, query execution, result handling, and cleanup.

MySQLQuerydatabase
0 likes · 4 min read
Using PHP mysqli_query to Execute MySQL Queries
Test Development Learning Exchange
Test Development Learning Exchange
Nov 21, 2024 · Fundamentals

Using SQL Syntax to Query Pandas DataFrames with the query Method

This tutorial demonstrates how to import pandas, create a sample DataFrame, and apply the DataFrame.query method with SQL‑like expressions—including basic, multiple, OR, IN, NOT IN, variable, and isin conditions—to filter data efficiently.

Querydataframepandas
0 likes · 6 min read
Using SQL Syntax to Query Pandas DataFrames with the query Method
php中文网 Courses
php中文网 Courses
Oct 10, 2024 · Backend Development

Using PHP mysqli_query to Execute MySQL Queries

This article explains how the PHP mysqli_query function can be used to run SELECT, INSERT, UPDATE, and DELETE statements against a MySQL database, provides a complete example with connection handling, error checking, result processing, and highlights related fetching functions.

MySQLQuerybackend
0 likes · 4 min read
Using PHP mysqli_query to Execute MySQL Queries
Python Programming Learning Circle
Python Programming Learning Circle
Jul 23, 2024 · Fundamentals

Deep Dive into Pandas query() for Powerful DataFrame Filtering

This article explains how to use Pandas' query() function to filter DataFrames with simple and complex conditions, covering single‑column filters, logical operators, text matching, arithmetic expressions, built‑in functions, datetime handling, and in‑place updates, all illustrated with clear code examples.

PythonQuerydataframe
0 likes · 9 min read
Deep Dive into Pandas query() for Powerful DataFrame Filtering
php中文网 Courses
php中文网 Courses
Jul 22, 2024 · Backend Development

Using PHP mysqli_query to Execute MySQL Queries

This article explains how to use PHP's mysqli_query function to perform MySQL operations such as SELECT, INSERT, UPDATE, and DELETE, including a full example that creates a connection, runs a query, processes results, and closes the connection.

MySQLPHPQuery
0 likes · 4 min read
Using PHP mysqli_query to Execute MySQL Queries
php中文网 Courses
php中文网 Courses
Jan 31, 2024 · Backend Development

Understanding and Implementing Laravel Scopes for Eloquent Models

Laravel Scopes provide a powerful mechanism to define reusable query constraints for Eloquent models, covering global, local, anonymous, and dynamic scopes, with step‑by‑step instructions on creation, application, removal, and best practices, enhancing code reuse, readability, and maintainability in backend development.

EloquentLaravelPHP
0 likes · 13 min read
Understanding and Implementing Laravel Scopes for Eloquent Models
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Dec 22, 2023 · Databases

Understanding NULL Values in MySQL

This article explains the nature of NULL in MySQL, demonstrates why comparisons with = or != fail, shows the correct IS NULL/IS NOT NULL syntax, and discusses how NULL behaves with DISTINCT, GROUP BY, ORDER BY, and aggregate functions.

AggregationMySQLNULL
0 likes · 6 min read
Understanding NULL Values in MySQL
Test Development Learning Exchange
Test Development Learning Exchange
Nov 24, 2023 · Databases

SQL Database Query Techniques for Data Analysis

SQL database queries are essential skills for data analysts, enabling them to extract, transform, and analyze data from databases through various operations like filtering, sorting, aggregation, and joining.

AggregationJoiningQuery
0 likes · 3 min read
SQL Database Query Techniques for Data Analysis
IT Services Circle
IT Services Circle
Nov 4, 2023 · Databases

SQL Query Examples and Explanations for the idc_evaluating Database

This article presents a collection of SQL statements—including SELECT, DELETE, DESCRIBE, and JOIN queries—targeting various tables in the idc_evaluating database, accompanied by detailed English explanations of their purpose, syntax, and result set structure.

Data RetrievalJOINMySQL
0 likes · 10 min read
SQL Query Examples and Explanations for the idc_evaluating Database
Architect's Guide
Architect's Guide
Aug 4, 2023 · Databases

Comprehensive MySQL SQL Optimization Strategies and Practical Examples

This article presents practical MySQL performance tuning techniques, covering query, pagination, join, subquery, order‑by, group‑by, and count optimizations with example code, index strategies, and execution‑plan analysis to improve latency in high‑traffic systems.

MySQLPerformanceQuery
0 likes · 13 min read
Comprehensive MySQL SQL Optimization Strategies and Practical Examples
Top Architect
Top Architect
Jan 11, 2023 · Big Data

Comprehensive Elasticsearch Query Guide with Java High Level REST Client Examples

This tutorial provides a thorough overview of Elasticsearch 7.13.2 query techniques—including term, terms, range, prefix, wildcard, boolean, filter, and aggregation queries—showing both raw DSL syntax and equivalent Java High Level REST Client code, enabling developers to quickly master search operations on large datasets.

AggregationJavaQuery
0 likes · 16 min read
Comprehensive Elasticsearch Query Guide with Java High Level REST Client Examples
Top Architect
Top Architect
Dec 20, 2022 · Databases

Elasticsearch DSL Query Syntax Overview (Version 7.x)

This article provides a comprehensive beginner-friendly guide to Elasticsearch 7.x DSL query syntax, covering core keywords, mapping types, query examples, boolean logic, and code snippets to help readers understand and construct effective search queries.

Big DataDSLQuery
0 likes · 8 min read
Elasticsearch DSL Query Syntax Overview (Version 7.x)
Architect
Architect
Dec 19, 2022 · Databases

Understanding Elasticsearch DSL Query Syntax (7.x)

This article provides a comprehensive guide to Elasticsearch 7.x DSL query syntax, explaining core keywords, field mappings, various query types such as match, term, range, fuzzy, and bool, and includes practical code examples for building effective search queries.

BigDataDSLElasticsearch7
0 likes · 8 min read
Understanding Elasticsearch DSL Query Syntax (7.x)
Top Architect
Top Architect
Oct 12, 2022 · Databases

SQL Execution Order and Performance Optimization Techniques

This article explains the logical execution order of SQL statements, highlights common performance pitfalls such as inefficient LIMIT usage, implicit type conversion, sub‑query updates, mixed sorting, EXISTS clauses, and demonstrates how to rewrite queries with JOINs, early range reduction, CTEs, and other optimizations to achieve dramatically faster execution times.

MySQLPerformanceQuery
0 likes · 15 min read
SQL Execution Order and Performance Optimization Techniques
Model Perspective
Model Perspective
Aug 12, 2022 · Fundamentals

Master Pandas query: Simple Filters, Complex Conditions, and Math Operations

Learn how to use pandas' query() function to filter DataFrames with single or multiple conditions, combine logical operators, handle string queries, and perform inline arithmetic and built‑in functions, illustrated with a synthetic dataset and step‑by‑step code examples.

PythonQuerydata analysis
0 likes · 5 min read
Master Pandas query: Simple Filters, Complex Conditions, and Math Operations
Java Architect Essentials
Java Architect Essentials
Aug 3, 2022 · Databases

Comprehensive SQL Server Database Operations and Replication Guide

This article provides an extensive collection of SQL Server commands and techniques covering basic database creation, table manipulation, advanced queries, backup and maintenance, as well as detailed steps for setting up linked servers, snapshot replication, and synchronization procedures between servers.

Linked ServerQueryReplication
0 likes · 23 min read
Comprehensive SQL Server Database Operations and Replication Guide
政采云技术
政采云技术
May 12, 2022 · Fundamentals

Understanding Lucene Query Process and Core Principles

This article explains Lucene's query types, the step‑by‑step query execution flow—including entry, rewrite, weight creation, scoring, and result collection—while providing code examples and performance considerations to help developers troubleshoot and optimize search performance.

BM25JavaLucene
0 likes · 15 min read
Understanding Lucene Query Process and Core Principles