logo

INFO6090 Business Intelligence

This assignment is divided into two main tasks, the first worth 15 marks and the second worth 5 marks. The first part requires answering questions in the form of short, technical report/essays on contemporary BI areas, while the second part involves a practical exercise using Microsoft SQL Server for data analysis using SQL.

2 Pages169 Words125 Views
   

Business Intelligence (INFO6090)

   

Added on  2021-09-09

INFO6090 Business Intelligence

This assignment is divided into two main tasks, the first worth 15 marks and the second worth 5 marks. The first part requires answering questions in the form of short, technical report/essays on contemporary BI areas, while the second part involves a practical exercise using Microsoft SQL Server for data analysis using SQL.

   

Business Intelligence (INFO6090)

   Added on 2021-09-09

ShareRelated Documents
1. Query:
SELECT * FROM Customer_t WHERE Customer_State LIKE 'NJ';
11 American Euro Lifestyles 2424 Missouri Ave N.Prospect Park NJ 075085621
4 Eastern Furniture 1925 Beltline Rd. Carteret NJ 070083188
2. Query:
SELECT Customer_Name FROM Customer_t WHERE Customer_Id in (SELECT
Customer_Id from Order_t where Order_Id=1008);
Battle Creek Furniture
3. Query:
SELECT * FROM Product_t WHERE Product_Id IN (SELECT Product_Id FROM
Order_Line_t WHERE Order_Id = 1006);
7 Dining Table Natural Ash 800.0000 2
4 Entertainment Center Natural Maple 650.0000 3
5Writers Desk Cherry 325.0000 1
4. Query:
SELECT * FROM Product_t WHERE PRODUCT_Finish LIKE 'Natural Ash';
3 Computer Desk Natural Ash 375.0000 2
7 Dining Table Natural Ash 800.0000 2
2 Coffe Table Natural Ash 200.0000 2
INFO6090 Business Intelligence_1

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents
Database Design and Development for Celtic Caterers
|17
|2204
|382

Database System Analysis Assignment 2022
|15
|593
|20

Database Study Material
|10
|943
|357

Primary and Foreign Key | Exercise Solutions
|8
|1070
|31

Database Design and Implementation for Fashion Outlet
|33
|5708
|93

The Operations Rejected by the System
|7
|1034
|382