Showing entries 11 to 20 of 47
« 10 Newer Entries | 10 Older Entries »
Displaying posts with tag: MySQL Basics/How-To (reset)
Deploying on OCI using the starter kit – part 1

If you want to create a new application, test it, and deploy it on the cloud, Oracle Cloud Infrastructure provides an always-free tier for compute instances and MySQL HeatWave instances (and more). If you are a developer, it can also be complicated to start deploying to the cloud, as you need to figure out the […]

MySQL Basics: Don’t Lose It—Backing Up and Restoring Your Database

Congratulations, library explorer! You’ve journeyed from empty shelves and head-scratching table structures to a bustling digital library, complete with secure doors and well-organized stacks. Now, as you place the final book in your collection, there’s one crucial skill left before you can truly claim the title of database master: keeping your hard-earned data safe for […]

MySQL Basics: Safe and Sound—User Management and Database Security

If you’ve been following along on your MySQL library adventure, you now know how to build sturdy shelves (tables), fill them with treasured books (data), and ask clever questions (queries) to your database. But—plot twist!—there’s another important character in our story: security. After all, what good is your carefully cataloged collection if just anyone can […]

MySQL Basics: Trust the Process—Mastering Transactions Step by Step

You’ve made it this far in your MySQL adventure: your digital library boasts neat shelves (tables), well-behaved columns, and students—err, readers—lined up in orderly rows. You can create tables, insert new authors, update overdue fines, and remove that one book nobody wants to talk about. But what happens when you need to make several changes […]

MySQL Basics: The Inside Track—Speeding Up Searches with Indexes

Congratulations, library legend! If you’ve made it this far, you already know how to select rows, join tables, and summarize data in MySQL. You might even feel like the database’s resident Sherlock Holmes, unearthing facts with dazzling efficiency. But what happens when your digital library comes alive, and your once-tidy student and book tables start bursting at the digital […]

MySQL Basics: Count Me In—Aggregating and Grouping Your Data

Welcome back, library explorer! By now, you’ve learned how to select data with SELECT, peek at your digital shelves, and even master the art of paging through a crowded student register using LIMIT and OFFSET. But what if you want answers to those big questions, like “How many student records have I collected?” or “What’s the earliest book checked […]

MySQL Basics: Join the Party—Bringing Tables Together with JOINs

Welcome back, library explorer! Now that you’ve mastered the art of keys and relationships in your MySQL adventure, you’re ready for the next plot twist: discovering how data in one table connects to data in another. If you’ve ever wished your database could gossip between its tables—exchanging juicy details about students, books, and more—today’s the […]

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 RAG System with LangChain and MySQL HeatWave GenAI

Retrieval-Augmented Generation (RAG) is a powerful technique that enhances the capabilities of Large Language Models (LLMs) for enterprise data. By grounding the model in information from your vector store/knowledge base, RAG helps produce more accurate, relevant, and trustworthy answers. MySQL HeatWave is a fully managed MySQL database service that combines transactions, analytics, machine learning, and […]

MySQL Basics: The Keys to the Kingdom—Primary and Foreign Keys Explained

Congratulations! If you’ve been following along, your digital library is now open for business—with tables for students, books, and all sorts of valuable catalog data. But what’s keeping your library organized, ensuring you don’t accidentally hand out two cards to the same bookworm, or have enrollments referencing students from a parallel universe? This is where […]

Showing entries 11 to 20 of 47
« 10 Newer Entries | 10 Older Entries »