I have a table with 10 records, each record with columns A1, A2, A3 etc. A second table also has 10 records with columns B1, B2, B3 etc. I want to write a query that returns 10 records with columns A1/B1, A2/B2, A3/B3 etc. Is this possible without creating temporary tables?