Created by Alvarado Zamudio Leo
over 8 years ago
|
||
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