1 / 14

BIS 345 MENTOR Invent Yourself/bis345mentor.com

FOR MORE CLASSES VISIT <br>www.bis345mentor.com<br>1. (TCO 1) Which of the following sets of SQL clauses represent the minimum combination of clauses to make a working SQL statement? (Points : 5)<br>SELECT, WHERE<br>FROM, WHERE<br>SELECT, FROM<br>FROM, ORDER BY<br> <br>2. (TCO 1) Which of the following would be considered a logical operator? (Points : 5)<br>=<br>>=<br>AND<br>IS NULL<br>

Download Presentation

BIS 345 MENTOR Invent Yourself/bis345mentor.com

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. BIS 345 MENTOR Invent Yourself/bis345mentor.com

  2. BIS 345 MENTOR Invent Yourself/bis345mentor.com BIS 345 Final Exam Guide Set 1 FOR MORE CLASSES VISIT www.bis345mentor.com 1. (TCO 1) Which of the following sets of SQL clauses represent the minimum combination of clauses to make a working SQL statement? (Points : 5) SELECT, WHERE FROM, WHERE SELECT, FROM FROM, ORDER BY 2. (TCO 1) Which of the following would be considered a logical operator? (Points : 5) = >= AND IS NULL 3. (TCO 1) Which of the following is true about ORDER BY clauses? (Points : 5) The default order is ascending when none is specified.

  3. BIS 345 MENTOR Invent Yourself/bis345mentor.com BIS 345 Final Exam Guide Set 2 FOR MORE CLASSES VISIT www.bis345mentor.com 1. (TCO 1) Which of the following portions of an SQL Statement indicate the columns that should be included in the result set?(Points : 5)        SELECT        FROM        WHERE        INSERT Question 2.2. (TCO 1) Which of the following operators uses wildcard characters to search for patterns or characters in a character string?(Points : 5)        SEARCH        LIKE        BETWEEN        EQUAL TO

  4. BIS 345 MENTOR Invent Yourself/bis345mentor.com BIS 345 Quiz 1 FOR MORE CLASSES VISIT www.bis345mentor.com 1. (TCO 2) Use the ____ data type for columns that contain letters and special characters and for columns containing numbers that will not be used in calculations 2. (TCO 2) Which of the following functions would you use to extract characters from the middle of a string. 3. (TCO 2) Which date function will return the difference between two dates in the specified units? 4. (TCO 3) If you wanted to know the highest credit line in your customer database, which if the following functions would you use in your SQL.

  5. BIS 345 MENTOR Invent Yourself/bis345mentor.com BIS 345 Quiz 2 FOR MORE CLASSES VISIT www.bis345mentor.com 1. (TCO 5) Which of the following is not an SSRS tool 2. (TCO 5) Reports created using report designer or report builder are generated in which of the following reporting languages. 3. (TCO 5) Which of the following tools is built on the Visual Studio 2008 shell 4. (TCO 5) Which of the following tools would you use to manage your SQL Server connection and reporting services? 5. (TCO 5) When using the report server project wizard the most crucial step is _______. 6. (TCO 5) SQL Server Reporting Services provides the following command line utility ____ to modify encrypted connections.

  6. BIS 345 MENTOR Invent Yourself/bis345mentor.com BIS 345 Quiz 3 FOR MORE CLASSES VISIT www.bis345mentor.com 1. (TCO 6) Which of the following is not a type of data source in SSRS 2. (TCO 6) Which of the data source credential options is the least recommended because of security risks 3. (TCO 5) All of the following are types of query for a data set except ________. 4. (TCO 6) _____ regions are items that must be associated with a data set. 5. (TCO 6) Data regions support grouping and ______. 6. (TCO 6) _____ is the simplest report item and contains no data values 7. (TCO 7) ______ presents group data in a grid layout that's capable of expanding both rows and columns 8. (TCO 5) Of the following four Tablix internal areas, which is a required area? 9. (TCO 7) The chart _____ contains the plotting area of a chart

  7. BIS 345 MENTOR Invent Yourself/bis345mentor.com BIS 345 Week 1 iLab FOR MORE CLASSES VISIT www.bis345mentor.com Student Name: Name Using Lab 1, answer the questions and provide copies of your SQL Statements and/or results for each Section listed below Part A:Customer List(4 points) a.What does the ORDER BY clause do? b.Screen print your results and paste here: Part B:Customer List with only customers In France or Germany(4 points) Part C:Using a Calculation in a Query(5 points) Part D:Products that are discontinued(5 points) Part E:Practice using theBETWEENoperator(5 points)

  8. BIS 345 MENTOR Invent Yourself/bis345mentor.com BIS 345 Week 2 iLab FOR MORE CLASSES VISIT www.bis345mentor.com Lab 2 Student Answer Sheet Lab 2, answer the questions and provide copies of your SQL Statements and/or results for each Section listed below Part A:Employee List(4 points) a.What does Left function do? Is selecting the query and coping and could be pasted in a new query if is need it. b.Screen print your results and paste here: Part B:  Date Function (4 points) How do you display the year part of a date? Paste your SQL Statement here: Screen print your results and paste here: Part C:  Using a Calculation in a Query (4 points) Paste your SQL Statement here

  9. BIS 345 MENTOR Invent Yourself/bis345mentor.com BIS 345 Week 3 iLab FOR MORE CLASSES VISIT www.bis345mentor.com Student Name: Using Lab 3, answer the questions and provide copies of your SQL Statements and/or results for each Section listed below Part AJoin two tables (4 points) Paste your SQL Statement here: Screen print your results and paste here: Part B:  Join two tables and apply WHERE clause (4 points) Paste your SQL Statement here: Screen print your results and paste here: Part C: Inner join two tables (4 points) Paste your SQL Statement here: Screen print your results and paste here: Part D:  Inner join two tables and apply WHERE clause - Practice # 1 (5 points) Paste your SQL Statement here:

  10. BIS 345 MENTOR Invent Yourself/bis345mentor.com BIS 345 Week 4 iLab FOR MORE CLASSES VISIT www.bis345mentor.com Using Lab 4 provide copies of your SQL Statements and/or results for each Section listed belowPart A Supplier and product list (10 points)a.Paste your SQL Statement here:b.Screen print your results and paste here: Part B: Order information (10 points)a.Paste your SQL Statement here:b.Screen print your results and paste here: Part C: Customer and order (10 points)a.Paste your SQL Statement here:a.Screen print your results and paste here: Part D: Employee and territory list (10 points)b.Paste your SQL Statement here:

  11. BIS 345 MENTOR Invent Yourself/bis345mentor.com BIS 345 Week 5 iLab FOR MORE CLASSES VISIT www.bis345mentor.com Using Lab 5, provide copies of your SQL Statements, results and reports for each Section listed below Part AProduct and Category dataset (7 points) Paste your SQL Statement here: Screen print your results and paste here: Part B:  Product and Category report (10 points) Paste your report here: Part C: Sales and Territory dataset (10 points) Paste your SQL Statement here: Screen print your results and paste here: Part D:  Sales and Territory, report (10 points)

  12. BIS 345 MENTOR Invent Yourself/bis345mentor.com BIS 345 Week 6 iLab FOR MORE CLASSES VISIT www.bis345mentor.com Lab 6 Student Answer Sheet Part A:Product Cost History dataset (7 points) Paste your SQL Statement here Screen print your results and paste here: CategoryList screenshot: ProductList Screenshot Part B: Product Cost History report (10 points) Paste your report here: Report 1 – Screenshot: Part C: Yearly Sales by Category Dataset (10 points) Paste your SQL Statement here: Screen print your results and paste here:

  13. BIS 345 MENTOR Invent Yourself/bis345mentor.com BIS 345 Week 7 iLab FOR MORE CLASSES VISIT www.bis345mentor.com Part ATerritory Sales Dataset (5 points) Paste your SQL Statement here: Screen print your results and paste here: Part B:Territory Sales Report (10 points) Paste your report here: Part C:  Territory Sales Report Interpretation (7 points) Write your interpretation of the results.  The interpretation must be a minimum of one paragraph (3 to 5 well-formed sentences) with no spelling or grammatical errors. You should answer the following question based on these results.

  14. BIS 345 MENTOR Invent Yourself/bis345mentor.com

More Related