Icon Crear Crear

CRUD= Fill in the blanks (D)

Completar frases

Fill in the blanks

Descarga la versión para jugar en papel

0 veces realizada

Creada por

Colombia
Este juego es una version de

Top 10 resultados

Todavía no hay resultados para este juego. ¡Sé el primero en aparecer en el ranking! para identificarte.
Crea tu propio juego gratis desde nuestro creador de juegos
Compite contra tus amigos para ver quien consigue la mejor puntuación en esta actividad
  1. tiempo
    puntuacion
  1. tiempo
    puntuacion
tiempo
puntuacion
tiempo
puntuacion
game-icon

Completar

CRUD= Fill in the blanks (D)

Fill in the blanks

Carolina GOMEZ MELENDEZ
1

applications database parameter data statement

Most have some form of CRUD functionality . In fact , every programmer has had to deal with CRUD at some point . Not to mention , a CRUD application is one that utilizes forms to retrieve and return data from a .

The first reference to CRUD operations came from Haim Kilov in 1990 in an article titled , ? From semantic to object - oriented modeling . ? However , the term was first made popular by James Martin ? s 1983 book , Managing the Data - base Environment . Here ? s a breakdown :

CREATE procedures : Performs the INSERT to create a new record .
READ procedures : Reads the table records based on the primary keynoted within the input .
UPDATE procedures : Executes an UPDATE statement on the table based on the specified primary key for a record within the WHERE clause of the statement .
DELETE procedures : Deletes a specified row in the WHERE clause .