StudentShare
Contact Us
Sign In / Sign Up for FREE
Search
Go to advanced search...
Free

Computer Hardware - Assignment Example

Cite this document
Summary
The paper "Computer Hardware" tells us about the requirements for the maintenance of computer hardware in an organization. PC hardware maintenance is the process of auditing, upgrading, and maintaining a computer's physical parts to ensure the components perform optimally…
Download full paper File format: .doc, available for editing
GRAB THE BEST PAPER97.6% of users find it useful
Computer Hardware
Read Text Preview

Extract of sample "Computer Hardware"

SQL Code:SELECT product_no, plant_name FROM product WHERE plant_name LIKE '%rose%'ii.) List the product numbers and plant names of any products where a quantity of 20 or more has been ordered on a single order.SQL Code: SELECT product.product_no, product.plant_name, order_line.qty_ordered FROM product, order_line WHERE order_line.qty_ordered =>20iii.) List the names and addresses of any customers who have ordered plants that like to grow on 'clay soil'.SQL Code: SELECT customer. name, the customer. address, product.

soil_type FROM customer, product WHERE product.soil_type = 'clay soil'iv.) List the order no's and order dates of any orders that have been placed for more than 10 different products.SQL Code:SELECT order.order_no, order.order_date, order_line.qty_ordered, order_line.order_no FROM order, order_line WHERE order.order_no = order_line.order_no AND order_line.qty_ordered > 10v.) List the names and addresses of those customers where the average value of their orders is more than twice the average value of all customer orders.

SQL Code: SELECT customer. name, the customer. address, AVG(order.order_total) as total FROM customer, order WHERE order.order_total > (2*total)Question 3:The Kennel Club database includes the following schema:Member (KC_memb_no {pk}, Name, Address, Tel_num)Show (Show_name {pk}, Year {pk}, Venue)Dog (KC_reg_no {pk}, Dog_name, Breed_name, KC_memb_no)Entry (Show_name {pk}, KC_reg_no {pk}, Year {pk}, final_position)Primary key attributes are indicated with {pk}. Notes - final_position is a numeric attribute that indicates where the dog was placed in the show, i.e. 1 = 1st place.

Specify the following queries in relational algebra:i.). Inspectors have a unique inspector number, and the details of their name and position are held on record. Products are identified by their name and records of the product type and a description of the product are kept. Primary key attributes are indicated with {pk}. N.B. All dates are stored in the format-number (6) to represent YYMMDD, i.e. the date 16th June 2005 will be stored as 050616. Selling_price is stored in the format-number (4, 2).

Quantities are stored in the format-number (4). All other attributes are stored as char (). The order_total is the total value of the order. The qty_ordered is the quantity of a particular product ordered. Soil_type refers to the favored growing conditions of the plant, e.g. 'sandy soil'. Specify the following queries in SQL: Primary key attributes are indicated with {pk}. Notes - final_position is a numeric attribute that indicates where the dog was placed in the show, i.e. 1 = 1st place. Specify the following queries in relational algebra: PROJECTDog.

Dog_name, Dog.KC_reg_no, Entry.Show_name, Entry.Year, Entry.final_position (SELECT Entry.Show_name = 'Top Dog' and Entry.Year=2002 and Entry.Year =2003 group by Entry.final_position (Dog X Entry))

Read More
Cite this document
  • APA
  • MLA
  • CHICAGO
(“Database Assignment Example | Topics and Well Written Essays - 1000 words - 1”, n.d.)
Retrieved from https://studentshare.org/technology/1530094-database
(Database Assignment Example | Topics and Well Written Essays - 1000 Words - 1)
https://studentshare.org/technology/1530094-database.
“Database Assignment Example | Topics and Well Written Essays - 1000 Words - 1”, n.d. https://studentshare.org/technology/1530094-database.
  • Cited: 0 times

CHECK THESE SAMPLES OF Computer Hardware

Computer Hardware and Operation

Generally, the paper "Computer Hardware and Operation" has focused on rendering an evaluation plan related to various types of system configurations.... In this era where booming technologies are running the business world, the application of advanced hardware has become a necessity for global corporations.... In relation to the provided scenario, it has been determined that a company has made a purchase of a number of personal computer equipment on a random basis....
7 Pages (1750 words) Essay

Computer hardware and operating systems

The essential goal of developing new computer architectures and efficient use of existing modern systems is to run larger and more complicated applications faster over time.... Parallelism is an intuitive and appealing concept, in practice however it carries high price tag (Pancake, 1996), resulting in general from lack of user experience in parallel programming and still early stage of parallel computer systems development.... There are at least two limiting factors influencing performance of the sequential computer: CPU execution rate of instructions and read/write access to the system memory....
4 Pages (1000 words) Essay

E-Commerce Application for Computer Hardware Sale

The paper "E-Commerce Application for Computer Hardware Sale" discusses that the hosting services greatly vary and are determined by the type of service.... One of the most important aspects of the website is the Human-computer Interface (HCI).... HCI involves the design and planning of the interaction between the computer and the user.... The computer represents the whole technology involving desktop computers, laptops, and mainframe computers used to design the website....
9 Pages (2250 words) Essay

ECommerce application for Computer Hardware Sale

The regular, non-ASP Web pages works when the Web browser on the client computer (the computer belonging to the user) makes a request for a page, say file.... Assuming the requested file exists on the Web host computer where the Web Server software can find it, that software replies to the request by sending the file back to the browser....
4 Pages (1000 words) Essay

Revenue Recognition for a Computer Hardware Company

This report "Revenue Recognition for a Computer Hardware Company" discusses Caltron Computer that is currently in a critical stage that requires the company's reputation and financial affairs to be in order.... It is important for public companies such as Caltron Computers to demonstrate financial diligence and compliance to its investors....
6 Pages (1500 words) Report

Computer Hardware, Systems Software & Networking

Since the computer only has to store the information about the key points in the graphic, the size of these images is much smaller than that of a raster graphic which stores information about each individual point.... Direct memory access facilitates the printers to fetch data directly from main memory without the intervention of CPU by stealing CPU cycles....
3 Pages (750 words) Essay

The history of computer hardware and software

This essay considers the history of Computer Hardware and software. ... In large part, researchers agree that, “early forms of computer technology began with History of Computer Hardware and Software The essential of importance of Computer Hardware and software in the contemporary world cannot be overestimated.... This essay considers the history of Computer Hardware and software.... Ultimately, these advancements in Computer Hardware technology have allowed the contemporary pervasive influence of computer technology....
2 Pages (500 words) Essay

What is Computer Hardware

The paper "What is Computer Hardware" is written to analyze and describe the hardware components of a computer, while a brief introduction to software component has also been recorded.... hardware and software are the two classifications of components in a computer.... Various hardware components are discussed in this paper such as hard disk, RAM, mouse, keyboard, and monitor, and a brief general overview has also been written describing the relationship and their importance to the system....
5 Pages (1250 words) Assignment
sponsored ads
We use cookies to create the best experience for you. Keep on browsing if you are OK with that, or find out how to manage cookies.
Contact Us