fr

Daily Challenge 🗓️

Your daily dose of technical intelligence to shine in (developer) society.

Discover a software development quiz per day with its detailed correction.

Frontend, Backend, Mobile, Data, Web, AI, Infra... Everything that can be coded!

Wednesday 1 July 2026

-

SQL Data Design

SQL Data Design #1/9

THIS BLOCK IS THE SAME FOR ALL QUESTIONS

You must design a landscaper marketplace.

A person can register as a landscaper. She then chooses the services she offers from a pre-established list. She then declares - by selecting on a calendar - her availability (a start date and an end date, the days are always whole).

Another person can register on the site as a client. She can then select the service or services she is looking for. A list of landscapers is then presented to her with a filter that allows only landscapers available for certain days / periods to be presented.

If the client finds an adequate landscaper, he can then select the dates he actually needs and then place an order.

All quiz questions refer to this problem.

####Two important constraints are added to answer the questions:

No data redundancy is tolerated.

We will consider the storage of structured data (table, hash, json, etc.) in a single data field impossible.

In the relationship between clients and orders, the foreign key is located

Author: W3D TeamStatus: PublishedQuestion passed 727 times
1
Reviews from developers
developer avatar
Auteur anonyme
19/11/2021
Plusieurs solution ici et celle demandée par le quizz n'est pas précisée
developer avatar
Auteur anonyme
30/11/2021
Je ne comprend pas la remarque. Les commandes sont forcément associées à un client et uniquement un seul. Il faut donc que l'identifiant du client, sa clef primaire se retrouve en qualité de clé étrangère dans la table commande.
developer avatar
Auteur anonyme
30/11/2021
Oui c'est vrai, pardon

About Daily Challenge 🗓️

From Monday to Friday, discover each day a quiz question with its detailed answer to enrich your tech knowledge. The questions are proposed by the WeLoveDevs.com community: experienced developers, trainers and freelancers.WeLoveDevs.com helps developers to find their dream job. We also provide over 50 free technical tests in different technologies for those of you who would like to test your knowledge.

History

    ⚠️
    Your browser is badly|not supported!
    We recommend you to use a more modern browser such as Edge, Chrome or Firefox
    Know More