|
Rate question difficulty level
|
0
|
0 Votes
|
let's say you are to write a stored procedure that should decide upon with of its parameters
which table to select from.
for example : if the parameter value is '1', select from the customers table.
if the parameter value is '2', select from the orders table.
write a stored procedure that will demonstrate such a select query.