Showing entries 91 to 100 of 44799
« 10 Newer Entries | 10 Older Entries »
Top 50 MySQL Interview Questions and Answers for Every Skill Level 

Explore the top 50 MySQL interview questions and answers fit both for newbies and experienced devs. Get prepared with real-world MySQL queries.

The post Top 50 MySQL Interview Questions and Answers for Every Skill Level  appeared first on Devart Blog.

MySQL HeatWave 9.4.2 – Improvements In Reloading Data Into The HeatWave Cluster After Rebooting

Quick Overview of Data Reloading in MySQL HeatWave After Reboot In MySQL HeatWave, the in-memory cluster (RAPID engine) stores data in volatile memory, so a reboot of the DB System or HeatWave cluster (e.g., due to maintenance, upgrades, or failures) typically requires reloading data to restore full functionality. Prior to MySQL 9.2.0, reloading involved manually […]

MySQL HeatWave 9.4.2 - Improvements In Reloading Data Into The HeatWave Cluster After Rebooting

This blog post explains the in-memory data cluster reloading improvements of MySQL HeatWave version 9.4.2

Modular Magic: Reusing Code in MySQL with the New LIBRARY Feature

An overview of Library Feature in the MySQL HeatWave managed cloud service and elsewhere.

Querying the Unstructured: Natural Language to SQL for JSON Data

Bridging natural language processing with semi-structured data brings both opportunity and complexity.

MySQL HeatWave GenAI’s NL2SQL feature shows how natural language can simplify data interaction — even for JSON documents. Yet, because JSON embeds both data and metadata within a single column, LLMs may struggle without explicit schema cues.

By creating well-structured views that reveal JSON’s internal organization, you can transform unstructured data into a relational format the model understands — improving both query accuracy and overall usability.

This approach highlights how MySQL HeatWave continues to evolve as a powerful engine for intelligent, natural language–driven analytics.

The post Querying the Unstructured: Natural Language to SQL for JSON Data first appeared …

[Read more]
MySQL Basics: Turning the Page—Using LIMIT and OFFSET for Pagination

Discover how to tame big tables using LIMIT and OFFSET in MySQL! This post makes pagination easy for newcomers, using friendly library metaphors, step-by-step SQL examples, and practical tips to help you view your data one page at a time.

Removing the index guesstimate with MySQL Autopilot Indexing

This blog post introduces the MySQL Autopilot Indexing feature.

Interact with MySQL in natural language

We are excited to announce the release of Natural Language to SQL (NL2SQL) capability for MySQL (with the AI option) and MySQL HeatWave cloud service. Natural language interface is essential for modern data platforms, allowing users to explore information more quickly.

Build a Smart Weather Agent with LangChain and MySQL HeatWave GenAI

Agentic AI represents a significant leap forward from simple chatbots. Instead of just responding to a single question, an AI “agent” can proactively pursue a goal. It can decompose a complex request into a logical series of steps, choose the right tools for each step—like querying a database or running a calculation—and then execute that […]

Build a Smart Weather Agent with LangChain and MySQL HeatWave GenAI

This article showcases the power of combining the LangChain framework with an LLM hosted on MySQL HeatWave GenAI. Our goal is to create an agent that can answer the question, "What is the current weather in Fahrenheit?". To do this, the agent must first fetch the weather (which is in Celsius) and then convert it to Fahrenheit, a classic multi-step task. This agent will demonstrate how a Large Language Model (LLM) can use tools and a logical sequence of steps to solve a problem.

Showing entries 91 to 100 of 44799
« 10 Newer Entries | 10 Older Entries »