Database fundamentals questions.
Find Database fundamentals university examination questions in acaproso.com
# | Question |
---|---|
1 | Notown Records has decided to store information about musicians who perform on its albums (as well as other company data) in a database. The company has wisely chosen to hire you as a database designer (at your usual consulting fee of $2,500/day).
Respond to the following questions Short answers |
2 | Consider the following Database schema
Professor (SSN, FirstName, middleName, LastName, salary, rank) Project (Pid, SSN, Title, startyear,location,amount, sponsoredBy) Student (regNo, SSN, FirstName, middleName, LastName, yearOfStudy, PID)
USING SQL COMMANDS PERFORM THE FOLLOWING TASKS
Short answers |
3 | Consider the following scenario Short answers |
4 | A company database need to store information about employees (identified by ssn, with first name, middle name, surname, salary and phone), departments(identified by dno, with dname, address and budget) and children of employees (with name and relationship and DOB). Employees work in departments, each department is managed by an employee, assume that only one parent works for the company) is known. We are nt interested in information about a child once the parent leaves the company.
Short answers |
5 | What is the long form of SQL? Short answers |
6 | List down atleast five functions of MYSQL. Multiple choices |
7 | List down atleast four database management system Short answers |
8 | Differentiate between database and database management system Short answers |
9 | Differentiate between bprimary key and foreign key Short answers |
10 | Differentiate bewtween entity and attribute Short answers |