Advertisement
ADL_Rodrigo_Silva

Untitled

Jan 26th, 2022
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. INSERT INTO usuario (email, nombre, telefono) VALUES ('[email protected]',
  2. 'Juan', '12345678');
  3. INSERT INTO usuario (email, nombre, telefono) VALUES ('[email protected]',
  4. 'Francisca', '12345679');
  5. INSERT INTO registro (id, reporte, responsable, usuario_email) VALUES ( 1,
  6. 'El usuario presenta problemas para realizar el pago online', 'Javiera',
  7. INSERT INTO registro (id, reporte, responsable, usuario_email) VALUES (2,
  8. 'El usuario presenta problemas para ingresar a la plataforma', 'Javiera',
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement