99爱在线视频这里只有精品_窝窝午夜看片成人精品_日韩精品久久久毛片一区二区_亚洲一区二区久久

合肥生活安徽新聞合肥交通合肥房產(chǎn)生活服務(wù)合肥教育合肥招聘合肥旅游文化藝術(shù)合肥美食合肥地圖合肥社保合肥醫(yī)院企業(yè)服務(wù)合肥法律

代寫代做INF10025 Data Management and Analytic

時(shí)間:2024-08-16  來(lái)源:合肥網(wǎng)hfw.cc  作者:hfw.cc 我要糾錯(cuò)


INF10025 Data Management and Analytic

Task 1 – Pass and Credit

Overview 

•     See Canvas  Assignments for due date

•    To complete your learning portfolio, every few weeks we ask you to complete a set of tasks, document them (usually by asking for screen grabs), and submit them online.

•    In this first task we focus on the basics. This includes using filters, queries, adding data, creating tables, more advanced queries, making relationships, indexes and forms.

•    To create your submission download the files T01P.DOCX and T01C.DOCX from Canvas. Paste the required screen captures from the tasks below into these files.

•    When complete, save the files as T01P.PDF and T01C.PDF.

•    Submit both files into Canvas via Assignment

•     Task 1P and Task 1C are individual tasks. You must not collaborate with any other students when completing these tasks.

Pay attention to ALL requirements.

If a column in Design Grid is not showing the full criteria or shows ### in the Table or Data view, make sure you widen the column (same way as in Excel).

Pass Tasks

Completion Criteria: For the Pass Task to be marked “Complete” nine (9) sub-tasks must be marked “Correct”.

Pass 1a

In Microsoft Access, data can be queried using the following methods:

•    View a table in Datasheet View mode and use Filters

•    Create a query, specify a table(s) and use the Query Design screen to search for data

In this unit, we do not want to use the first method that uses Filters. We want you to create Queries.

•    What advantages does the Query method have over using filters?

List at least three advantages.

Pass 1b

•    Download the file named moviedb.accdb from Canvas.Open the file using Microsoft Access.

Important: before you begin, you must rename the ALL tables so that the table names end with the final 4 digits of your student ID.

E.g. if your id is 100234567 then the name of the MOVIE table must be MOVIE4567, ACTOR becomes ACTOR4567, CASTING becomes CASTING4567, etc.

•    Create a single Query that displays the following:

•    The MOVIENO, TITLE, RATINGCODE, RELYEAR, and RUNTIME of all movies released in the year

2012.

.  The list must appear in Descending RUNTIME sequence

•    Save the query. Call it T1PB_4567 (where 4567 is the final 4 digits of your student ID.)

The next activity requires you to screen capture part of the screen.

Use a screen capture tools (such as the Snipping Tool in Windows Accessories) to capture only the necessary part of the screen.

Please avoid using the PrintScreen key on your keyboard to capture the entire screen. This method often captures such a large image that when pasted into a document, the results are often too miniscule to be read by your tutor.

•    Capture the Query Design Grid including the Table area (this is the screen where you specify criteria etc).

Paste the screen capture in the appropriate position in T01P.DOCX

Note: The table name in the screen capture must contain the final 4 digits of your student ID.

•    Screen capture the first five (5) rows that are displayed once this query is executed. Paste the screen capture in the appropriate position in T01P.DOCX.

Note: The query name in the screen capture must contain the final 4 digits of your student ID.

Pass 1c

•    Create a single Query called T1PC_4567

•    It must display the MOVIENO, TITLE RATINGCODE, RELYEAR, RUNTIME, and TMDB_SCORE for all  movies that were made in the period 2002-2010 (inclusive), have a runtime less than 120 minutes, are rated "G" or "PG", and have a TMDB score greater than or equal to 6.9. The list must be in ascending Movieno sequence.

•    Note: This is ONE single query that does all of the above. It does NOT involve multiple queries.

•    Screen Capture the Query Design Grid including the Table area.

