The power of being able to store large amounts of data in a database is only made useful if that data can be searched. In this video, instructors are challenged to search through a dataset to find specific information.
- Our next challenge involves a needle and a haystack.…Search is arguably the most important…function of any database.…Combing a vast haystack of data for…a specific needle of information…is one of the most common computing tasks.…Google alone processes over…40 thousand searches every second.…That's almost a million searches…since I started talking.…If you're only combing a 30 line spreadsheet,…search can be pretty easy.…
In fact, it might be just as easy…to browse around as it is to use the find dialog.…Unfortunately, many databases are large,…containing terabytes or petabytes of information.…It wouldn't be practical to page through the data…looking for a specific value.…Likewise, searches can be complex.…It's one thing to look for a known number,…but it's more difficult to look for something,…like say the highest salary of dog walkers…in states with rainfall higher than the national average.…
That kind of complex search requires a database…with a sophisticated query language.…Structured query language, or SQL,…
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 Intermediate
-
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: Search a database