Entering content frame

Table Name (table_name) Locate the document in its SAP Library structure

A table name (table_name) identifies a table.

Syntax

<table_name> ::= [<schema_name>.]<identifier>

Explanation

Tables and view tables are identified by table names. A table name consists of a schema name (schema_name) and an identifier (identifier).

All table identifiers in one schema must differ from one another.

The database system uses certain table names for internal purposes. The identifiers of these tables begin with SYS. To avoid naming conflicts, therefore, you should not use table names that start with SYS.

An error message is displayed if the name has more than 32 characters.

SQL Statements

CREATE TABLE Statement

CREATE VIEW Statement

CREATE SYNONYM Statement

Additional SQL statements for data definition

CREATE SCHEMA Statement

 

Leaving content frame