美女扒开腿免费视频_蜜桃传媒一区二区亚洲av_先锋影音av在线_少妇一级淫片免费放播放_日本泡妞xxxx免费视频软件_一色道久久88加勒比一_熟女少妇一区二区三区_老司机免费视频_潘金莲一级黄色片_精品国产精品国产精品_黑人巨大猛交丰满少妇

NZDITTS5代做、代寫SQL設(shè)計編程

時間:2024-05-31  來源:  作者: 我要糾錯



© Web Design and Database Application (Assessment 2) v2.1 Page 1 of 17 
 
School of Tech 
NZ Diploma in Informatton Technology Technical Support (Level 5) 
 
 Course Code & Title: IT504 Web Design and Database Applicatton 
Assignment Title Assessment 2 Assessment Type 
Database Applicatton 
Level 5 Credits 15 
Term & Cohort: 
Due date: 
Overall Weighttng: 50% 
Total marks available 100 
Tutor: 
 
Course aim 
This course provides students with the skills and knowledge to design and create robust websites 
implementtng HCI principles and usability tests to meet user requirements. Students will also learn 
the knowledge of database fundamentals and implement a database applicatton to solve business 
problems. 
 
Purpose 
The purpose of this assessment is to design a database solutton by implementtng data modelling 
principles and developing a database applicatton by implementtng the concepts of relattonal database. 
 
Learning Outcomes (LOs) 
This assessment is mapped to the following learning outcomes for this course: 
LO 4 Design a database solutton by applying data modelling principles. 
LO 5 Develop a database applicatton by implementtng the concepts of relattonal database. 
 
Graduate Proffle Outcomes (GPOs) 

Apply knowledge of database administratton and query languages to meet organisattonal 
data storage and retrieval requirements, including database management system (DBMS) 
opttmisatton, cleansing, security, and backups. 

Apply the fundamentals of informatton systems concepts and practtce, including business 
concepts, development life cycles, data modelling and administratton, to support and 
enhance organisattonal processes and systems. © NZSE – (NZDITTS5) IT504 Web Design and Database Application (Assessment 2) v2.1 Page 2 of 17 
 
Assessment Information 
• This is an individual open-book assessment. The assessment is worth 50% of your total 
assessment weighting of the entire course. 
• To achieve a pass in this assessment all tasks must be attempted. A minimum pass mark of 
50% for the assessment and meeting all the requirements for LO4 and LO5. 
• You must complete the Student Declaration and attestation on Canvas LMS. 
• You must submit your completed assessment to Canvas. 
• You must ensure you are familiar with NZSE’s academic policies regarding assessments, 
and the relevant resubmission regulations that apply to this course. These policies and 
regulations can be found on your Course Outline on Canvas LMS. 
• Your assessment will be marked on Canvas, and your assessment grade will be provided 
on Canvas too. 
• A maximum of 15% of the content may be quoted or paraphrased from other sources 
provided you acknowledge and cite the original source of material you use. 
• All cases of plagiarism and/or cheating will be investigated and dealt with according to A08: 
Misconduct in Assessment Policy. 
 
Submission Instructions 
You are required to ensure you have carried out the following before submitting your assessment: 
• Assessments submitted online should use the following naming convention: 
o Course Code_ Assessment Number_ Assessment Name_ Student 
Number_Document number o For example, 
IT504_A2_DatabaseApplication_1800XXXX_1 
• All answers must be written in your own words. 
• Proofread and spell check all written assessment work carefully. 
• DO NOT email your document to your tutor, it must be uploaded to the NZSE LMS 
• Check that all evidence required has been uploaded to the link provided on the NZSE LMS 
(Canvas). 
Plagiarism 
• All cases of plagiarism and/or cheating will be investigated and dealt with according to A08: 
Misconduct in Assessment Policy. 
 © NZSE – (NZDITTS5) IT504 Web Design and Database Application (Assessment 2) v2.1 Page 3 of 17 
