Erstellt von Alvarado Zamudio Leo
vor mehr als 8 Jahre
|
||
Existen varias funciones (Create, Read, Update and Delete, o sea, Crear, Leer, Actualizar y Borrar).
Código "ejemplo básico" SELECT [ALL | DISTINCT] [TOP nExpr [PERCENT]] [Alias.]
Update
Ejemplo de Código Update
update CURSOS
set ID_PROFE = 2
where ID_CURSO = 5