Teradata Certification Associate Exam Practice Guide
eBook - ePub

Teradata Certification Associate Exam Practice Guide

Tom Coffing

Share book
  1. 173 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Teradata Certification Associate Exam Practice Guide

Tom Coffing

Book details
Book preview
Table of contents
Citations

About This Book

If you want to pass the certification test and become a "Teradata Certified Associate, " then this book is for you. Tera-Tom, a Teradata Certified Master who has more than 25 years of Teradata experience, explains the fundamentals of Teradata, relational databases, and every subject you need to pass the test. With hundreds of sample questions and Tom's easy explanations, you will soon be knowledgeable and certified on Teradata. Having Teradata knowledge and your certification means that the sky is the limit on your career.

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is Teradata Certification Associate Exam Practice Guide an online PDF/ePUB?
Yes, you can access Teradata Certification Associate Exam Practice Guide by Tom Coffing in PDF and/or ePUB format, as well as other popular books in Computer Science & Data Warehousing. We have over one million books available in our catalogue for you to explore.

Information

Year
2019
ISBN
9781940540405
Chapter 1 – Database Concepts
“I find that the harder I work the more luck I seem to have.”
– Thomas Jefferson
Image
Teradata Certification Exams, Releases, and Websites
Image
Teradata Certification (TCPP) Website:
www.teradata.com/certification.
Bypass Exams with Prior Teradata 14 Certification information:
www.teradata.com/products-and-services/Certification/Database#waivers
Registration Information:
www.pearsonvue.com/teradata
TCCP Contact Information:
email: [email protected] phone: 1-800-845-2273
The Certification Exams use the Teradata releases above. The Teradata Certification Exams will be updated periodically to the latest Teradata release. The websites listed above provide additional information. The first website listed above explain the concepts and objectives for each exam.
Teradata Database Certification and Exam Path
Image
The current Teradata Certification Exams are listed above. You can earn a wide variety of Teradata Certified Designations depending upon the tests completed. The exams require knowledge plus experience with Teradata release 16 and higher. Many of the test questions are scenario-based, and Teradata experience is needed to answer many of the questions, but the Tera-Tom Certification books will teach you what you need to know to give you the best chance of passing.
Teradata Associate Exam Objectives and Section Weightings
Image
The exam objectives and section weightings above describe the content covered on the Associate Exam.
What is Parallel Processing?
“After enlightenment, the laundry”
- Zen Proverb
Image
“After parallel processing the laundry, enlightenment!”
-Teradata Zen Proverb
Two guys were having fun on a Saturday night when one said, “I’ve got to go and do my laundry.” The other said, “What?!” The man explained that if he went to the laundry mat the next morning, he would be lucky to get one machine and be there all day. But, if he went on Saturday night, he could get all the machines. Then, he could do all his wash and dry in two hours. Now that’s parallel processing mixed in with a little dry humor!
What is a Database?
Image
A table is made up of columns and rows. The CustomerTable has two columns and five rows. The Order Table has four columns and four rows.
Each row (also called a record) contains one instance of all the columns (also called fields) in a table.
Databases provide a mechanism for organizing data. Relational databases store data in tables. The storing, managing and retrieving of data are qualities of a database.
A table looks almost like an Excel spreadsheet because it has columns and rows, but a spreadsheet is considered a flat file. Tables in a relational database have relations with other tables. Notice the CustNo column is in two tables.
What is SQL?
Image
Relational database management systems (RDBMS) use SQL (structured query language), pronounced either (Sequel or S Q L) as a database query language. Humans communicate with the help of varying languages, but SQL is a common language that all relational databases understand. The commonality of SQL is because of the American National Standards Institute (ANSI), which has representatives from most RDBMS Companies. ANSI compliant database can use a common SQL language, but each database will add extensions to their SQL to make them special. It is the SQL that is used to create, manage, manipulate, and query database objects, such as tables or views.
How Can You Use a Database?
Image
Not all databases are alike. Teradata is special. No two database systems are the same.
There are Two Types of Databases
Image
SQL databases have relations between tables and include constraints on data types and consistency. NoSQL does away with relational rules for the sake of speed, flexibility, and scale. Relational databases follow strict rules. NoSQL provides documents, contracts, pictures, and XML or JSON (Java Script Object Notation).
Relational Database Model and Mathematical Set Theory Concepts
Image
Set theory is a branch of mathematical logic that studies sets. In theory, no two rows of a table can be duplicated, thus the name SET Table. A Teradata MULTISET table allows duplicate rows.
Set theory is a collections of objects. Although any type of object can be collected into a set, set theory is applied most often to objects that are relevant to mathematics.
A Relational database model uses conce...

Table of contents