Créer jeu
Télécharger
Obtenir Plan Académique
Partager le jeu
Intégrez-le à votre plateforme

Vous pouvez intégrer le jeu dans un LMS compatible avec LTI 1.1 ou LTI 1.3 comme Canvas, Moodle ou Blackboard. Les scores seront ainsi automatiquement enregistrés dans le carnet de notes de la plateforme.
Télécharger
Vous avez dépassé le nombre maximum de jeux que vous pouvez intégrer à Google Classroom avec votre Plan actuel.

Pour intégrer autant de jeux que vous le souhaitez dans Google Classroom, vous avez besoin d’un Plan Académique ou un Plan Commerciel.

Vous avez dépassé le nombre maximum de jeux que vous pouvez intégrer à Microsoft Teams avec votre Plan actuel.

Pour intégrer autant de jeux que vous le souhaitez dans Microsoft Teams, vous avez besoin d’un Plan Académique ou un Plan Commerciel.

Le téléchargement du jeu est une fonctionnalité exclusive pour les utilisateurs avec un Plan Académique ou un Plan Commercial.

Obtenez votre Plan Académique ou Plan Commercial dès maintenant et commencez à intégrer vos jeux dans votre LMS, votre site Web ou votre blog.

Si vous le souhaitez, vous pouvez télécharger une jeu de test ici et tester son intégration:

Intro to SQL Databases

Compléter

Parties jouées 8

À propos de cette activité

Test your knowledge of Basic Microsoft SQL with this engaging fill-in-the-blanks game!

Créé par

United Kingdom

Téléchargez la version pour jouer sur papier

Créez votre propre jeu gratuite à partir de notre créateur de jeu
Affrontez vos amis pour voir qui obtient le meilleur score dans ce jeu

Top Jeux

%
Anonyme
Anonyme
%
%
%
Vous avez dépassé le nombre maximum de jeux que vous pouvez imprimer avec votre Plan actuel.

Pour imprimer autant de jeux que vous le souhaitez, vous avez besoin d’un Plan Académique ou un Plan Commerciel.

Imprimez votre jeu
Intro to SQL Databases
 

Compléter

Intro to SQL DatabasesVersion en ligne

Test your knowledge of Basic Microsoft SQL with this engaging fill-in-the-blanks game!

par Mrs Robbie
1

Query Structured primary SELECT

SQL is a foundational aspect of database management . SQL , or Language , is used to communicate with databases . It allows users to create , read , update , and delete data efficiently . Understanding the basic commands such as , INSERT , UPDATE , and DELETE is crucial for anyone working with databases . The SELECT statement retrieves data from one or more tables , while INSERT adds new records . UPDATE modifies existing data , and DELETE removes records from the database . Additionally , learning about data types , keys , and foreign keys is essential for designing effective databases .

2

relational two one link uniquely record repeated foreign

Flat file databases consist of table .
As a result , a large database will most likely have data which is unnecessarily several times in the same table .
The way to avoid insert , delete and update anomalies is to design databases that use or more linked tables to store data .
A primary key is a field used to identify every in the database .
A key is a primary key from one table that appears in another table to the two together .

3

field largest smallest Descending Ascending

A sort orders the data on a which you choose .
order starts with the smallest first and works its way up to the .
Surname in alphabetical order A ? Z
order starts with the largest first and works its way down to the .

4

FROM BY ORDER WHERE SELECT

- Used to extract the fields
- The table where the records are coming from
- The condition that has to be met
- Sorting the results ascending or descendin g

Voulez-vous vraiment quitter la page ?

En quittant la page, vous perdrez la progression du jeu.