
Explore how data are facts about objects. Learn how databases organize this data in tables with rows and columns, and how database management systems create, update, and retrieve information.
Create a database and a table in Teradata Studio by configuring a connection profile, selecting the correct profile, and executing create database, create table, and insert statements.
Dear Students,
I think Teradata has done some updates in TTU due to which you may not find Teradata SQL assistant tool option while installing TTU.As an alternative,I would recommend you to install Teradata Studio Express to write SQL Queries.
Below is the link to download Teradata Studio.
https://downloads.teradata.com/download/tools/teradata-studio-express
Sorry for the inconvenience.
Thanks
Discover how Teradata's primary index, created with a table, enables fast data access via hashing and data distribution across AMPs, with unique and non-unique options.
Learn the difference between set and multi set tables in teradata, demonstrating how set tables reject duplicates while multi set tables allow duplicates, and discuss performance implications.
Learn about no primary index in Teradata (13.0), which avoids hashing, distributes data randomly for faster loading in a multi set table.
Explore Teradata spaces—permanent space, spool space, and temporary space—and compare volatile tables with global temporary tables, including on commit preserve rules and how data and structure are retained or dropped.
Learn how to use union and union all in Teradata SQL to combine rows from multiple tables, handle duplicates, ensure matching column counts and data types, and compare performance.
Explore the Teradata primary index as the physical mechanism for data storage and access, including unique and non unique options, and compare it to the primary key concept.
Explore raid technology, a disk level data protection method that uses multiple disks and parity to protect data from failures and reconstruct it after disk replacement.
Open the Teradata administrator, establish a connection, and create a work database for the dbc user with allocated space and backup snapshots; then create tables in the worker database.
Create a new Teradata user in the administrator tool, set a password and space types (permanent, pool, temporary), configure profile and default database, then grant or revoke object rights.
Create tables with the create command, define columns and a primary index in Teradata, then insert values, delete rows, and drop tables, noting unique versus non unique primary indexes.
Explore alter and update commands in Teradata to add, drop, modify, or rename columns, adjust data types, and increment salaries. See practical examples demonstrating table changes and salary updates.
Learn how to use the concatenate function in Teradata to combine strings, such as first name and last name, and build phrases like 'my name is' with aliases.
Teradata fundamentals show how the upper and lower functions convert strings to uppercase or lowercase, with a sample query applying upper and lower to a table column.
Explore arithmetic operators in Teradata SQL, including addition, subtraction, multiplication, and division, with real-world salary examples and basic comparison and logical operator usage.
Explore the is null operator in Teradata, checking for null values (represented by a question mark) in a salary column to identify salary is null and salary is not null.
Explore how aggregate functions like count, sum, average, maximum, and minimum compute a single value from grouped data, ignoring nulls, using the group by clause to summarize salary by designation.
Practice aggregate functions with SQL queries to compute max, min, avg, sum, and count across departments, including department seven and IT, using group by.
Explore how to use subqueries with insert, update, and delete commands to manipulate employee data: filter by salary, update names, delete records, and insert results into another table.
Explore inner joins, outer joins (left, right, full), cartesian product, and self joins to combine records across tables, using on conditions and handling nulls for unmatched rows.
Explore the row_number analytic function in Teradata, showing how order by and optional partition by divide data into groups, assign sequential numbers, and support filtering with qualify.
learn how rank and dense_rank work in teradata, see how rank skips ranks on duplicates while dense_rank preserves consecutive rankings using a salary-based example ordered by salary.
Teradata fundamentals explain the difference between where, having, and qualify, showing how to use having with aggregate functions to filter groups, and how qualify filters analytic results.
Explore cumulative sales, moving average, and moving count calculations using window functions in Teradata. Compute per store and per month with unbounded preceding and partition by store number and month.
Why Teradata Database:
Teradata is considered to be one of the most popular database management system,famous for large data warehousing applications .Also, It is capable of handling large volumes of data and is highly scalable.
Why to Learn SQL:
SQL aka Structured Query Language is the most popular database language so it's use is everywhere whether we talk about Database,Data warehousing,Data Science or BI.Many big companies like Deloitte,Amazon,Netflix etc using this language to retrieve data from database.Important thing needs to understand that,the basic syntax of SQL for all databases is the same, so, if you have mastered SQL on Teradata, the use of SQL on other databases would not be a problem for you.
Career Perspective:
If you want to pursue a career in one of the above fields this course is right for you.In this course, we will make your foundation by starting from very basic and then later in the course,we'll cover some advance topics , so, in-case you are very new or have no knowledge of SQL,by the end this course,you will attain maximum knowledge of SQL.
Another aspect of this course is that not only I am going through all the concepts but also give the practical demonstration by writing SQL queries in Teradata SQL assistant tool.
The pace of this course is very slow,means,I will emphasize ample time on the subject and will try to cover everything that I can.
After this Course:
Once your are done with the course,you will have maximum knowledge of SQL and can apply these concepts in different fields as mentioned above.
Cheers..!!
Have a Great Learning..!!!