As you've learned earlier, BigQuery is that pay for what you use pricing model. You don't pay for any setup or infrastructure, all that is managed fully behind the scenes. Now let's talk a bit more about the pricing specifics and how you can optimize your queries for cost. To understand pricing for BigQuery, we have to understand what a unit of work for BigQuery is. BigQuery does work on the order of jobs. A job is a task, so it can be a querying tasks, much like you're running a SQL query, but also it could be loading data, exporting data. All of these things take time and resources for BigQuery to execute. Now you can do multiple jobs at once. For example, if you had for your Google Cloud Platform Account, you had 20 different users. Everyone's executing jobs inside of BigQuery, maybe of a team that's loading data in and you have ten analysts that are querying data. You could have multiple jobs that are running concurrently at the same time asynchronously. The job to perform tasks, and if you needed to check back on those jobs, the history of them is stored for six months. You can potentially repeat and import job or take a look at some of the other things that you've done. Let's talk how that relates to pricing. Four jobs, you have querying data, loading data, extracting data as an example to Google Cloud Storage or copying tables, for example, if you wanted to say, hey, let's mirror our production data in our development environment, we're just going to copy that table on over. For pricing purposes, great news for you guys, is that three of the four jobs are free. Loading or ingesting data into BigQuery is free, extracting it to Google Cloud Storage is free, and copying tables are free. The two main components of cost for BigQuery, again, consumption-based is your charge for the amount of data that you process, or the bytes like the amount of gigabytes or megabytes or terabytes that you process, and for the storage cost of storing your data permanently on disk. Now, largely you've seen we're querying these public datasets. Obviously you're not charged for public datasets, the BigQuery team can manage it host stores. But in the next course, we're actually creating your very own dataset. You'll actually be having to use these permanent tables that are stored within the query, and we'll get into how much those costs and just a few slides.