Creates an integer table with predefined columns and rows.
This procedure generates a sample integer table. The generated table will have the columns Amt, Min, and Max and two predefined rows of data:
Amt
Min
Max
100
10
300
200
5
500
This procedure will consistently generate the same table. It can be easily expanded, modified, or used as a foundation for further data processing.
table
A table with columns Amt, Min, and Max, and two rows of sample integer values.
create an integer table
Last updated 6 months ago
Was this helpful?