Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You are part of a team required to create an E-commerce Website (Business to Consumer e.g. amazon) Question 1: Software Life Cycle (SDLC) a) List

image text in transcribed

You are part of a team required to create an E-commerce Website (Business to Consumer e.g. amazon) Question 1: Software Life Cycle (SDLC) a) List the functional requirements to build the system specification of your website, which should be approved by the customer? (no less than 3 requirements) b) List the best hardware used in which it can help the responsible team in this project to complete it, you are required to explain at least 4 hardware and the usage of each hardware? c) List the best software used in which it can help the responsible team in this project to complete it, you are required to explain at least 3 software and the usage of each software? Question 2: Structured Query Language (SQL) a) Create a Movie Library of your favorite movies with the following details: Title Primary Director Year Released Genre b) Insert at least eight movies. c) Select one genre and list all related movies. d) Update one of the movies' (year released) value. e) Delete the movie you updated in step (d). create table Test(id integer, title varchar(100)); insert into Test(id, title) values(1, "Hello"); select * from Test; --Your code here

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning Microsoft SQL Server 2012 Programming

Authors: Paul Atkinson, Robert Vieira

1st Edition

1118102282, 9781118102282

More Books

Students also viewed these Databases questions

Question

What is the difference between Needs and GAP Analyses?

Answered: 1 week ago

Question

What are ERP suites? Are HCMSs part of ERPs?

Answered: 1 week ago