This document discusses using SQL pass-through queries in SAS to more efficiently extract and transform data from relational database management systems (RDBMS) like Oracle, DB2, and SQL Server. It describes how pass-through queries process data directly in the RDBMS using native SQL functions rather than bringing all the data into SAS, which can increase processing speed for complex queries. It also highlights differences between RDBMS like differences in numeric precision and naming conventions that can cause issues if not addressed correctly in pass-through queries.