Evaluating bids

Sql query

Published on the August 10, 2018 in IT & Programming

About this project

Open

2.    Cada elemento en un sito web de compras online pertenece a un vendedor distinto. Para asegurar la calidad del servicio, cada vendedor tiene un rating (valoraciĆ³n).

Los datos se registran usando las siguientes dos tablas:


table vendedor

id integer primary key,

nombre varchar(30) not null,

rating integer not null

table producto

id integer primary key,

nombre varchar(30) not null,


vendedorid integer references vendedor(id)

escriba una consulta sql que seleccione el nombre del producto y los nombres de los vendedores para cada producto que pertenezcan al vendedor con un rating mayor que 4.

Category IT & Programming
Subcategory Desktop apps
What is the scope of the project? Small change or bug
Is this a project or a position? Project
I currently have I have specifications
Required availability As needed
API Integrations Other (Other APIs)
Required platforms Windows

Delivery term: August 11, 2018

Skills needed