*   >> Lectura Educación Artículos >> science >> programación

Consulta de Sybase Database

INSERT INTO Proveedores (nombre, dirección, ciudad, estado, país, teléfono) VALUES ('New Orleans Cajun Delights "," PO Box 25934 "," Nueva Orleans "," LA "," EE.UU. "," 100-555-4822 '); INSERT INTO Empleados (nombre, dirección, ciudad, estado, país, teléfono, Gerente) VALUES ('John Smith', '2817 Milton Dr. "," Boston "," MA "," EE.UU. "," 505-555-5939 ', 1); INSERT INTO Empleados (nombre, dirección, ciudad, estado, país, teléfono, Gerente) VALUES ('Mary Jones', '187 Suffolk Ln.', 'Boston', 'MA', 'EE.UU.

', '208-555-8097 ', 1); INSERT INTO Empleados (nombre, dirección, ciudad, estado, país, teléfono, Gerente) VALUES ('John Jackson', 'PO Box 555 "," Boston "," MA "," EE.UU. "," 307-555-6525 " , 1); INSERT INTO Empleados (nombre, dirección, ciudad, estado, país, teléfono, Gerente) VALUES ('Roy M Gild', '89 Jefferson Way Suite 2 "," Boston "," MA "," EE.UU. "," 503-555 -3612 ', 2); INSERT INTO Empleados (nombre, dirección, ciudad, estado, país, teléfono, Gerente) VALUES ('Gracia Peterson', '55 Grizzly Peak Rd. ',' Boston ',' MA ',' EE.UU.

',' 406-555- 8083 ', 2); INSERT INTO Ventas (EmployeeID, CustomerID) VALUES (2, 1); INSERT INTO Ventas (EmployeeID, CustomerID) VALUES (1, 3); INSERT INTO Ventas (EmployeeID, CustomerID) VALUES (5, 1); INSERT INTO Ventas (EmployeeID, CustomerID) VALUES (3, 4); INSERT INTO Ventas (EmployeeID, CustomerID) VALUES (1, 2); INSERT INTO SaleDetails (SaleID, ProductID, SoldPrice) VALUES (1, 1, 0.

75); INSERT INTO SaleDetails (SaleID, ProductID, SoldPrice) VALUES (1, 3, 3); INSERT INTO SaleDetails (SaleID, ProductID, SoldPrice) VALUES (1, 5, 1,25); INSERT INTO SaleDetails (SaleID, ProductID, SoldPrice) VALUES (2, 7, 21); INSERT INTO SaleDetails (SaleID, ProductID, SoldPrice) VALUES (2, 9, 3); INSERT INTO Órdenes (EmployeeID, IdProveedor) VALUES (2, 1); INSERT INTO Órdenes (EmployeeID, IdProveedor) VALUES (1, 3); INSERT INTO Órdenes (EmployeeID, IdProveedor) VALUES (5, 1); INSERT INTO Órdenes (EmployeeID, IdProveedor) VALUES (3, 4); INSERT INTO Órdenes (EmployeeID, IdProveedor) VALUES (1, 2); INSERT INTO OrderDetails (OrderID, ProductID, BoughtPrice, descuento) VALUES (1, 1, 0.

5,0); INSERT INTO OrderDetails (OrderID, ProductID, BoughtPrice, Descuento) VALUES (1, 3, 2,0); INSERT INTO OrderDetails (OrderID, ProductID, BoughtPrice, Descuento) VALUES (1, 5, 1,0); INSERT INTO OrderDetails (OrderID, ProductID, BoughtPrice, Descuento) VALUES (2, 7, 20,0); INSERT INTO OrderDetails (OrderID, ProductID, BoughtPrice, Descuento) VALUES (2, 9, 2,0);

Page   <<  [1] [2] [3] [4] >>
Copyright © 2008 - 2016 Lectura Educación Artículos,https://lectura.nmjjxx.com All rights reserved.