Assessment Scenario 
You are working for a company called Maximum Velocity Cars as a Junior IT technician. Maximum Velocity 
Cars is a car rental company whose Headquarters is based on Queen Street, Auckland, New Zealand. The 
company opens from 6 am until 10 pm every day and has twenty-eight employees working on a shift basis 
to cater for customers during opening hours. 
The owner of the company, Mr Archer has asked you to create a Database to help his company keep track of 
all the cars that are available to rent or are rented. He would also like the destination to be included so pick 
up of cars can be arranged at noncompany drop-off points. 
Your task is to create a database file by using the following information: 
• CarFleet Table: 
o CarID (AutoNumber) 
o CarManufacturer 
o CarModel 
o CarBodyStle 
o CarFuelType 
o CarTransmission 
o CarReleaseYear 
o CarNumberofSeats 
o CarColour 
o CarLicensePlate 
o CarRentalPrice 
 
• Company Table: 
o CompanyID 
o CompanyBranchName 
o CompanyLocation 
o CompanyPhone 
o CompanyEmail 
 
• Rental Table: 
o RentalID 
o RentalCustomerID 
o RentalCarID 
o RentalPickupID 
o RentalDays 
o RentalTotalCost 
 
• Customer Table: 
o CustomerID 
o CustomerFirstName 
o CustomerLastName 
o CustomerPhone 
o CustomerEmail 
o CustomerDrivingLicense 
o CustomerPassport (If international) 
o CustomerNextofKin 
o CustomerNextofKinContactNumber © NZSE – (NZDITTS5) IT504 Web Design and Database Application (Assessment 2) v2.1 Page 4 of 17 
 
 
Note: Take screenshots to show the various steps taken to produce the final database application and 
screenshots of the SQL query statements used with query output. 
 
Assessment Tasks: Database application creation (100 Marks) 
LO 4: Design a database solution by applying data modelling principles. 
LO 5: Develop a database application by implementing the concepts of relational database. 
 
1. Based on the scenario, design an Entity Relationship Diagram (ERD) by following the steps below: 
a. use Crow’s foot or Chen notation.; (LO4) (5 marks) 
b. contains (LO4) (15 marks) 
• all the entities, (max 4 marks) 
• it’s attributes (max 6 marks) 
• and their relationships; (max 5 marks) 
c. Implement (LO4) (10 marks) 
• primary keys, (max 4 marks) 
• foreign keys, (max 3 marks) 
• cardinality constraints(max 3 marks) 
2. Perform a normalisation in continuation with the ER diagram. (LO4) (16 marks) 
a. Apply 1NF and translate: (6 marks) 
• Convert all entities into tables (max 2 marks) 
• Transform all attributes into columns (max 2 marks) 
• Apply correct data types (max 2 marks). 
b. Apply 2NF upon 1NF and eliminate partial dependencies. This must include: (10 marks) 
• Converting all entities into tables (max 2 marks) 
• Transforming all attributes into columns (max 2 marks) 
• Applying correct data types (max 2 marks). 
• Providing valid relationships with primary and foreign keys. (max 4 marks) 
 
3. Build the database based on the normalisation. This must include: (LO5) (10 Marks) 
a) Query to create database. (max 2 marks) 
b) All tables based on 2NF (max 4 marks) 
c) Correct fields in each table (max 2 marks) 
d) Correct datatypes for each field (max 2 marks) 
4. Populate (minimum 10 rows need to be populated for each table). (LO5) (8 Marks) 
5. Create a query, in design view, which will extract the Customer name and contact details (phone and 
email), make and model of the car, and the number of days they have rented the car for. (LO5) 
 (5 Marks) © NZSE – (NZDITTS5) IT504 Web Design and Database Application (Assessment 2) v2.1 Page 5 of 17 
6. Design and create three (3) forms, showing the following tables, Customers, Car Fleet and Rental 
tables. (LO5) (3 Marks) 
7. Generate a report, showing the output from the query created in task 5, include the company name 
in the heading, and the date report was generated. (LO5) (5 Marks) 
8. Show two ways to enhance and optimise the database. (LO5) (4 Marks) 
9. Create a backup of the database. Please provide evidence, such as screenshots, and also include the 
backup file (LO5) (2 Marks) 
10. Set up a strong password for the database with a minimum of 16 characters, including numbers, 
alphabets, and special characters. Additionally, suggest another method of securing the 
database.(LO5) (5 Marks) 
11. Create queries: 
a. Use the SELECT SQL statement to query data from different COLUMNS (RentalCarID, 
RentalCustomerID and RentalDays) but from the same TABLE (Rental Table) (LO5) (2 marks) 
b. Use the WHERE SQL clause to filter records using a condition (CarFuelType is petrol). (LO5) 
 (2 marks) 
c. Use the NOT SQL operator to create a query to filter the date (CarReleaseYear) based on a 
certain condition (the condition is up to the student). (LO5) (2 marks) 
d. Use the AND SQL operator to create a query to filter the date (CarReleaseYear) based on a 
certain condition (the condition is up to the student). (LO5) (2 marks) 
e. Use the ORDER BY SQL keyword to sort the result-set for CustomerLastName in ascending 
order. (LO5) (2 marks) 
f. Use the MIN() SQL function to return the smallest value from the RentalTotalCost column. 
(LO5) (2 marks) 
 
 
 
Note: Check the marking rubric on pages 8-14 for the mark allocation and guidelines to ensure you gain 
optimum marks. 
 
 
 © NZSE – (NZDITTS5) IT504 Web Design and Database Application (Assessment 2) v2.1 Page 6 of 17 
 
 
 School of Tech 
NZ Diploma in Information Technology Technical Support (Level 5) 
Cover Sheet and Student Declaration 
This sheet must be signed by the student and attached to the submitted assessment. 
Course Title: 
Web Design and Database 
Application 
Course code: IT504 
Student Name: Student ID: 
Assessment No 
& Type: 
Assessment 2 
Database Application 
Cohort: 
Due Date: 
Date 
Submitted: 
 
Tutor’s Name: 
 
Assessment 
Weighting 
50% 
 
Total Marks 100 
 
 
Student Declaration: 
 
I declare that: 
• I have read the New Zealand School of Education Ltd policies and regulations on assessments and 
understand what plagiarism is. 
• I am aware of the penalties for cheating and plagiarism as laid down by the New Zealand School 
of Education Ltd. 
• This is an original assessment and is entirely my own work. 
• Where I have quoted or made use of the ideas of other writers, I have acknowledged the source. 
• This assessment has been prepared exclusively for this course and has not been or will not be 
submitted as assessed work in any other course. 
• It has been explained to me that this assessment may be used by NZSE Ltd, for internal and/or 
external moderation. 
 
Student signature: 
Date: 
 © NZSE – (NZDITTS5) IT504 Web Design and Database Application (Assessment 2) v2.1 Page 7 of 17 
 
Tutor only to complete 
 
Assessment result: Mark /100 Grade 
LO4 Requirements 
Achieved ☐ 
Not Achieved ☐ 
Tutor Signature 
LO5 Requirements 
Achieved ☐ 
Not Achieved ☐ 
 © NZSE – (NZDITTS5) IT504 Web Design and Database Application (Assessment 2) v2.1 Page 8 of 17 
 
 
IT504 - Web Design and Database Application 
Assessment 2 - Assessment Marking Rubrics 
LO 4: Design a database solution by applying data modelling principles. 
LO 5: Develop a database application by implementing the concepts of relational database. 
Criteria 
 LO 4: Design a database solution by applying data modelling principles. 
1. ER 
Diagram 
 
(LO4) 
1a. 
(5 marks) 
Student created ERD using a 
professional tool (crow’s foot 
/Chen’s notation) 
 
 
 (5 marks) 
Student created ERD using a 
professional tool with minor 
mistakes (crow’s foot /Chen’s 
notation) or vice-versa. 
 
(3-4 marks) 
Student created ERD using a 
professional tool with major 
mistakes (crow’s foot /Chen’s 
notation) or vice-versa. 
 
(1 -2 marks) 
Student did not create ERD using any 
professional tool. 
 
 
 
(0 marks) 
1b 
 
(15 marks) 
Student has correctly created the ER Diagram based on the given scenario that included the requirements of 
the ERD: 
1. Four (4) entities (max 4 marks, 1 mark per entity) 
2. Thirty (30) attributes (max 5 marks, 1 mark per 6 attributes) 
3. Three (3) relationships (max 6 marks, 2 marks per relationship) 
 
 
 (1 - 15 marks) 
Student did not include any of following in 
ERD correctly. 
1. entities 
2. attributes 
3. relationship 
 
 (0 marks) 
1c 
(10 marks) 
Student has correctly implemented the requirements of the ERD specified below: 
1. Four (4) primary Keys (max 4 marks, 1 mark per primary key) 
2. Three (3) foreign keys (max 3 marks, 1 mark per foreign key) 
3. Three (3) cardinality constraints (max 3 marks, 1 mark per cardinality constraints) 
 
 
 (1 - 10 marks) 
Student did not include any of following in 
ERD correctly. 
1. Primary keys 
2. foreign keys 
3. cardinality constraints 
 
(0 marks) 
2. Normalisation 
(16 marks) 
(LO4) 
Student has correctly applied the 1NF and translated the following: 
 
1. All entities into tables (max 2 marks, 1 mark per 2 tables) 
2. All attributes into columns (max 2 marks, 1 mark per 15 columns) 
3. Applied correct data types (max 2 marks, 1 mark for correct datatype on 15 columns ). 
 
(1 – 6 marks) 
Student did not apply 1NF. 
 
 
 
 
(0 marks) © NZSE – (NZDITTS5) IT504 Web Design and Database Application (Assessment 2) v2.1 Page 9 of 17 
 
 
Student has correctly applied the 2NF upon 1NF and eliminated partial dependencies as well as included the 
following: 
 
1. Converted all entities into tables (max 2 marks, 1 mark per 2 tables) 
2. Transformed all attributes into columns (max 2 marks, 1 mark per 15 columns) 
3. Applied correct data types (max 2 marks, 1 mark for correct datatype on 15 columns). 
4. Provided valid relationships with primary and foreign keys. (max 4 marks, 1 mark for correct relationship) 
 
(1 – 10 marks) 
 
Student did not apply 2NF. 
 
 
 
 
 
(0 marks) 
 
 
LO 5: Develop a database application by implementing the concepts of relational database. 
3. Database 
creation 
(10 Marks) 
(LO5) 
Student has correctly built the database and included the following: 
 
1. Query to create database. (max 2 marks) 
2. All tables based on 2NF (max 4 marks, 1 mark per table) 
3. Correct fields in each table (max 2 marks, 1 mark per 2 tables correct fields) 
4. Correct datatypes for each field (max 2 marks, 1 mark per 2 tables datatypes) 
 
 (1 - 10 marks) 
Student has not provided evidence of creating and populating any of the 
tables in the database as per a given scenario. 
 
 
 
 
(0 marks) 
4. Populate 
tables 
(8 Marks) 
(LO5) 
Student has populated ALL tables and included: 
1. 10 or more rows in a table (max 2 marks) 
2. 6 to 9 rows in a table (max 1 mark) 
3. 5 or fewer rows in a table (0 marks) 
 
(1 - 8 marks) 
Student has populated all tables but has fewer than 5 rows in each 
table. 
 
 
 (0 marks) 
