Preview

OMIS 652 Chapter 2 Part 1 Answers

Satisfactory Essays
Open Document
Open Document
314 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
OMIS 652 Chapter 2 Part 1 Answers
OMIS 652 Chapter 2 part 1 Answers

2.2 What is an ad-hoc query?
Ans: It is a non-standard inquiry. An ad hoc query is created to obtain information as the need arises. Contrast with a query that is predefined and routinely processed.
2.12 What does DDL stand for? What are DDL statements?
Ans: DDL stands for Data Definition Language. These statements define the database schema or the structure. DDL queries used for creating tables, relationships, and other database querying and modifying data. Common DDL Statements are CREATE, ALTER, DROP, TRUNCATE, COMMENT and RENAME.
2.13 What is the SQL SELECT/FROM/WHERE framework?
Ans: SELECT clause specifies which columns are to list in the query results. FROM clause specifies which tables are to be used in the query. WHERE clause specifies which rows are to listed in the query result
2.17 Write an SQL statement to display SKU and SKU_Description.
Ans: SELECT SKU, SKU_Description FROM INVENTORY;
2.19 Write an SQL statement to display WarehouseID.
Ans: SELECT WarehouseID FROM INVENTORY;
2.22 Write an SQL statement to display all of the columns using the SQL asterisk (*)
Wildcard character.
Ans: SELECT * FROM INVENTORY;
2.23 Write an SQL statement to display all data on products having a QuantityOnHand greater than 0.
Ans: SELECT * FROM INVENTORY WHERE QuantityOnHand >0;
2.25 Write an SQL statement to display the SKU, SKU_Description, and WarehouseID for products having QuantityOnHand equal to 0. Sort the results in ascending order by WarehouseID.
Ans: SELECT SKU, SKU_Description, WarehouseID FROM INVENTORY WHERE QuantityOnHand = 0 ORDER BY WarehouseID;
2.27 Write an SQL statement to display SKU, SKU_Description, and WarehouseID for all products that have a QuantityOnHand equal to 0 and a QuantityOnOrder greater than 0. Sort the results in descending order by WarehouseID and in ascending order by SKU.
Ans: SELECT SKU, SKU_Description, WarehouseID FROM INVENTORY
WHERE QuantityOnHand = 0 AND QuantityOnOrder

You May Also Find These Documents Helpful

  • Good Essays

    Kudler Fine Foods has implemented a useful tool to track and manage inventory, Pivot Tables could be improved by having select items or high sales items in a category where employees will know which items are moving and which items should be discussed for possible elimination and therefore save money by not continuing to keep inventory that could be obsolete. Pivot Tables could have a more manageable, easy access and viewing by all employees. Highlighting groups of inventory for select regions and or customers should improve in the decision making for the company. Highlighting inventory that is best suited for specific customers, Kudler employees will benefit when addressing issues with certain items and or promote the best selling items. As with any company, information can be overwhelming and Kudler Fine Foods has the same challenges, this must be addressed in improving pivot tables to allow easy access to relevant information for improved decision making.…

    • 405 Words
    • 2 Pages
    Good Essays
  • Good Essays

    The SELECT statement is the primary means of extracting data from database tables, and allows you to determine exactly which data you want to extract by means of different comparison operators used in the WHERE clause. This includes the use of specific "wild card" characters which allow you to search for character or number patterns within the data. You can also perform mathematical expressions within the SELECT statement to create derived output. The ORDER BY clause allows you to sort the output data in either ascending (the default) or descending order. Lab #5 will explore all of these applications of the SELECT statement.…

    • 1559 Words
    • 7 Pages
    Good Essays
  • Satisfactory Essays

    IT215 INVENTORY PART DVD

    • 302 Words
    • 2 Pages

    The application displays the information about one product at a time, including the item number, the name of the product, the number of units in stock, the price of each unit, the value of the inventory of that product, and the value of the entire inventory, sorted by the name of the product.…

    • 302 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    After extensive last minute digging, I finally found a manager who trusted me enough to supply me with the name of the inventory system that is used. Unfortunately for me this is all I could uncover from my employer, but it is a start. Wal-Mart uses the SMART system. Because of the way it is spelled I can only assume that it is an acronym. I have been searching for over an hour on Google.com and finally produced some meager results, but here they are.…

    • 720 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    cis3730_Exam1_Studyguide

    • 512 Words
    • 2 Pages

    Understand the three components of a basic select statement and what do they mean (select, from, where).…

    • 512 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Unit 6 True

    • 287 Words
    • 1 Page

    DDL, or Data Definition Language, contains all the commands for selecting and modifying data. FALSE…

    • 287 Words
    • 1 Page
    Satisfactory Essays
  • Satisfactory Essays

    3. Why do you think cross joins are allowed as a legitimate join? What uses can you see for joins?…

    • 337 Words
    • 1 Page
    Satisfactory Essays
  • Good Essays

    List the relational operators and logical operators that can be used to form a validation rule.…

    • 636 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    unit 6

    • 360 Words
    • 2 Pages

    5) DDL, or Data Definition Language, contains all the commands for selecting and modifying data.…

    • 360 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    A database language must enable the user to create database and table structures to perform basic data management chores.…

    • 1917 Words
    • 8 Pages
    Powerful Essays
  • Satisfactory Essays

    Kudler’s Fine Foods is a gourmet food store that provides specialized products in the Southern California region. Since the inventory of the store is perishable, it is important to have control of the inventory on hand and put in place a procedure for replacing the inventory promptly. If Kudler’s has too much inventory on hand, the loss of revenues due to waste increases. Alternatively, if Kudler’s cannot replace inventory fast enough, they risk alienating customers who count on them to provide gourmet specialty products that are hard to find in the grocery store chains. By evaluating the design elements of the data tables, implementing the recommended improvements to the data tables and utilizing pivot tables to get a more accurate picture of the inventory ordering and processing system, Kudler’s should be able to increase their bottom line.…

    • 465 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Huffman Trucking is in need of a system to help maintain its large trucking fleet’s maintenance, purchases, and vehicles. What is being purposed is a relational database that will greatly improve the record keeping for its fleet. This system will allow for reports to be generated to ensure that all vehicles have been properly maintained and record the daily operations of the maintenance department.…

    • 515 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Course Project

    • 824 Words
    • 4 Pages

    The purpose of this course project is to address the ongoing issues surrounding my companies, REI (Recreation Equipment Inc.,) inventory management issue and to see if we can find a software program better suited to the companies needs. The goal is to find products quickly and efficiently. Customer satisfaction is key to driving sales and profit in any company. As a result a software upgrade is certainly needed in order to compete with other companies in the same industry.…

    • 824 Words
    • 4 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Weekly Reflection

    • 461 Words
    • 2 Pages

    Inventory is one of the most prominent items on the balance sheet. The inventory position shows how methodical management is with stockholder assets and how certain they are in the businesses' forthcoming sales. In the majority of circumstances the inventory would be summarized at its expense; nevertheless, inventory could be decreased lower than cost when there is confirmation that the assessment of the merchandise, when marketed, would be below the cost. This may develop on account of extinction, decline, or relevant price adjustments. The purpose for why inventory is palpable to an income statement is that inventory figures are utilized in the calculation of the cost acquired to execute the commodities exchanged throughout the duration.…

    • 461 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Relational Database Paper

    • 547 Words
    • 3 Pages

    The purpose of a query is to retrieve information from a table or tables, which can be based on some type of criteria. To put it simply, a query is designed to get you an answer from data already stored in the database.…

    • 547 Words
    • 3 Pages
    Satisfactory Essays

Related Topics