以下SQL99语句描述的是() 。 CREATETYPEEmployee( nameString, ssn integer); CREATE TYPE Manager UNDER Employee( degreeString, deptString);