Creating a super Q-pointer

Follow these steps to create a Super Q-pointer called usacustomer to retrieve data from the Customers table.

Procedure

  1. Type u md emp
  2. Type q in attribute 1.
    Note: Attribute 2 is left blank, press ENTER to continue.
  3. Type oracle:odbc:emp in attribute 3.
  4. Type a table name in attribute 4, and then press CTRL+V. For example, type:
    EMP
  5. (Optional) Type a where clause, and then press CTRL+V. See Creating a super Q-pointer. For example:
    JOB = 'SALESMAN'
  6. Type a column name(s) from the Customer table (Northwind) database, and then press CTRL+XF to save to file. For example:
    EMPNO
    ENAME
    JOB
    MGR
    HIREDATE
    SAL
    COMM
    DEPTNO

    The Super Q-pointer emp displays.