Question

[3.0] make 10 questions for the database design [4.4] make 4 questions for the system processes...

[3.0] make 10 questions for the database design

[4.4] make 4 questions for the system processes (application)

[5] Find out ten queries (for certain data retrieval or update) for your group project. (1 point)

Homework Answers

Answer #1

Ans:1 Most important data base design questions can be:-

1.Define Database Design?

2. Define the term Logical Design Of A Database?

3 Describe Logical Data Model?

4.What do you mean by Physical Data Model?

5.What Is the concept of Conceptual Design Of A Database?

6. What Are important fuctions Of A Physical Data Model

7.What Are functions Of Conceptual Data Model?

8.Distinguish Between Logical Data Model And Conceptual Data Model?

9. Define the term Data Modeling?

10. What Are The Steps included To Design Logical Data Model?

Questions on System process:-

Q1:-Give some advantages of multithreaded programming.

Q2: Define Fragmentation?

Q3: Explain advantages and disadvantages of a command line interface?

Q4:What do you mean by plumbing?

Ans3:10 queries can be:-

Q1. Write a SQL query to fetch the count of employees working in project 'C1'.

Q2: Write a SQL query to fetch employee names having salary greater than or equal to 5100 and less than or equal 10100

 

Q3: Write a SQL query to fetch all the Employees who are also ext-managers from EmployeeD

Q4:-please write a query to fetch employee names and salary records. Return employee details even if the salary record which isnot present for the employee.

 

Q5: Write a SQL query to provide duplicate records from a table

Q6: Provide a SQL query to fetch only odd rows from table.

Q7:Write a SQL query in order to provide all the Employees details from EmployeeDetails table who joined in Year 2022

Q8:- Write SQL query in order to find the nth highest salary from table.

Q9:Write Sql query update emp_id if emp_name='Flash'

Q10:Insert empname,empnumber,empaddreess values Rakesh,1234,CTF-3/1

 

.

Know the answer?
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
Similar Questions
Task: The understanding of database analysis and design are necessary to develop a database management system....
Task: The understanding of database analysis and design are necessary to develop a database management system. Choose a real-world example to illustrate the effectiveness of database systems in the business world? In order to do that, you are asked to design and implement a database system for any business of your choice. By developing this database system, you should be able to achieve better business processes and operations with goal to enhance how the average person views and interacts with...
Description In this project you will practice what we have learned in class about Design, ER...
Description In this project you will practice what we have learned in class about Design, ER Diagrams, Relational Models, DDL, SQL, CRUD (Create, Update, Delete) operations, associated queries, and mock data population. The goal is to create a realistic professional database/development experience. This assignment will describe the requirements for the database as you might receive them. You will need to fill in the details as you work on it. You will find that your work may be iterative, and you...
Design a cast iron (kd=8*10‐4 ft) pressurized system (pipe diameter) that would convey water at 2...
Design a cast iron (kd=8*10‐4 ft) pressurized system (pipe diameter) that would convey water at 2 ft3/s from two elevated tanks separated 200 ft long. The difference in water surface elevation between the tanks is 20 ft and the kinematic viscosity is 1.217*10‐5 ft2/s. Along the system the entrance loss and the exit loss have a KL of 0.5 and 1, respectively. Two 90 degrees bends are present (KL=3) and a global valve (KL=10) is also installed along the system.
In this word problem you will be given a sample of data from a normal population...
In this word problem you will be given a sample of data from a normal population along with a confidence level. It is your project to define what variable that sample data represents, and what the population is that your t-Interval will make an inference on. Given the following data, create your own word problem and answer the following questions. (1-6) Sample data: 1.3, 1.7, 1.7, 2.0, 2.3, 2.3, 2.7, 3.0, 3.0, 3.0, 3.3, 3.3, 3.7, 3.7, 4, 4 Confidence...
Garden Glory Project Questions Assume that Garden Glory designs a database with the following tables: OWNER...
Garden Glory Project Questions Assume that Garden Glory designs a database with the following tables: OWNER (OwnerID, OwnerName, OwnerEmail, OwnerType) OWNED_PROPERTY (PropertyID, PropertyName, PropertyType, Street, City, State, Zip, OwnerID) GG_SERVICE (ServiceID, ServiceDescription, CostPerHour); EMPLOYEE (EmployeeID, LastName, FirstName, CellPhone, ExperienceLevel) PROPERTY_SERVICE ( PropertyServiceID , PropertyID , ServiceID, ServiceDate , EmployeeID, HoursWorked) The referential integrity constraints are: OwnerID in OWNED_PROPERTY must exist in OwnerID in OWNER PropertyID in PROPERTY_SERVICE must exist in PropertyID in OWNED_PROPERTY ServiceID in PROPERTY_SERVICE must exist in ServiceID...
You are asked to design a database to support a Instant Recruitment System of casual staff...
You are asked to design a database to support a Instant Recruitment System of casual staff for a school. The major business requirements are summarised below in the Mini Case: An Instant Recruitment System. You are asked to develop a detailed Entity-Relationship model for this mini case. Your ER model should consist of a detailed ER diagram integrated with itemised discussions on the features of the entities and relationships and all the assumptions you made where applicable. The ER diagram...
Consider the experimental results for the following randomized block design. Make the calculations necessary to set...
Consider the experimental results for the following randomized block design. Make the calculations necessary to set up the analysis of variance table. Treatments A B C Blocks 1 10 9 8 2 12 6 5 3 19 15 14 4 20 18 18 5 8 7 8 Use α = 0.05 to test for any significant differences. a) Find the value of the test statistic. (Round your answer to two decimal places.) b) Find the p-value. (Round your answer to...
Write the following questions as queries in SQL. Use only the operators discussed in class (in...
Write the following questions as queries in SQL. Use only the operators discussed in class (in particular, no outer joins or windows). Type your answers. Before starting, make sure you understand the schema of the database. If you are in doubt about it, please ask the instructor. Assume a database with schema ACTOR(name,age,address,nationality) MOVIE(title,year,genre,budget,director-name,studio) APPEARS(name,title,salary) 1. Find the title, director and studio of the most expensive movie of 2010 (note: there can be ties!). 2. Find the title, director and...
3)      A project manager at System Design Corporation has collected the following data on the size...
3)      A project manager at System Design Corporation has collected the following data on the size of software programs and the length of programming time. The company is bidding on a new system that is estimated to consist of 300,000 lines of code. Use a scatter plot to find the correlation function of coding time to the program size and estimate the number of days it would take to code the system. Module Size in 1000 lines of code (KLOC)...
The relational schema for the Academics database is as follows: DEPARTMENT(deptnum, descrip, instname, deptname, state, postcode)...
The relational schema for the Academics database is as follows: DEPARTMENT(deptnum, descrip, instname, deptname, state, postcode) ACADEMIC(acnum, deptnum*, famname, givename, initials, title) PAPER(panum, title) AUTHOR(panum*, acnum*) FIELD(fieldnum, id, title) INTEREST(fieldnum*, acnum*, descrip) Some notes on the Academics database: An academic department belongs to one institution (instname) and often has many academics. An academic only works for one department. Research papers (PAPER) are often authored by several academics, and of course an academic often writes several papers (AUTHOR). A research field...