Isql tutorial

    isql show tables
    psql show tables
    psql show tables in schema
    psql show tablespaces
  • Isql show tables
  • Isql commands...

    User's Guide
       Part II. Tutorials
         Chapter 5.

    Firebird isql show tables

  • Firebird isql show tables
  • Firebird isql connect to database
  • Isql commands
  • Isql download
  • Isql example
  • Using ISQL
          Displaying data in ISQL


    To list all the columns and rows of the employee table:

    • Type the following:           
    emp_id manager_id emp_lname emp_fname ...
    102501FranWhitney...
    105501MatthewCobb...
    129902PhilipChin...
    1481293JulieJordan...
    160501RobertBreault...
    ... 

    Notes

    • SQL statements are case insensitive.

      SELECT is the same as select is the same as Select. In the examples, SQL keywords are shown in upper case, but you do not have to type them in upper case.

    • SQL statements can be typed on more than one line. You can type the statements all on one line, or break them over several lines as you wish.

      Some SQL statements, such as the SELECT statement, consist of several parts, called clauses. In many examples, each clause is placed on a separate line, but you do not have to type them this way.


    Scrol

      psql show tables size
      psql show tables columns