-- Print the total number of rows in the dataset.
select count(*) as Total_Customers 
from cust_dimen;