Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Chapter 6 1.

Write a database description for each of the relations shows, using SQL DDL (shorten, abbreviate, or change any data names as need for your SQL version). Assume the following attribute data types: STUDENT_ID (integer, primary key) STUDENT_NAME (25 characters) FACULTY_ID (integer, primary key) FACULTY_NAME (25 characters) COURSE_ID (8 characters, primary key) COURSE_NAME (15 characters) DATE_QUALIFIED (date) SECTION_ID (integer, primary key) SEMESTER (7 characters)

You might also like