A schema R of a relation R describes the structure of data in a relation R and is denoted as sch(R) or as R.
The notation is defined as follows:
R(A1:D1,A2:D2,…,An:Dn)
where Ai is an attribute of with domain Di.
Example:
phone_book(name:string,street:string,number:integer)