This will be a very simple introduction to SQL (Structured Query Language), but instead of just doing the SQL, we'll be doing it in a C or C++ program.
You'll learn how:
- Connect to a database
- Look at its tables
- Query one or more columns within each table
- Do a little sorting
- Limit your output
- Process a result set in C/C++
Database 09 (Previous): Starting the design of a real database: https://youtu.be/WjODlAzqqdA
Database 10 (Next): Coming Soon
00:00 Introduction
01:29 Geting setup
05:22 Looking at the database to query
06:44 Setting up your code
07:55 Your first Query
08:51 Continuing your code setup
14:36 Coding a simple SQL Statement
16:55 Processing the returned data
19:04 Limiting the returned data
20:32 Querying for a specific column
22:22 Querying for unique values
23:23 Querying multiple columns - Strings and Integers
27:39 In Summary
Download
0 formats
No download links available.
Database 10: Introduction to SQL with C/C++ | NatokHD