News

SQL lets you use one command to quickly create a new table containing a subset of records from a larger table while working in Access. Sound complicated? It's not, as Mary Ann Richardson shows us.
As a result, you can now create a PROC SQL view, DATA step ... /* create access descriptor */ create work.employee.access; server=server1; database=personnel; user=carmen ... In this example, data is ...