Join Mark Niemann-Ross for an in-depth discussion in this video Correct information, wrong format, part of Database Clinic: SQLite.
- In this video, I'll show you how to use SQLite…to select the correct information,…but report in the wrong format.…I'll be using DB Browser for SQLite,…and I used the database we created for problem one,…and have opened it.…Let's go take a quick look at that data.…And here's the table.…You'll notice that it's still called second table,…and contains all the columns that we created in problem one.…
Let's take a look at the SQL that I've written in order…to generate the correct information, wrong format.…Now this is pretty simple SQL.…It's found in the example file searchSolution_1.sql,…and that's in the example files.…Lines one through seven are just a comment.…That's just there to identify what this file is,…and to help you understand what we're trying to do.…The meat of the SQL is lines 10 through 17,…and again this is fairly simple SQL.…
Lines 10 through 13 set up a select command,…and in the report that we create we are going to use…three columns, the County Name column,…and you can see that over here in the DB schema.…
Author
Released
10/13/2017- Strengths and weaknesses of SQLite
- Creating a database
- Joining data sets
- Calculations with SQLite and Python
- Searching a database
- Subqueries and queries in SQLite
- CRUD operations in SQLite with R
Skill Level Intermediate
Duration
Views
Related Courses
-
Database Clinic: MySQL
with Brad Wheeler1h 59m Appropriate for all
-
Introduction
-
Welcome1m 16s
-
The Database Clinic series1m 22s
-
-
1. SQLite in Five Minutes
-
A brief overview of SQLite2m 41s
-
Strengths of SQLite1m 33s
-
Weaknesses of SQLite1m 36s
-
-
2. Create a Database
-
Database creation2m 33s
-
Overview of solution1m 46s
-
-
3. Join Two Datasets
-
Join datasets2m 50s
-
Overview of solution3m 33s
-
Code review for R6m 45s
-
-
4. Search a Database
-
Search a database1m 51s
-
Overview of solution1m 19s
-
-
5. Create, Read, Update, and Delete Operations
-
CRUD operations2m 31s
-
Overview of solution1m 34s
-
-
6. Averages and Calculations
-
Calculations1m 59s
-
Overview of solution3m 51s
-
Create a forecast4m 57s
-
Insights on this problem2m 4s
-
-
Conclusion
-
Next steps59s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Correct information, wrong format