#TableType

##Enum Properties

  • Table - A SQL table entity that holds physical data relational to other tables.
  • View - A SQL view entity that references tables to get its data.
  • StoredProcedure - A SQL stored procedure that can perform conditional logic to produce a set of data on multiple tables or views.
  • Synonym - A SQL synonym that creates an alternate name for a database object like a table, view, or stored procedure.