Question: 1.Using the dbo.Nums table derive the calendar year (2015-15-1 through 12) months. (hint: use the Dataadd function). Make sure the result set has only 12
1.Using the dbo.Nums table derive the calendar year (2015-15-1 through 12) months.
(hint: use the Dataadd function). Make sure the result set has only 12 rows.
2. Generate the Numbers from Zero to 99 in descending order through a Cartesian product using the dbo.Digits table with itself.2
Select NumbersFromZeroTo99 =
From dbo.Digits
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
