Hi All
Iam new to sql and stored procedures..please can someone tell me what the follwoing code does....
declare @rates table
(
exchange_rate decimal (18,6),
gbp_exchange_rate decimal (18,6),
final_exchange_rate decimal (18,6),
General_Purpose_Code_Name varchar(10),
original_currency char(4)
)...