Investigate whether your DBMS can accommodate the two new requirements for the DreamHome case study given in Step 8 of this chapter. If feasible, produce a design for the two requirements and implement them in your target DBMS.
What will be an ideal response?
Again the student will have to investigate the functionality of the target DBMS to assess
whether the new requirements can be made. If yes, the student should implement the new
requirements and also suggest further enhancements.
You might also like to view...
What is another word for a subscript?
A. superscript B. subroutine C. variable D. index
Explain the difference between IIS alone and IIS on an application server.
What will be an ideal response?
By default, Expression Web adds a(n) ____ at the beginning of each new style name.
A. period (.) B. pound or number symbol (#) C. asterisk (*) D. percent sign (%)
The header line ____ declares calc to be a pointer to a function that returns an integer.
A. int *calc() B. int (*calc)() C. int &calc() D. int calc(*)