Salta al contenuto
- W3schools.com
- W3schools.com
- W3schools.com_Try
- sql/sql_orderby.asp
- SELECT * FROM Customers;
- CustomerID CustomerName ContactName Address City PostalCode Country
- SELECT * FROM Suppliers;
- SupplierID SupplierName ContactName Address City PostalCode Country Phone
- SELECT * FROM Products;
- ProductID ProductName SupplierID CategoryID Unit Price 1 Chais 1
- SELECT * FROM Categories;
- ProductID ProductName SupplierID CategoryID Unit Price 1 Chais 1
- SELECT * FROM OrderDetails;
- OrderDetailID OrderID ProductID Quantity