Question
NOTE:
by using Android Studio .Please if you can provide SCREENSHOTSresults and process is the most important parts.
NO ONLY NEED CODE BECAUSE I HAVE IT AND DID IT BUT NEED JUST YOUR RESULTS PHOTOS AND PROCESS THATS COULD HELP ME IN MY PROCESS.



Project 2: Course Management App Project description: This android app helps student manage their courses. It enables a stude
0 0
Add a comment Improve this question Transcribed image text
Answer #1

sol;

programme for subpart 1

1. CREATE TABLE Course_Info(

C_No int NOT NULL,

C_Name varchar (200),

Lecturer varchar (200),

Term int,

Credit int,

PRIMARY KEY(C_No)

  );, Here Couse no is used as primary key.

programme for 2nd part

2. CREATE TABLE Student_Info(

S_No int NOT NULL,

S_Name varchar (200),

Major varchar (200),

PRIMARY KEY(S_No)

  );

from that above programme here student no is used as primary key

programme for 3rd sub part

3. CREATE TABLE Student_Course(

S_No int NOT NULL,

C_No int NOT NULL,

PRIMARY KEY(S_No, C_No),

FOREIGN KEY(S_No) REFERENCES Student_Info(S_No),

FOREIGN KEY(C_No) REFERENCES Course_Info(C_No)

);

In Student_Course table (S_No, C_No) are used as primary key, where S_No and C_No are both foreign keytable by using "INSERT INTO " clause and deletion can be done by "DELETE FROM" clause.

Add a comment
Know the answer?
Add Answer to:
NOTE: by using Android Studio .Please if you can provide SCREENSHOTSresults and process is the most...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Project 2: Course Management App Project description: This android app helps student manage their courses. It...

    Project 2: Course Management App Project description: This android app helps student manage their courses. It enables a student to check the course details (lecturer, term, credits), browse his or her courses, add or remove a course Function modules: 1. Database: build a database for course management, including at least a table for course information (Course number, Course Name, Lecturer, Term, Credit) 2 a table for student infomation (Student number, name, major) a table for student-course (student number, course number)...

  • Sample project -Android Studio connected with Sqlite databse or by using Mysql also . create an...

    Sample project -Android Studio connected with Sqlite databse or by using Mysql also . create an sign-in app where students could login with ( student id and password) register with ( name ,student id and password,email) also the possiblity for the student to change his password . that app must be connected to your database DO NOT ANSWER BY SENDING A CODE WRITING BUT WITH A SCREENSHOTS OF YOUR WORK WITH ALL DETAILS INSIDE .

  • You have been approached by a University for the design and implementation of a relational databa...

    You have been approached by a University for the design and implementation of a relational database system that will provide information on the courses it offers, the academic departments that run the courses, the academic staff and the enrolled students. The system will be used mainly by the students and the academic staff. The requirement collection and analysis phase of the database design process provided the following data requirements for the University Database system. Using the following requirements answer this...

  • DATABASE SYSTEMS Project INDIVIDUAL WORK DELIVERABLE #: SUBMISSION DATE No Group Work Allowed Apr...

    DATABASE SYSTEMS Project INDIVIDUAL WORK DELIVERABLE #: SUBMISSION DATE No Group Work Allowed April 8 Introduction to Coursework You have been approached by a University for the design and implementation of a relational database system that will provide information on the courses it offers, the academic departments that run the courses, the academic staff and the enrolled students. The system will be used mainly by the students and the academic staff. The requirement collection and analysis phase of the database...

  • Someone please answer all of these. I need these badly. The submission date is knocking at...

    Someone please answer all of these. I need these badly. The submission date is knocking at the door. Experiment 1: SQL data definition and data insertion 46 hours) 1. CREATE TABLE. The database schema consists of the three relations, whose schemas are: S (Spa, Sname. Sgender, Sage, Sdert? // students(SID, name, gender, age, department) SC (Spa, Cne. Grade) //Course(SID, CID, grade) C (One Cname Crno. Ceredit) l/courses (CID, course name, prerequisite courses, credit) 2. DROP TABLE, ALTER TABLE, CREATE INDEX,...

  • 4. Write SQL data definition commands for each of the following queries: a. How would you add an attribute, Class, to the Student table? b. How would you remove the Registration table? c. How would you change the FacultyName field from 25 characters

    Problems and Exercises 1 through 9 are based on the dass scheduling 3NF relations along with some sample data shown in Figure 6-11. Not shown in this figure are data for an ASSIGNMENT relation, which represents a many-to-many relationship between faculty and sections.4. Write SQL data definition commands for each of the following queries:a. How would you add an attribute, Class, to the Student table?b. How would you remove the Registration table?c. How would you change the FacultyName field from...

  • Would you please help me with this homework ? 1- Explain what requirements this ER diagram...

    Would you please help me with this homework ? 1- Explain what requirements this ER diagram is implementing 2- Draw an ER diagram (relationships) for the following business rules in a company: • A salesperson manages one or many other salespeople while a salesperson is managed by only one salespeople. • A salesperson can be an agent for many customers but a customer is managed by only one salesperson. • A customer can place many orders. But an order can...

  • python anywhere questions. A Class Management System, Part 2 Please also refer to the description provided...

    python anywhere questions. A Class Management System, Part 2 Please also refer to the description provided in Part 1 of the project “A Class management System”. You have had a chance to state your understanding of the requirements for this project, draft a preliminary design, and express it by means of UML diagrams. Now it’s time to implement your design. As stated in the original requirements, there will be three categories of users: 1. Students 2. Instructors 3. Administrators Recall...

  • This is database system concept. 1.Find the ids of instructors who are also students using a...

    This is database system concept. 1.Find the ids of instructors who are also students using a set operation. Assume that a person is identified by her or his id. So, if the same id appears in both instructor and student, then that person is both an instructor and a student. Remember: set operation means union, intersect or set difference. 2.Find the ids of instructors who are also students using the set membership operator. 3.Find the ids of instructors who are...

  • The case study is about the analysis of the students’ understanding in analyzing a given scenario...

    The case study is about the analysis of the students’ understanding in analyzing a given scenario and practical skills to apply concepts and build diagrams studied in IT242 (Software Engineering). The case study consists of five parts. Students are required to answer all these parts based on the below scenario. The SEU has adopted a blending approach to electronic learning, requiring learners to attend class lectures (25%), while 75% of course time is assigned to virtual classes, learning forums and...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT