Skip to content
Tako Lee edited this page Feb 21, 2014 · 20 revisions

Option used to align main keywords or list items.

  • Align left

    • Align main keywords
    SELECT e.employee_id, 
           d.location_id  
    FROM   employees e,departments d  
    WHERE  e.department_id = d.department_id  
    • Align list items
  • Align Right

Clone this wiki locally