5. Create a 
query in 
design 
view 
(5 Marks) 
(LO5) 
Student has correctly 
created a query that can 
extract ALL of the 
following required fields 
from multiple tables. 
1. Phone Number (max 
1 mark) 
2. Email (max 1 mark) 
3. Car Make 
(manufacturer) (max 
1 mark) 
Student has correctly 
created a query but can 
extract only four (4) 
required fields mentioned 
from the below required 
fields from multiple 
tables. 
1. Phone Number (max 
1 mark) 
2. Email (max 1 mark) 
Student has correctly 
created a query but can 
extract only three (3) 
required fields mentioned 
from the below required 
fields from multiple 
tables. 
1. Phone Number (max 1 
mark) 
2. Email (max 1 mark) 
Student has correctly 
created a query but can 
extract only two (2) 
required fields mentioned 
from the below required 
fields from multiple 
tables. 
1. Phone Number (max 1 
mark) 
2. Email (max 1 mark) 
Student has correctly 
created a query but can 
extract only one (1) 
required fields mentioned 
from the below required 
fields from multiple 
tables. 
1. Phone Number (max 
1 mark) 
2. Email (max 1 mark) 
 Student has not created 
the query required. 
 
 
 
 
 
 
 © NZSE – (NZDITTS5) IT504 Web Design and Database Application (Assessment 2) v2.1 Page 10 of 17 
 
 
4. Car Model (max 1 
mark) 
5. Number of days 
(Rental days) (max 1 
mark) 
 
 
 
 
(5 marks) 
3. Car Make 
(manufacturer) (max 
1 mark) 
4. Car Model (max 1 
mark) 
5. Number of days 
(Rental days) (max 1 
mark) 
 
(4 marks) 
3. Car Make 
(manufacturer) (max 1 
mark) 
4. Car Model (max 1 
mark) 
5. Number of days 
(Rental days) (max 1 
mark) 
 
(3 marks) 
3. Car Make 
(manufacturer) (max 1 
mark) 
4. Car Model (max 1 
mark) 
5. Number of days 
(Rental days) (max 1 
mark) 
 
(2 marks) 
3. Car Make 
(manufacturer) (max 
1 mark) 
4. Car Model (max 1 
mark) 
5. Number of days 
(Rental days) (max 1 
mark) 
 
(1 marks) 
 
 
 
 
 
 
(0 marks) 
6. Create 3 
Forms 
(3 Marks) 
(LO5) 
Student has created all three (3) Forms. 
 
 
(3 marks) 
Student has created two (2) Forms. 
 
 
(2 marks) 
Student has created one (1) Form. 
 
 
(1 mark) 
Student HAS NOT created 
any forms. 
 
(0 marks) 
7. Create report 
(5 Marks) 
(LO5) 
Student has generated a 
report with correct format 
that: 
• Shows the output 
from query created 
in task 5, (max 3 
marks) 
• Includes the 
company name in the 
header, (max 1 
marks) 
• Includes the date the 
report was generated 
in a visible location. 
(max 1 marks). 
 
 
 
 
 
 
(5 marks) 
Student has generated a 
report with correct format 
that: 
 
Shows the output from 
query created in task 5, 
(max 3 marks) 
 
BUT 
 
Does not include the 
company name in the 
header (max 1 marks). 
 
OR 
 
Does not include the date, 
the report was generated 
in a visible location. (max 
1 marks). 
 
(4 marks) 
 Student has generated a 
report with correct format 
that: 
 
Shows the output from 
query created in task 5, 
(max 3 marks) 
 
BUT 
 
Does not include the 
company name in the 
header (max 1 marks). 
 
AND 
 
Does not include the date, 
the report was generated 
in a visible location. (max 
1 marks). 
 
 
(3 marks) 
Student has generated a 
report with correct format 
that: 
 
Does not show the output 
from query created in task 
5, (max 3 marks) 
 
BUT 
 
Does include the company 
name in the header (max 
1 marks). 
 
AND 
 
