Tables Content
Below you can view the contents of all the tables used in this Report Generator demo.
FirstName | LastName | City | DateOfBirth | IsPreferred | HomeAddressId | BillingAddressId | Id |
---|---|---|---|---|---|---|---|
John1 | Doe1 | 2000-01-01 | False | 1 | 2 | 1 | |
John2 | Doe2 | 1980-06-06 | True | 3 | 4 | 2 |
City | ZipCode | Street | HouseNumber | HouseNumberAddition | Id |
---|---|---|---|---|---|
City1H | ZipCode1H | Street1H | 1 | H | 1 |
City1B | ZipCode1B | Street1B | 2 | B | 2 |
City2H | ZipCode2H | Street2H | 3 | H | 3 |
City2B | ZipCode2B | Street2B | 4 | B | 4 |
CustomerId | ProductId | Quantity | Date | DeliveryAddressId | Id |
---|---|---|---|---|---|
1 | 1 | 1 | 2020-08-10 | 1 | 1 |
1 | 2 | 2 | 2024-07-01 | 2 | 2 |
2 | 2 | 3 | 2019-03-14 | 3 | 3 |
2 | 3 | 7 | 2022-05-12 | 3 | 4 |
2 | 3 | 2 | 2024-09-08 | 4 | 5 |
Name | Id |
---|---|
Product1 | 1 |
Product2 | 2 |
Product3 | 3 |
ProductId | From | UpTo | Price |
---|---|---|---|
1 | 2018-01-01 | 2022-01-01 | 20 |
1 | 2022-01-01 | 25 | |
2 | 2020-01-01 | 2023-01-01 | 30 |
2 | 2022-01-01 | 32 | |
3 | 2021-01-01 | 2024-01-01 | 50 |
3 | 2024-01-01 | 60 |
The small window you are using greatly diminishes your demo experience. Please consider viewing using a larger window.
Command Text:
SELECT
[Customer].[Id] [Customer_Id],
[Customer].[FirstName] [Customer_FirstName],
[Customer].[LastName] [Customer_LastName],
[Customer].[DateOfBirth] [Customer_DateOfBirth],
[Customer].[IsPreferred] [Customer_IsPreferred],
[Customer].[HomeAddressId] [Customer_HomeAddressId],
[Customer].[BillingAddressId] [Customer_BillingAddressId]
FROM [Customer] [Customer]