SELECT technical_report ( RECURSES amendment_to ) WHERE acronym_document = 'ZZ122'; |
ROW data type, which renders an attribute tuple-value.
CREATE TABLE person (
name VARCHAR(40),
age INT,
address ROW ( street VARCHAR(30),
location VARCHAR(20),
telephone ROW ( areacode CHAR(5),
number CHAR(7) )));
|
|
I wonder what chairs think about all day: “Oh, here comes another asshole.” |