Does include the date, the 
report was generated in a 
visible location. (max 1 
marks). 
 
 
(2 marks) 
Student has generated a 
report with correct format 
that: 
 
Does not show the output 
from query created in task 
5, (max 3 marks) 
 
BUT 
 
Does include the company 
name in the header (max 
1 marks). 
 
OR 
 
Does include the date, the 
report was generated in a 
visible location. (max 1 
marks). 
 
 
(1 mark) 
Student has not 
attempted to create the 
report. 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
(0 marks) © NZSE – (NZDITTS5) IT504 Web Design and Database Application (Assessment 2) v2.1 Page 11 of 17 
 
 
8. Optimise 
Database 
(4 Marks) 
(LO5) 
Student has correctly shown two ways to enhance and 
optimise the database. 
 
 
(3 – 4 marks) 
Student has correctly shown only ONE way to enhance and optimise the 
database. 
 
 
(1-2 marks) 
Student has not 
attempted the task. 
 
 
 (0 marks) 
9. Backup 
Database 
(2 Marks) 
(LO5) 
Student has created a backup of the database and provided ALL the 
following: 
1. Backup file (max 1 mark) 
2. Screenshot of the database backup process(max 1 mark) 
 
 
(2 marks) 
Student has created a backup of the database but provided either. 
1. Backup file (max 1 mark) 
OR 
 2. Screenshot of the database backup process(max 1 mark) 
 
 
(1 Mark) 
 Student has not 
created a backup of the 
database. 
 
 
(0 marks) 
10. Apply security 
to database 
(5 Marks) 
(LO5) 
Student has set up a strong password with: 
 
1. A minimum of 16 characters (max 1 mark) 
2. Password includes numbers, alphabets, and special characters 
(max 2 marks) 
3. AND provided another way of securing the database (max 2 
marks) 
 
(4 – 5 marks) 
Student has set up a strong password with: 
1. A minimum of 16 characters (max 1 mark) 
2. Password includes numbers, alphabets, and special 
characters (max 2 marks) 
 
BUT NOT provided another way of securing the database (max 2 
marks) 
 
(1 – 3 marks) 
Student has NOT set 
up a strong password 
AND NOT provide at 
least 1 other way of 
securing the database. 
 
(0 marks) 
11. Create Queries 
(12 Marks) 
 
(LO5) 
using Select 
SQL 
(2 Marks) 
 Student has provided evidence of query using the correct SELECT 
SQL command to show the required output. 
 
(2 marks) 
Student has provided evidence of query using SELECT SQL 
command, but the output is incorrect. 
 
(1 mark) 
Student has not 
attempted the task. 
 
(0 marks) 
using WHERE 
SQL 
(2 Marks) 
 Student has provided evidence of query using the correct WHERE 
SQL command to show the required output. 
 
(2 marks) 
Student has provided evidence of query using WHERE SQL 
command, but the output is incorrect. 
 
(1 mark) 
Student has not 
attempted the task. 
 
(0 marks) 
using NOT 
SQL 
(2 Marks) 
 Student has provided evidence of query using the correct NOT SQL 
command to show the required output. 
 
(2 marks) 
Student has provided evidence of query using NOT SQL 
command, but the output is incorrect. 
 
 (1 mark) 
Student has not 
attempted the task. 
 
 (0 marks) © NZSE – (NZDITTS5) IT504 Web Design and Database Application (Assessment 2) v2.1 Page 12 of 12 
 
 
using AND 
SQL 
 (2 marks) 
 Student has provided evidence of query using the correct AND SQL 
command to show the required output. 
 
(2 marks) 
Student has provided evidence of query using AND SQL 
command, but the output is incorrect. 
請加QQ:99515681  郵箱:99515681@qq.com   WX:codinghelp









 

標(biāo)簽:

