From the course: Learning Data Analytics Part 2: Extending and Applying Core Knowledge
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Building append queries
From the course: Learning Data Analytics Part 2: Extending and Applying Core Knowledge
Building append queries
- [Instructor] As an analyst, you may find that there are occasions where you need queries to perform actions in the data. There are queries that we can use to make tables, update data, or even copy data from one table to another. We've discovered that some of the data from our previous system did not make it into the new system. Because we need that data to achieve our reporting goals, we have to put the data into the database. Depending on the data and how it's governed, we'll determine if it's actually the analyst that puts this data in or one of the data engineers, or DBAs. No matter who accomplishes this task, it's always a good idea to know how to make queries actionable. I went back to the stakeholders, I asked them about the missing records. They were able to give me a spreadsheet of all the missing invoices and the missing orders. But there's just the missing parts of the data, it's not the entire dataset over again. This is great because I can just import the records in…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
Understanding queries3m 22s
-
(Locked)
Building basic select queries5m 9s
-
(Locked)
Building distinct queries3m 5s
-
(Locked)
Building queries with Joins6m 39s
-
(Locked)
Building append queries8m 56s
-
(Locked)
Building total queries7m 26s
-
(Locked)
Challenge: Total number of orders by customer37s
-
(Locked)
Solution: Total number orders by customer2m 7s
-
-
-
-
-
-
-