-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsampledb.json
1 lines (1 loc) · 1.32 KB
/
sampledb.json
1
{"tables":{"Loans":{"attributes":{"loan_id":{"type":"STRING"},"copy":{"type":"STRING"},"customer":{"type":"STRING"},"start":{"type":"STRING"},"due":{"type":"STRING"}},"datafile":"/afs/inf.ed.ac.uk/group/teaching/dbs/2022/coursework/cw1/ra/sampledb_data/loans.csv"},"Returns":{"attributes":{"loan":{"type":"STRING"},"date":{"type":"STRING"}},"datafile":"/afs/inf.ed.ac.uk/group/teaching/dbs/2022/coursework/cw1/ra/sampledb_data/returns.csv"},"Customers":{"attributes":{"cust_id":{"type":"STRING"},"name":{"type":"STRING"},"branch":{"type":"STRING"}},"datafile":"/afs/inf.ed.ac.uk/group/teaching/dbs/2022/coursework/cw1/ra/sampledb_data/customers.csv"},"Copies":{"attributes":{"copy_id":{"type":"STRING"},"title":{"type":"STRING"},"author":{"type":"STRING"},"branch":{"type":"STRING"}},"datafile":"/afs/inf.ed.ac.uk/group/teaching/dbs/2022/coursework/cw1/ra/sampledb_data/copies.csv"},"Books":{"attributes":{"title":{"type":"STRING"},"author":{"type":"STRING"},"genre":{"type":"STRING"},"subgenre":{"type":"STRING"}},"datafile":"/afs/inf.ed.ac.uk/group/teaching/dbs/2022/coursework/cw1/ra/sampledb_data/books.csv"},"Holds":{"attributes":{"customer":{"type":"STRING"},"title":{"type":"STRING"},"author":{"type":"STRING"},"queue":{"type":"STRING"}},"datafile":"/afs/inf.ed.ac.uk/group/teaching/dbs/2022/coursework/cw1/ra/sampledb_data/holds.csv"}},"views":{}}