1. Write program commands to declare a numeric variable named counter and a variable-length character string variable na
Posted: Mon May 09, 2022 7:02 am
1. Write program commands to declare a numeric variable named
counter
and a variable-length character string variable named my_string.
Assign
the value 100 to counter, and the text “Hello World” to my_string,
and
display the values on two separate lines. Save the file as
3ACase1.sql.
counter
and a variable-length character string variable named my_string.
Assign
the value 100 to counter, and the text “Hello World” to my_string,
and
display the values on two separate lines. Save the file as
3ACase1.sql.