掃一掃在手機(jī)打開當(dāng)前頁
  • 上一篇:代做UIC's finance office.、代寫java編程語言
  • 下一篇:3809ICT代寫、Python/Java程序代做
  • 無相關(guān)信息
    昆明生活資訊

    昆明圖文信息
    蝴蝶泉(4A)-大理旅游
    蝴蝶泉(4A)-大理旅游
    油炸竹蟲
    油炸竹蟲
    酸筍煮魚(雞)
    酸筍煮魚(雞)
    竹筒飯
    竹筒飯
    香茅草烤魚
    香茅草烤魚
    檸檬烤魚
    檸檬烤魚
    昆明西山國家級風(fēng)景名勝區(qū)
    昆明西山國家級風(fēng)景名勝區(qū)
    昆明旅游索道攻略
    昆明旅游索道攻略
  • 短信驗證碼平臺 理財 WPS下載

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

    Copyright © 2025 kmw.cc Inc. All Rights Reserved. 昆明網(wǎng) 版權(quán)所有
    ICP備06013414號-3 公安備 42010502001045

    美女扒开腿免费视频_蜜桃传媒一区二区亚洲av_先锋影音av在线_少妇一级淫片免费放播放_日本泡妞xxxx免费视频软件_一色道久久88加勒比一_熟女少妇一区二区三区_老司机免费视频_潘金莲一级黄色片_精品国产精品国产精品_黑人巨大猛交丰满少妇
    波多野结衣av在线观看| 欧美性受xxxx黑人| 影音先锋男人看片资源| 成人小视频免费看| 波多野结衣中文字幕在线播放| 免费人成视频在线播放| 喷水视频在线观看| 看免费黄色录像| 精品欧美一区二区久久久久| xxxxxx黄色| 国产精品久久久免费看| 三级视频网站在线观看| 国产欧美小视频| 污污污www精品国产网站| 精品人妻中文无码av在线| 国产精品91av| 羞羞在线观看视频| 亚洲熟妇无码av| 午夜国产福利一区二区| 日本一区二区视频在线播放| 初高中福利视频网站| 色哟哟精品观看| 欧美日韩一区二区三区四区五区六区| 九九九视频在线观看| 李丽珍裸体午夜理伦片| 午夜免费激情视频| 四虎地址8848| 1024在线看片| 成人性生交大免费看| 人妻激情偷乱频一区二区三区| 免费精品在线视频| 日本二区在线观看| 熟女丰满老熟女熟妇| 折磨小男生性器羞耻的故事| 久久无码专区国产精品s| 黄色录像免费观看| 中文字幕免费在线看线人动作大片| 精品影片一区二区入口| 69av视频在线| 成熟的女同志hd| 蜜臀av午夜精品久久| 免费一级特黄3大片视频| 先锋影音av在线| 国产精品美女高潮无套| 熟女俱乐部一区二区视频在线| 丝袜熟女一区二区三区| 欧美肉大捧一进一出免费视频 | 精品人妻无码一区二区三区| 国产精品扒开腿做爽爽爽a片唱戏| 免费欧美一级片| 大桥未久恸哭の女教师| 69xxx免费视频| 久久人妻一区二区| 国产熟妇搡bbbb搡bbbb| 97人妻人人揉人人躁人人| 在线观看日本黄色| 日本老熟俱乐部h0930| 五月天丁香激情| 国产人妻黑人一区二区三区| 中文字幕一区二区三区人妻| 国产人妻大战黑人20p| 女教师淫辱の教室蜜臀av软件| 午夜国产小视频| 日本黄色大片在线观看| 欧美色图亚洲激情| 成人午夜免费影院| 免费看三级黄色片| 中文字幕乱码在线| 调教驯服丰满美艳麻麻在线视频| 欧美成人短视频| 小日子的在线观看免费第8集| 中文字幕 日本| 欧美成人久久久免费播放| 亚洲欧美一区二区三区四区五区| 午夜男人的天堂| 欧美在线视频第一页| 国产夫妻性爱视频| 国产日韩欧美在线观看视频| 极品人妻一区二区三区| 男人av资源站| 中文字幕第20页| 中文字幕永久免费| 波多野结衣家庭教师在线观看| 精品无码av一区二区三区| 小早川怜子久久精品中文字幕| 免费看一级大片| 欧美狂猛xxxxx乱大交3| 一区二区在线免费观看视频| 中字幕一区二区三区乱码| 性活交片大全免费看| 亚洲精品无码一区二区| 国产一区二区三区精品在线| 中国一级特黄录像播放| 古装做爰无遮挡三级聊斋艳谭| 国产sm调教视频| 日批视频免费看| 疯狂试爱三2浴室激情视频| 国精品无码人妻一区二区三区| 久久久久久无码精品人妻一区二区| 欧美18—19性高清hd4k| 中文字幕一区三区久久女搜查官| 欧美三级在线免费观看| 黄色片子在线观看| 波多野结衣家庭教师在线观看| 偷拍夫妻性生活| 爱爱免费小视频| 大地资源二中文在线影视观看| 国产xxx在线观看| 日韩精品一区二区亚洲av性色| 91成年人网站| 91porn在线视频| 日韩欧美123区| 特级片在线观看| 中文字幕人妻熟女人妻a片| www.99re7| 少妇丰满尤物大尺度写真| 少妇高潮在线观看| 日本中文在线视频| 免费黄视频在线观看| 免费国偷自产拍精品视频| 乱h高h女3p含苞待放| 国产精品免费人成网站酒店| 少妇高潮一区二区三区喷水| 久草手机视频在线观看| 成熟的女同志hd| 日本一卡二卡在线| 最近中文字幕在线mv视频在线 | 99热这里只有精品2| 丰满人妻一区二区三区53视频| 在线观看一区二区三区视频| 久久免费精品国产| 野外性满足hd| 国产又粗又黄又猛| 欧美性猛交xxxxx少妇| 国产性生活毛片| 成年人在线免费看片| 成人欧美一区二区三区黑人一| 国产十六处破外女视频| 天堂www中文在线资源| 国产成人一区二区在线观看| 99精品久久久久| 波多野结衣 在线| 国产美女久久久久久| 最新在线黄色网址| 国产三级精品三级观看| 国产精品久久久久野外| 一级肉体全黄裸片| 手机看片国产精品| 日韩av片在线| jlzzjizz在线播放观看| 午夜精品一区二区三级视频| 插我舔内射18免费视频| 国产精品成人69xxx免费视频 | 中文字幕手机在线观看| 免费中文字幕av| 欧美熟妇另类久久久久久多毛| 日本高清www| 老司机免费视频| 波多野结衣电影免费观看| xxxxx在线观看| 成熟妇人a片免费看网站| 粉嫩精品久久99综合一区| 精品人妻一区二区免费视频| 日韩精品国产一区| 日韩三级在线观看视频| a级黄色免费视频| 波多野结衣先锋影音| 中文字幕在线播放一区二区| 一级特黄曰皮片视频| 国产ts丝袜人妖系列视频| 18禁一区二区三区| 福利所第一导航| 国产黄色一区二区三区| 我要看一级黄色录像| 四虎国产精品成人免费入口| 成年人网站免费看| 蜜桃精品成人影片| 久久久午夜精品福利内容| 秘密基地免费观看完整版中文| 国产女片a归国片aa| www青青草原| 国产手机在线观看| 日韩av在线看免费观看| 欧美做受xxxxxⅹ性视频| www.av天天| 国产黄色大片免费看| 成年人免费视频播放| 精品一区二区在线观看视频| 天堂资源在线视频| 精品手机在线视频| 午夜爽爽爽男女免费观看| 亚洲精品久久久久久| 稀缺呦国内精品呦| 午夜一区二区三区免费| 日本成人午夜影院| 综合 欧美 亚洲日本| 精品国产欧美日韩不卡在线观看| 免费观看黄网站| 不卡一区二区在线观看| 人妻无码一区二区三区免费|