Download Apache Open Office and use the database tool to open the “Student Clubs
ID: 3877517 • Letter: D
Question
Download Apache Open Office and use the database tool to open the “Student Clubs.odb” file available here. Take some time to learn how to modify the database structure and then see if you can add the required items to support the tracking of faculty advisors, as described at the end of the Normalization section in the chapter (beginning on p. 43). Review the Getting Started documentation The following resources and tutorials are available to help you quickly learn how to modify the database structure using “Base”: • SQ Lite Tutorial - This is SQLite tutorial. It covers the SQLite database engine, sqlite3 command line tool, and the SQL language covered by the database engine. • SQ Lite Experimentation - Here is what you do to start experimenting with SQLite without having to do a lot of tedious reading and configuration. • Learn SQ Lite - This reference has been prepared for the beginners to help them understand the basic to advanced concepts related to SQLite Database Engine. Specifically, this assignment is looking for the following items: • add a new Faculty Advisors table (similar to the Students table) • add a new field to the Clubs table to hold Faculty Advisor ID
Explanation / Answer
tables can be created using following query:
you can change the column names and types as per your requirement.
tables can be modified(i.e. to add the column) using following query:
if you want to add it as foreign key, then you can use following query:-
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.