Page 1 of 1

Consider the following database information: domain s_id: integer domain grd: fixed length character string length 1 STU

Posted: Sat Jul 23, 2022 7:29 pm
by answerhappygod
Consider the following database information:
domain s_id: integer domain grd: fixed length
character string length 1
STUDENT_GRADE(

Student_Number: s_id NOT NULL -

Grade: grd ) Primary Key -

Student_Number -
During which phase of the database design process would this information be developed?

A. Logical
B. Physical
C. Conceptual
D. Implementation