Pageviews and counting

Showing posts with label GMR. Show all posts
Showing posts with label GMR. Show all posts

Saturday, August 29, 2020

BigQuery for Data Warehousing...Managed Data Analysis

Brief Book
BigQuery is a managed cloud platform from Google that provides enterprise data warehousing and reporting capabilities.
  • Part I of this book shows you how to design and provision a data warehouse in the BigQuery platform. 
  • Part II teaches you how to load and stream your operational data into the warehouse to make it ready for analysis and reporting. 
  • Parts III and IV cover querying and maintaining, helping you keep your information relevant with other Google Cloud Platform services and advanced BigQuery. 
  • Part V takes reporting to the next level by showing you how to create dashboards to provide at-a-glance visual representations of your business situation. 
  • Part VI provides an introduction to data science with BigQuery, covering machine learning and Jupyter notebooks.

Sunday, August 16, 2020

Learning SQL... Generate, Manipulate, and Retrieve Data

Brief Book
As data floods into your company, you need to put it to work right away—and SQL is the best tool for the job. With the latest edition of this introductory guide, author Alan Beaulieu helps developers get up to speed with SQL fundamentals for writing database applications, performing administrative tasks, and generating reports. You’ll find new chapters on SQL and big data, analytic functions, and working with very large databases.

Each chapter presents a self-contained lesson on a key SQL concept or technique using numerous illustrations and annotated examples. Exercises let you practice the skills you learn. Knowledge of SQL is a must for interacting with data. With Learning SQL, you’ll quickly discover how to put the power and flexibility of this language to work.
  • Move quickly through SQL basics and several advanced features
  • Use SQL data statements to generate, manipulate, and retrieve data 
  • Create database objects, such as tables, indexes, and constraints with SQL schema statements 
  • Learn how datasets interact with queries; understand the importance of subqueries 
  • Convert and manipulate data with SQL’s built-in functions and use conditional logic in data statements