This commit is contained in:
Yam ZhengLim
2022-09-26 00:59:22 +08:00
parent 4a23b11bfd
commit 6f137bc88d
4 changed files with 12 additions and 14 deletions
+2 -8
View File
@@ -1,10 +1,4 @@
{
"customers" : "SELECT * FROM customers;",
"employees" : "SELECT * FROM employees;",
"offices" : "SELECT * FROM offices;",
"orderdetails" : "SELECT * FROM orderdetails;",
"orders" : "SELECT * FROM orders;",
"payments" : "SELECT * FROM payments;",
"productlines" : "SELECT * FROM productlines;",
"products" : "SELECT * FROM products;"
"contacts" : "SELECT * FROM contacts;",
"transactions" : "SELECT * FROM transactions;"
}