•    Screen Capture all the rows that are displayed.

•    Paste both screen captures in the appropriate position in T01P.DOCX

Pass 1d

•    Create a single Query called T1PD_4567 (and not multiple queries)

•    The query must display all fields for movies that meet all of these criteria

.    The movie must have one of the phrases man or boy or miss or girl or ms within the

TITLE  (E.g. Titles such as 'Man from Mars', 'Batgirl', 'I.T. Manager vs Zombie' would all be expected to appear).

.    The movie must have fewer than 2700  TMDB votes. .    Results sorted in Descending TMDB Vote order

•    Make sure the design grid shows ALL criteria. If necessary, make a column in the query design grid wider to show the criteria in full (It is done same way as in Excel). Screen Capture the Query Design Grid including the Table area.

•    Screen Capture all the rows that are displayed.

•    Paste the screen captures in the appropriate position in T01P.DOCX

Pass 1e

•    Create a new table named Member_4567 (where 4567 is the last four digits of your student id).

The table must include 4 columns: Membid, Surname, Givenname and Birthdate. Membid must be Numeric (not Autonumber) type.

Surname and Givenname are short text

datatypes.  Birthdate is a date/time datatype. Membid must be the primary key.

•    Add FIVE rows of data to this table

•    The first 3 rows match the data below. The 4th  row contains details of your favourite author or musician. You can use any id you wish.  The 5th  row must contain data about you that Includes your name & birthdate. Use your student ID as the memberID. (If your ID contains an "X" character, then omit the "X" from the member id. 

•    Screen Capture the table design screen (the screen that shows the field names and datatypes)

•    Screen Capture all rows in the Member4567 table

•    Paste the screen captures in the appropriate position in T01P.DOCX

You should be able to complete up to here by the end of Week01. Remaining tasks require you to study the Lecture 2 materials.

Pass 1f

•       Create Relationships for all of the tables in the database.

•      At the conclusion of this task, you should have a diagram similar to this: 

•      Take a screen capture of the diagram.

•       Note: All table names in your diagram must contain the last 4 digits of your student ID.   

•       Paste the screen capture in the appropriate position in T01P.DOCX

Pass 1g

•      Create a Query that uses the MOVIE, RATING and COLOURTYPE tables

•      The query must display the MOVIENO, TITLE, RATINGCODE, RATING DESCRIPTION, and

COLOUR_NAME of all movies beginning with the letter “G”. The list must appear in Ascending MOVIENO SEQUENCE

•       Save the query. Call it T1PG_4567

•       Screen capture the Query Design Grid.

•      Screen capture all the rows that are displayed once this query is executed.

•       Paste the screen captures in the appropriate position in T01P.DOCX

Pass 1h

•       Create a Query T1PH_4567

•      This Query requires Totals to be included.

•      The query must display the actor no, actor fullname, and the count of CastId. The list must be in Descending Count sequence.

•      Screen Capture the Query Grid Design and the first 15 rows (if there are that many) that are displayed and paste into T01P.DOCX

Pass 1i

•      Create a single Query called T1Pi_4567 (and not multiple queries)

•      The query must display the total number rows for each gender value that appear in the Actor table. E.g.                             Male                   454

Female                231

•      Screen Capture the Query Grid Design and all of the rows that are displayed and paste into

T01P.DOCX

Pass 1j

•       Modify the Access Actor table.

•      Create an Index on the following field   Surname (with duplicates allowed)

•      Screen Capture the Properties for this field after the index has been created and paste into

T01P.DOCX

Pass 1k

Add a new row to the Actor table. Use your own details such as name, gender, country of birth etc. Use your student ID as the ActorNo. (If your ID contains an "X" character, then omit the "X" from the actor no)

•     Add a new row to the Movie table. Make up the details of about any movie (you may use a real movie or make up your own, e.g. ‘The Zombies of Glenferrie Station’ . Use a 7 digit movie no. so  that you can be sure it does not clash with an existing Movie No.

•     Add at least 3 new rows to the Casting table. The first new row must specify that the Actor you created (above) has been cast in the Movie that you created. (e.g. Allocate yourself to star in the  movie).

Note: The CastID will automatically be allocated to the new row (because the data type for CastId is   Autonumber). Simply enter an Actor No and the CastID field will be populated by the next number in sequence.

The second / third new rows (plus any others that you may want to create) must cast any other

existing actor from the Actor table into your new movie. E.g. You may want to cast Tom Hanks to be in your movie with you.

•     Finally create a query that lists the CastID, Movie No, Title, Relyear, RatingCode, Actor No, Actor   FullName, Date of Birth and Birth Country from the Movie, Actor and Casting tables of the Movie that you created above. 

•     Screen capture all of the rows that are displayed once this query is executed and query grid.

•     Paste the screen captures in the appropriate section in T01P.DOCX

You should be able to complete up to here by the end of Week 2.

 

Credit Tasks

Completion Criteria: For the Credit Task to be marked “Complete” Eight (8) sub-tasks must be marked “Correct”

Credit 1a

•    Download the Customer database named cust.accdb from Canvas.

•    Open the file using Microsoft Access.

•    Important: Before you begin, you must rename the CUSTOMER table so that it now contains the word CUSTOMER plus the final 4 digits of your student ID. E.g. If your id is 100234567 then the name must be CUSTOMER4567.

•    Create a single query named T1CA_4567.     (and not multiple queries)

•    The query must display the Customer ID, surname, gender, loyalty points, rating code and state for all records that meet all of these criteria:

•    The State must be Tasmania

•    The Loyalty Points must be greater than or equal to 7500

•    The Gender must be M

•    The Rating code must be 1 or 3

•    Screen Capture the Query Design Grid.

•    Screen Capture all rows displayed by this query.

•    Paste the screen captures in the appropriate position in T01C.DOCX

Credit 1b

•     Create a single query named T1CB_4567   (and not multiple queries)

•     The query must display the Customer ID, surname, gender, loyalty pts, rating, state, Sales this Year and Sales Last Year for all records that meet these criteria:

•     Sales this year must be greater than or equal to 560

•     The Rating code must be 1

•     The state must be Tasmania

•     The loyalty points must be in the range 3000 to 5999

OR

•     Sales last year must be less than 75

•     The Rating code must be 2

•     The state must be Victoria

•     The loyalty points must be in the range 7500 to 8999

Note: This single query must handle ALL 8 dot points above

•     Screen Capture the Query Design Grid.

•     Screen Capture all rows displayed by this query.

•     Paste the screen captures in the appropriate position in T01C.DOCX

Credit 1c

•    Create a single query named T1CC_4567.

•    The query must display the Customer ID, given name, surname, date of birth and postcode for all records that meet this criteria:

•    The person must have date of birth within years 31st Dec 1999 to 31st Dec 2001

•    How to use dates in Access is explained the second half of this article:

https://support.office.com/enus/article/Examples-of-using-dates-as-criteriainAccessqueriesaea83b3b- 46eb-43dd-8689-5fc961f21762

•    Screen Capture the Query Design Grid.

•    Screen Capture all rows displayed by this query.

•    Paste the screen captures in the appropriate position in T01C.DOCX

Credit 1d

•    Add yourself as a customer into this table.

•    Use your student id as the customer id (remove the ‘X’ if your student ID end with an ‘X’).

•    Generate any values you wish for the other fields.

•    Screen Capture a few rows from this table that include your customer details.

•    Paste the screen captures in the appropriate position in T01C.DOCX

Credit 1e

•       Now download the database named product_sales.accdb and rename all tables by adding last 4 digits of your student ID at the end of each table name.

•      This database contains sales of 80 products over a 5-year period. There are over 350,000 sales transactions.

•      There are no details about individual customer who were involved in the sales. The database has only recorded the gender and birthdate of the people who purchased products.

•       Each product belongs to a product type.

•       Each sales transaction belongs to a location in Australia.

•       Using the Database Tools menu, create Relationships between the tables.

•      The foreign keys are:

•       POSTCODE in the TRANS table

•       PRODID in the TRANS table

•       PRODTYPE in the PRODUCT table

•      Take a screen capture of the diagram.

•      Paste the screen capture in the appropriate position in the document named T01C.DOCX

Credit 1f

•      Create a single query named T1CF_4567 that  displays these columns:

•      TranID, ProdID, Prodname, TypeDescription, Qty, TranDate   in Ascending TransID sequence

•      Only shows records that meet all of these criteria

•      Qty   greater than or equal to 10

•      TranDate = 01/03/2011

•      Screen Capture the Query Grid Design and all the rows that are displayed and paste into

document T01C.DOCX.

Credit 1g

•      Create a single query named T1CG_4567 that:

•      Displays these columns: TranDate, TranID, Prodname, SalePrice, Qty, Suburb, CustBirthYear

•       Is in Ascending TransDate sequence

•      Only show records that meet all these criteria

•       Prodname is “Highway" or "Touchtrax "

•       Suburb is Balwyn

•      Screen Capture the Query Grid Design and all the rows that are displayed and paste into

document T01C.DOCX.

Credit 1h

•       Part 1 The product Touchtrax has been sold over a number of years. Answer these questions.

How many times has this product been sold? Show the design grid and the  Result of the query you created to answer this question

Part 2  How many different prices has this product been sold for? Show the design grid and the Result of the query you created to answer this question.

Has the price of this product been increasing or decreasing over the years?

•      Add Text in the appropriate position in the document T01C.DOCX.

Credit 1i

•       Create a single query named T1Ci_4567 that:

•       Displays the sum of the qty sold for each weekday ( include Sat , Sun as weekday)

•      The list must be in Ascending qty sequence

 

Sunday               425

Friday                 6**…

•      Screen Capture the Query Grid Design and all the rows that are displayed and paste into

document T01C.DOCX.

Credit 1j

•       Select ‘Create Form’ from the Access ribbon menu.

•      Access will automatically create a Columnar Form. for the  Product table using the Form. Wizard. It will look similar to this:

•       Modify the Form in the design view. Make these simple changes:

o  Change the text in the Form Header so that it includes your name and student  ID

o  Use the Insert Image option from the Ribbon

Menu to add a small image to the Form Header

Change the prompts on the left side of the

Detail Section to match the text in the example below (e.g. ProdId becomes Product Id).

o  You may make any other minor alterations (such as colours, fonts, move text boxes, etc.) if you wish.

•      Screen Capture the Form Design View (the screen with gridlines) and paste into document

T01C.DOCX.

 

 

請(qǐng)加QQ:99515681  郵箱:99515681@qq.com   WX:codinghelp

掃一掃在手機(jī)打開當(dāng)前頁(yè)
  • 上一篇:MAST10006代做、Python/c++程序設(shè)計(jì)代寫
  • 下一篇:代做DATA7703、代寫Python程序語(yǔ)言
  • 無(wú)相關(guān)信息
    合肥生活資訊

    合肥圖文信息
    急尋熱仿真分析?代做熱仿真服務(wù)+熱設(shè)計(jì)優(yōu)化
    急尋熱仿真分析?代做熱仿真服務(wù)+熱設(shè)計(jì)優(yōu)化
    出評(píng) 開團(tuán)工具
    出評(píng) 開團(tuán)工具
    挖掘機(jī)濾芯提升發(fā)動(dòng)機(jī)性能
    挖掘機(jī)濾芯提升發(fā)動(dòng)機(jī)性能
    海信羅馬假日洗衣機(jī)亮相AWE  復(fù)古美學(xué)與現(xiàn)代科技完美結(jié)合
    海信羅馬假日洗衣機(jī)亮相AWE 復(fù)古美學(xué)與現(xiàn)代
    合肥機(jī)場(chǎng)巴士4號(hào)線
    合肥機(jī)場(chǎng)巴士4號(hào)線
    合肥機(jī)場(chǎng)巴士3號(hào)線
    合肥機(jī)場(chǎng)巴士3號(hào)線
    合肥機(jī)場(chǎng)巴士2號(hào)線
    合肥機(jī)場(chǎng)巴士2號(hào)線
    合肥機(jī)場(chǎng)巴士1號(hào)線
    合肥機(jī)場(chǎng)巴士1號(hào)線
  • 短信驗(yàn)證碼 豆包 幣安下載 AI生圖 目錄網(wǎng)

    關(guān)于我們 | 打賞支持 | 廣告服務(wù) | 聯(lián)系我們 | 網(wǎng)站地圖 | 免責(zé)聲明 | 幫助中心 | 友情鏈接 |

    Copyright © 2025 hfw.cc Inc. All Rights Reserved. 合肥網(wǎng) 版權(quán)所有
    ICP備06013414號(hào)-3 公安備 42010502001045

    99爱在线视频这里只有精品_窝窝午夜看片成人精品_日韩精品久久久毛片一区二区_亚洲一区二区久久

          9000px;">

                日韩电影在线免费观看| 91福利在线看| 丰满亚洲少妇av| 国产精品短视频| 欧美系列一区二区| 久久久久国产一区二区三区四区| 中文字幕一区二区三区乱码在线 | 亚洲精品免费播放| 国产二区国产一区在线观看| 懂色av一区二区夜夜嗨| 日韩精品一区二区三区中文精品| 一区二区三区美女| 欧美亚洲高清一区| 色综合久久久网| 一区二区三区四区蜜桃| www.久久久久久久久| 精品国产精品一区二区夜夜嗨| 美女视频一区二区| 欧美日产国产精品| 亚洲成av人片在线观看无码| 欧美性受极品xxxx喷水| 亚洲成人在线免费| 日韩免费在线观看| 国产福利一区二区三区视频| 欧美日韩一级二级三级| 美女一区二区久久| 久久久蜜臀国产一区二区| 国产v日产∨综合v精品视频| 国产精品白丝jk白祙喷水网站| 欧美男生操女生| 日韩精品高清不卡| 欧美大尺度电影在线| 蜜桃视频第一区免费观看| 久久久综合网站| 欧洲精品中文字幕| 韩国v欧美v日本v亚洲v| 亚洲欧美国产77777| 欧美美女视频在线观看| 激情文学综合插| 一区二区三区欧美视频| 精品美女在线播放| 欧美在线制服丝袜| 日本韩国欧美国产| 欧美色涩在线第一页| 91女神在线视频| 北条麻妃一区二区三区| 高清成人在线观看| 色综合久久天天综合网| 一本大道久久精品懂色aⅴ| 麻豆成人91精品二区三区| 天天综合天天综合色| 久久精品噜噜噜成人88aⅴ| 麻豆国产一区二区| 成人丝袜18视频在线观看| 成人黄色综合网站| 欧美精品在欧美一区二区少妇| 欧美一区二区三区爱爱| 久久精品一二三| 国产精品拍天天在线| 五月激情综合色| 极品美女销魂一区二区三区| 国产精品99久久久久久似苏梦涵| 成人激情小说网站| 欧美日韩美少妇| 中文一区在线播放| 日日摸夜夜添夜夜添国产精品| 国产不卡高清在线观看视频| 777亚洲妇女| 亚洲色图视频网站| 美女脱光内衣内裤视频久久网站 | 亚洲精品一区二区三区四区高清| 亚洲欧美另类在线| 男男gaygay亚洲| 欧美亚日韩国产aⅴ精品中极品| 精品人在线二区三区| 亚洲欧美日韩国产中文在线| 青娱乐精品视频在线| 成人av动漫网站| 精品奇米国产一区二区三区| 亚洲精品水蜜桃| 99精品国产99久久久久久白柏| 久久久www成人免费无遮挡大片| 老色鬼精品视频在线观看播放| 欧美日韩极品在线观看一区| 图片区小说区区亚洲影院| 精品剧情在线观看| 久久精品网站免费观看| 国产精品18久久久久久久网站| 久久亚洲私人国产精品va媚药| 国产成人精品亚洲日本在线桃色| 亚洲综合色丁香婷婷六月图片| 亚洲国产日韩av| 精品国产亚洲在线| 欧美偷拍一区二区| 粉嫩aⅴ一区二区三区四区五区| 日韩精品91亚洲二区在线观看| 国产精品丝袜91| 久久九九99视频| 日韩亚洲欧美成人一区| 国产片一区二区三区| 欧美亚洲日本一区| 成人免费黄色大片| 亚洲精品视频在线看| 亚洲欧美一区二区三区极速播放| 91精品国产91综合久久蜜臀| 波多野结衣亚洲| 精彩视频一区二区三区| 欧美激情在线一区二区三区| 精品视频在线免费看| 国产精品久久久久aaaa樱花| 色欧美88888久久久久久影院| 一区二区三区日韩欧美精品| 国产精品色呦呦| 中文字幕乱码一区二区免费| 国产性色一区二区| 国产嫩草影院久久久久| 激情综合网天天干| 一区二区三区不卡视频| 99久久精品免费观看| 精品国产一区二区精华| 日韩精品一区二区三区视频播放| 成人av中文字幕| 国产精品午夜免费| 欧美日韩高清一区二区| 欧美一区二区女人| 国产精品久久久久久久久晋中 | 韩国一区二区在线观看| 欧美午夜不卡在线观看免费| 日韩电影在线一区二区| 欧美高清视频不卡网| 91麻豆精品91久久久久同性| 亚洲国产人成综合网站| 精品久久久久久综合日本欧美 | 国产人成一区二区三区影院| 国产一区二区网址| 国产成a人无v码亚洲福利| 亚洲欧美另类久久久精品 | 久久超级碰视频| 丁香五精品蜜臀久久久久99网站 | 免费人成网站在线观看欧美高清| 精品一区二区成人精品| 国产精品伊人色| 日本成人在线视频网站| 美女视频黄久久| 日韩国产欧美在线播放| 成人三级伦理片| 日韩情涩欧美日韩视频| 91美女视频网站| |精品福利一区二区三区| 久久婷婷国产综合精品青草| 日韩三级在线免费观看| 日韩精品91亚洲二区在线观看| 亚洲视频你懂的| 国产91精品在线观看| 一本久久综合亚洲鲁鲁五月天 | 91精品国产麻豆国产自产在线 | 精品少妇一区二区三区免费观看 | 中文字幕一区二区不卡| 免费日本视频一区| 国产不卡视频一区| 五月婷婷欧美视频| 一区二区三区四区在线免费观看 | 91精品国产综合久久香蕉的特点 | 国产精品久久久久久久岛一牛影视| 欧美日韩免费观看一区三区| 94-欧美-setu| 美腿丝袜一区二区三区| 国产精品888| 国产一区二区视频在线| 久久这里只有精品首页| 成人自拍视频在线| 777久久久精品| 91精品国产综合久久精品麻豆 | 日韩一区二区三区三四区视频在线观看 | 久久久久久影视| 一本色道久久综合亚洲91| 成人久久视频在线观看| 国产福利一区二区三区在线视频| 国产不卡视频在线播放| 91精品免费在线| 国产精品激情偷乱一区二区∴| 国产成人99久久亚洲综合精品| |精品福利一区二区三区| 日韩国产一区二| 中文字幕一区二区三区在线播放| 亚洲欧美日本在线| 国产美女av一区二区三区| 视频一区国产视频| 日韩二区三区在线观看| 激情欧美一区二区| 91在线视频播放| 成人免费在线播放视频| 99久久精品国产网站| 国产丝袜欧美中文另类| 日韩激情视频网站| 欧美一区二区三区免费视频| 精品久久人人做人人爰| 成人开心网精品视频| 欧美国产日本视频| 国产精品一二二区|