This is the code repository for Teradata Cookbook, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.
Teradata is an enterprise software company that develops and sells its eponymous relational database management system (RDBMS), which is considered to be a leading data warehousing solutions and provides data management solutions for analytics. This book will help you get all the practical information you need for the creation and implementation of your data warehousing solution using Teradata.
The book begins with recipes on quickly setting up a development environment so you can work with different types of data structuring and manipulation function. You will tackle all problems related to efficient querying, stored procedure searching, and navigation techniques. Additionally, you’ll master various administrative tasks such as user and security management, workload management, high availability, performance tuning, and monitoring.
This book is designed to take you through the best practices of performing the real daily tasks of a Teradata DBA, and will help you tackle any problem you might encounter in the process.
All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.
The code will look like the following:
/*Correlated query*/
SELECT Column1, Column2
FROM Table1 Tb1
WHERE Column1 IN
(
Readers of this book should have working knowledge of the Teradata database and SQL writing. In order to install and connect to Teradata, readers have to download the software mentioned by creating a free account on the Teradata developer website.
If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.