Purchase Solution

Keeping Info about students and tutors

Not what you're looking for?

Ask Custom Question

Where do you think information about students and tutors such as name, address, phone and e-mail should be kept? Write the necessary SQL commands to be able to capture this information. Please refer to the attached image for more information related to the question.

Attachments
Purchase this Solution

Solution Summary

This solution helps with a problem regarding programming languages.

Solution Preview

Based on the given diagram, there are two tables - Student and Tutor, that store the list of students and tutors correspondingly. Therefore it seems logical that the name, address, phone and e-mail of the student should be kept in the Student table, while name, address, phone and e-mail of the tutor ...

Purchase this Solution


Free BrainMass Quizzes
Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

C++ Operators

This quiz tests a student's knowledge about C++ operators.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.