Function
sql
attribute-type attribute table &key database => datatype
A table.
An attribute from table.
A database.
A type.
attribute-type
returns the type of the attribute specified by attribute in the table given by table. The database, in which table is found, has a default value of*default-database*
. (attribute-type [ename] [emp]) => ("CHAR")
list-attributes