diff --git "a/spider_schema_rows.json" "b/spider_schema_rows.json" deleted file mode 100644--- "a/spider_schema_rows.json" +++ /dev/null @@ -1,1164 +0,0 @@ -[ - { - "Schema (values)": "perpetrator : Perpetrator_ID , People_ID , Date , Year , Location , Country , Killed , Injured | people : People_ID , Name , Height , Weight , Home Town", - "Column names (type)": "people : * (text) | perpetrator : Perpetrator_ID (number) | perpetrator : People_ID (number) | perpetrator : Date (text) | perpetrator : Year (number) | perpetrator : Location (text) | perpetrator : Country (text) | perpetrator : Killed (number) | perpetrator : Injured (number) | people : People_ID (number) | people : Name (text) | people : Height (number) | people : Weight (number) | people : Home Town (text)", - "Primary Keys": "perpetrator : Perpetrator_ID | people : People_ID", - "Foreign Keys": "perpetrator : People_ID equals people : People_ID", - "db_id": "perpetrator" - }, - { - "Schema (values)": "classroom : building , room_number , capacity | department : dept_name , building , budget | course : course_id , title , dept_name , credits | instructor : ID , name , dept_name , salary | section : course_id , sec_id , semester , year , building , room_number , time_slot_id | teaches : ID , course_id , sec_id , semester , year | student : ID , name , dept_name , tot_cred | takes : ID , course_id , sec_id , semester , year , grade | advisor : s_ID , i_ID | time_slot : time_slot_id , day , start_hr , start_min , end_hr , end_min | prereq : course_id , prereq_id", - "Column names (type)": "prereq : * (text) | classroom : building (text) | classroom : room_number (text) | classroom : capacity (number) | department : dept_name (text) | department : building (text) | department : budget (number) | course : course_id (text) | course : title (text) | course : dept_name (text) | course : credits (number) | instructor : ID (text) | instructor : name (text) | instructor : dept_name (text) | instructor : salary (number) | section : course_id (text) | section : sec_id (text) | section : semester (text) | section : year (number) | section : building (text) | section : room_number (text) | section : time_slot_id (text) | teaches : ID (text) | teaches : course_id (text) | teaches : sec_id (text) | teaches : semester (text) | teaches : year (number) | student : ID (text) | student : name (text) | student : dept_name (text) | student : tot_cred (number) | takes : ID (text) | takes : course_id (text) | takes : sec_id (text) | takes : semester (text) | takes : year (number) | takes : grade (text) | advisor : s_ID (text) | advisor : i_ID (text) | time_slot : time_slot_id (text) | time_slot : day (text) | time_slot : start_hr (number) | time_slot : start_min (number) | time_slot : end_hr (number) | time_slot : end_min (number) | prereq : course_id (text) | prereq : prereq_id (text)", - "Primary Keys": "classroom : building | department : dept_name | course : course_id | instructor : ID | section : course_id | teaches : ID | student : ID | takes : ID | advisor : s_ID | time_slot : time_slot_id | prereq : course_id", - "Foreign Keys": "course : dept_name equals department : dept_name | instructor : dept_name equals department : dept_name | section : building equals classroom : building | section : room_number equals classroom : room_number | section : course_id equals course : course_id | teaches : ID equals instructor : ID | teaches : course_id equals section : course_id | teaches : sec_id equals section : sec_id | teaches : semester equals section : semester | teaches : year equals section : year | student : dept_name equals department : dept_name | takes : ID equals student : ID | takes : course_id equals section : course_id | takes : sec_id equals section : sec_id | takes : semester equals section : semester | takes : year equals section : year | advisor : s_ID equals student : ID | advisor : i_ID equals instructor : ID | prereq : prereq_id equals course : course_id | prereq : course_id equals course : course_id", - "db_id": "college_2" - }, - { - "Schema (values)": "airport : id , City , Country , IATA , ICAO , name | operate_company : id , name , Type , Principal_activities , Incorporated_in , Group_Equity_Shareholding | flight : id , Vehicle_Flight_number , Date , Pilot , Velocity , Altitude , airport_id , company_id", - "Column names (type)": "flight : * (text) | airport : id (number) | airport : City (text) | airport : Country (text) | airport : IATA (text) | airport : ICAO (text) | airport : name (text) | operate_company : id (number) | operate_company : name (text) | operate_company : Type (text) | operate_company : Principal_activities (text) | operate_company : Incorporated_in (text) | operate_company : Group_Equity_Shareholding (number) | flight : id (number) | flight : Vehicle_Flight_number (text) | flight : Date (text) | flight : Pilot (text) | flight : Velocity (number) | flight : Altitude (number) | flight : airport_id (number) | flight : company_id (number)", - "Primary Keys": "airport : id | operate_company : id | flight : id", - "Foreign Keys": "flight : company_id equals operate_company : id | flight : airport_id equals airport : id", - "db_id": "flight_company" - }, - { - "Schema (values)": "Inst : instID , name , country | Authors : authID , lname , fname | Papers : paperID , title | Authorship : authID , instID , paperID , authOrder", - "Column names (type)": "Authorship : * (text) | Inst : instID (number) | Inst : name (text) | Inst : country (text) | Authors : authID (number) | Authors : lname (text) | Authors : fname (text) | Papers : paperID (number) | Papers : title (text) | Authorship : authID (number) | Authorship : instID (number) | Authorship : paperID (number) | Authorship : authOrder (number)", - "Primary Keys": "Inst : instID | Authors : authID | Papers : paperID | Authorship : authID", - "Foreign Keys": "Authorship : paperID equals Papers : paperID | Authorship : instID equals Inst : instID | Authorship : authID equals Authors : authID", - "db_id": "icfp_1" - }, - { - "Schema (values)": "body_builder : Body_Builder_ID , People_ID , Snatch , Clean_Jerk , Total | people : People_ID , Name , Height , Weight , Birth_Date , Birth_Place", - "Column names (type)": "people : * (text) | body_builder : Body_Builder_ID (number) | body_builder : People_ID (number) | body_builder : Snatch (number) | body_builder : Clean_Jerk (number) | body_builder : Total (number) | people : People_ID (number) | people : Name (text) | people : Height (number) | people : Weight (number) | people : Birth_Date (text) | people : Birth_Place (text)", - "Primary Keys": "body_builder : Body_Builder_ID | people : People_ID", - "Foreign Keys": "body_builder : People_ID equals people : People_ID", - "db_id": "body_builder" - }, - { - "Schema (values)": "storm : Storm_ID , Name , Dates_active , Max_speed , Damage_millions_USD , Number_Deaths | region : Region_id , Region_code , Region_name | affected_region : Region_id , Storm_ID , Number_city_affected", - "Column names (type)": "affected_region : * (text) | storm : Storm_ID (number) | storm : Name (text) | storm : Dates_active (text) | storm : Max_speed (number) | storm : Damage_millions_USD (number) | storm : Number_Deaths (number) | region : Region_id (number) | region : Region_code (text) | region : Region_name (text) | affected_region : Region_id (number) | affected_region : Storm_ID (number) | affected_region : Number_city_affected (number)", - "Primary Keys": "storm : Storm_ID | region : Region_id | affected_region : Region_id", - "Foreign Keys": "affected_region : Storm_ID equals storm : Storm_ID | affected_region : Region_id equals region : Region_id", - "db_id": "storm_record" - }, - { - "Schema (values)": "aircraft : Aircraft_ID , Order_Year , Manufacturer , Model , Fleet_Series , Powertrain , Fuel_Propulsion | pilot : Pilot_ID , Pilot_name , Rank , Age , Nationality , Position , Join_Year , Team | pilot_record : Record_ID , Pilot_ID , Aircraft_ID , Date", - "Column names (type)": "pilot_record : * (text) | aircraft : Aircraft_ID (number) | aircraft : Order_Year (number) | aircraft : Manufacturer (text) | aircraft : Model (text) | aircraft : Fleet_Series (text) | aircraft : Powertrain (text) | aircraft : Fuel_Propulsion (text) | pilot : Pilot_ID (number) | pilot : Pilot_name (text) | pilot : Rank (number) | pilot : Age (number) | pilot : Nationality (text) | pilot : Position (text) | pilot : Join_Year (number) | pilot : Team (text) | pilot_record : Record_ID (number) | pilot_record : Pilot_ID (number) | pilot_record : Aircraft_ID (number) | pilot_record : Date (text)", - "Primary Keys": "aircraft : Aircraft_ID | pilot : Pilot_ID | pilot_record : Pilot_ID", - "Foreign Keys": "pilot_record : Aircraft_ID equals aircraft : Aircraft_ID | pilot_record : Pilot_ID equals pilot : Pilot_ID", - "db_id": "pilot_record" - }, - { - "Schema (values)": "race : Race_ID , Name , Class , Date , Track_ID | track : Track_ID , Name , Location , Seating , Year_Opened", - "Column names (type)": "track : * (text) | race : Race_ID (number) | race : Name (text) | race : Class (text) | race : Date (text) | race : Track_ID (text) | track : Track_ID (number) | track : Name (text) | track : Location (text) | track : Seating (number) | track : Year_Opened (number)", - "Primary Keys": "race : Race_ID | track : Track_ID", - "Foreign Keys": "race : Track_ID equals track : Track_ID", - "db_id": "race_track" - }, - { - "Schema (values)": "author : aid , homepage , name , oid | conference : cid , homepage , name | domain : did , name | domain_author : aid , did | domain_conference : cid , did | journal : homepage , jid , name | domain_journal : did , jid | keyword : keyword , kid | domain_keyword : did , kid | publication : abstract , cid , citation_num , jid , pid , reference_num , title , year | domain_publication : did , pid | organization : continent , homepage , name , oid | publication_keyword : pid , kid | writes : aid , pid | cite : cited , citing", - "Column names (type)": "cite : * (text) | author : aid (number) | author : homepage (text) | author : name (text) | author : oid (number) | conference : cid (number) | conference : homepage (text) | conference : name (text) | domain : did (number) | domain : name (text) | domain_author : aid (number) | domain_author : did (number) | domain_conference : cid (number) | domain_conference : did (number) | journal : homepage (text) | journal : jid (number) | journal : name (text) | domain_journal : did (number) | domain_journal : jid (number) | keyword : keyword (text) | keyword : kid (number) | domain_keyword : did (number) | domain_keyword : kid (number) | publication : abstract (text) | publication : cid (text) | publication : citation_num (number) | publication : jid (number) | publication : pid (number) | publication : reference_num (number) | publication : title (text) | publication : year (number) | domain_publication : did (number) | domain_publication : pid (number) | organization : continent (text) | organization : homepage (text) | organization : name (text) | organization : oid (number) | publication_keyword : pid (number) | publication_keyword : kid (number) | writes : aid (number) | writes : pid (number) | cite : cited (number) | cite : citing (number)", - "Primary Keys": "author : aid | conference : cid | domain : did | domain_author : did | domain_conference : did | journal : jid | domain_journal : did | keyword : kid | domain_keyword : did | publication : pid | domain_publication : did | organization : oid | publication_keyword : kid | writes : aid", - "Foreign Keys": "domain_author : did equals domain : did | domain_author : aid equals author : aid | domain_conference : did equals domain : did | domain_conference : cid equals conference : cid | domain_journal : did equals domain : did | domain_journal : jid equals journal : jid | domain_keyword : did equals domain : did | domain_keyword : kid equals keyword : kid | publication : cid equals conference : cid | publication : jid equals journal : jid | domain_publication : did equals domain : did | domain_publication : pid equals publication : pid | publication_keyword : kid equals keyword : kid | publication_keyword : pid equals publication : pid | writes : aid equals author : aid | writes : pid equals publication : pid | cite : citing equals publication : pid | cite : cited equals publication : pid", - "db_id": "academic" - }, - { - "Schema (values)": "Addresses : address_id , address_details | Staff : staff_id , staff_gender , staff_name | Suppliers : supplier_id , supplier_name , supplier_phone | Department_Store_Chain : dept_store_chain_id , dept_store_chain_name | Customers : customer_id , payment_method_code , customer_code , customer_name , customer_address , customer_phone , customer_email | Products : product_id , product_type_code , product_name , product_price | Supplier_Addresses : supplier_id , address_id , date_from , date_to | Customer_Addresses : customer_id , address_id , date_from , date_to | Customer_Orders : order_id , customer_id , order_status_code , order_date | Department_Stores : dept_store_id , dept_store_chain_id , store_name , store_address , store_phone , store_email | Departments : department_id , dept_store_id , department_name | Order_Items : order_item_id , order_id , product_id | Product_Suppliers : product_id , supplier_id , date_supplied_from , date_supplied_to , total_amount_purchased , total_value_purchased | Staff_Department_Assignments : staff_id , department_id , date_assigned_from , job_title_code , date_assigned_to", - "Column names (type)": "Staff_Department_Assignments : * (text) | Addresses : address_id (number) | Addresses : address_details (text) | Staff : staff_id (number) | Staff : staff_gender (text) | Staff : staff_name (text) | Suppliers : supplier_id (number) | Suppliers : supplier_name (text) | Suppliers : supplier_phone (text) | Department_Store_Chain : dept_store_chain_id (number) | Department_Store_Chain : dept_store_chain_name (text) | Customers : customer_id (number) | Customers : payment_method_code (text) | Customers : customer_code (text) | Customers : customer_name (text) | Customers : customer_address (text) | Customers : customer_phone (text) | Customers : customer_email (text) | Products : product_id (number) | Products : product_type_code (text) | Products : product_name (text) | Products : product_price (number) | Supplier_Addresses : supplier_id (number) | Supplier_Addresses : address_id (number) | Supplier_Addresses : date_from (time) | Supplier_Addresses : date_to (time) | Customer_Addresses : customer_id (number) | Customer_Addresses : address_id (number) | Customer_Addresses : date_from (time) | Customer_Addresses : date_to (time) | Customer_Orders : order_id (number) | Customer_Orders : customer_id (number) | Customer_Orders : order_status_code (text) | Customer_Orders : order_date (time) | Department_Stores : dept_store_id (number) | Department_Stores : dept_store_chain_id (number) | Department_Stores : store_name (text) | Department_Stores : store_address (text) | Department_Stores : store_phone (text) | Department_Stores : store_email (text) | Departments : department_id (number) | Departments : dept_store_id (number) | Departments : department_name (text) | Order_Items : order_item_id (number) | Order_Items : order_id (number) | Order_Items : product_id (number) | Product_Suppliers : product_id (number) | Product_Suppliers : supplier_id (number) | Product_Suppliers : date_supplied_from (time) | Product_Suppliers : date_supplied_to (time) | Product_Suppliers : total_amount_purchased (text) | Product_Suppliers : total_value_purchased (number) | Staff_Department_Assignments : staff_id (number) | Staff_Department_Assignments : department_id (number) | Staff_Department_Assignments : date_assigned_from (time) | Staff_Department_Assignments : job_title_code (text) | Staff_Department_Assignments : date_assigned_to (time)", - "Primary Keys": "Addresses : address_id | Staff : staff_id | Suppliers : supplier_id | Department_Store_Chain : dept_store_chain_id | Customers : customer_id | Products : product_id | Supplier_Addresses : supplier_id | Customer_Addresses : customer_id | Customer_Orders : order_id | Department_Stores : dept_store_id | Departments : department_id | Order_Items : order_item_id | Product_Suppliers : product_id | Staff_Department_Assignments : staff_id", - "Foreign Keys": "Supplier_Addresses : supplier_id equals Suppliers : supplier_id | Supplier_Addresses : address_id equals Addresses : address_id | Customer_Addresses : customer_id equals Customers : customer_id | Customer_Addresses : address_id equals Addresses : address_id | Customer_Orders : customer_id equals Customers : customer_id | Department_Stores : dept_store_chain_id equals Department_Store_Chain : dept_store_chain_id | Departments : dept_store_id equals Department_Stores : dept_store_id | Order_Items : product_id equals Products : product_id | Order_Items : order_id equals Customer_Orders : order_id | Product_Suppliers : product_id equals Products : product_id | Product_Suppliers : supplier_id equals Suppliers : supplier_id | Staff_Department_Assignments : staff_id equals Staff : staff_id | Staff_Department_Assignments : department_id equals Departments : department_id", - "db_id": "department_store" - }, - { - "Schema (values)": "artist : Artist_ID , Artist , Age , Famous_Title , Famous_Release_date | volume : Volume_ID , Volume_Issue , Issue_Date , Weeks_on_Top , Song , Artist_ID | music_festival : ID , Music_Festival , Date_of_ceremony , Category , Volume , Result", - "Column names (type)": "music_festival : * (text) | artist : Artist_ID (number) | artist : Artist (text) | artist : Age (number) | artist : Famous_Title (text) | artist : Famous_Release_date (text) | volume : Volume_ID (number) | volume : Volume_Issue (text) | volume : Issue_Date (text) | volume : Weeks_on_Top (number) | volume : Song (text) | volume : Artist_ID (number) | music_festival : ID (number) | music_festival : Music_Festival (text) | music_festival : Date_of_ceremony (text) | music_festival : Category (text) | music_festival : Volume (number) | music_festival : Result (text)", - "Primary Keys": "artist : Artist_ID | volume : Volume_ID | music_festival : ID", - "Foreign Keys": "volume : Artist_ID equals artist : Artist_ID | music_festival : Volume equals volume : Volume_ID", - "db_id": "music_4" - }, - { - "Schema (values)": "Customers : Customer_ID , Customer_name | Services : Service_ID , Service_name | Available_Policies : Policy_ID , policy_type_code , Customer_Phone | Customers_Policies : Customer_ID , Policy_ID , Date_Opened , Date_Closed | First_Notification_of_Loss : FNOL_ID , Customer_ID , Policy_ID , Service_ID | Claims : Claim_ID , FNOL_ID , Effective_Date | Settlements : Settlement_ID , Claim_ID , Effective_Date , Settlement_Amount", - "Column names (type)": "Settlements : * (text) | Customers : Customer_ID (number) | Customers : Customer_name (text) | Services : Service_ID (number) | Services : Service_name (text) | Available_Policies : Policy_ID (number) | Available_Policies : policy_type_code (text) | Available_Policies : Customer_Phone (text) | Customers_Policies : Customer_ID (number) | Customers_Policies : Policy_ID (number) | Customers_Policies : Date_Opened (time) | Customers_Policies : Date_Closed (time) | First_Notification_of_Loss : FNOL_ID (number) | First_Notification_of_Loss : Customer_ID (number) | First_Notification_of_Loss : Policy_ID (number) | First_Notification_of_Loss : Service_ID (number) | Claims : Claim_ID (number) | Claims : FNOL_ID (number) | Claims : Effective_Date (time) | Settlements : Settlement_ID (number) | Settlements : Claim_ID (number) | Settlements : Effective_Date (time) | Settlements : Settlement_Amount (number)", - "Primary Keys": "Customers : Customer_ID | Services : Service_ID | Available_Policies : Policy_ID | Customers_Policies : Customer_ID | First_Notification_of_Loss : FNOL_ID | Claims : Claim_ID | Settlements : Settlement_ID", - "Foreign Keys": "Customers_Policies : Policy_ID equals Available_Policies : Policy_ID | Customers_Policies : Customer_ID equals Customers : Customer_ID | First_Notification_of_Loss : Customer_ID equals Customers_Policies : Customer_ID | First_Notification_of_Loss : Policy_ID equals Customers_Policies : Policy_ID | First_Notification_of_Loss : Service_ID equals Services : Service_ID | Claims : FNOL_ID equals First_Notification_of_Loss : FNOL_ID | Settlements : Claim_ID equals Claims : Claim_ID", - "db_id": "insurance_fnol" - }, - { - "Schema (values)": "film : Film_ID , Rank_in_series , Number_in_season , Title , Directed_by , Original_air_date , Production_code | cinema : Cinema_ID , Name , Openning_year , Capacity , Location | schedule : Cinema_ID , Film_ID , Date , Show_times_per_day , Price", - "Column names (type)": "schedule : * (text) | film : Film_ID (number) | film : Rank_in_series (number) | film : Number_in_season (number) | film : Title (text) | film : Directed_by (text) | film : Original_air_date (text) | film : Production_code (text) | cinema : Cinema_ID (number) | cinema : Name (text) | cinema : Openning_year (number) | cinema : Capacity (number) | cinema : Location (text) | schedule : Cinema_ID (number) | schedule : Film_ID (number) | schedule : Date (text) | schedule : Show_times_per_day (number) | schedule : Price (number)", - "Primary Keys": "film : Film_ID | cinema : Cinema_ID | schedule : Cinema_ID", - "Foreign Keys": "schedule : Cinema_ID equals cinema : Cinema_ID | schedule : Film_ID equals film : Film_ID", - "db_id": "cinema" - }, - { - "Schema (values)": "college : College_ID , Name , Leader_Name , College_Location | member : Member_ID , Name , Country , College_ID | round : Round_ID , Member_ID , Decoration_Theme , Rank_in_Round", - "Column names (type)": "round : * (text) | college : College_ID (number) | college : Name (text) | college : Leader_Name (text) | college : College_Location (text) | member : Member_ID (number) | member : Name (text) | member : Country (text) | member : College_ID (number) | round : Round_ID (number) | round : Member_ID (number) | round : Decoration_Theme (text) | round : Rank_in_Round (number)", - "Primary Keys": "college : College_ID | member : Member_ID | round : Member_ID", - "Foreign Keys": "member : College_ID equals college : College_ID | round : Member_ID equals member : Member_ID", - "db_id": "decoration_competition" - }, - { - "Schema (values)": "phone : Name , Phone_ID , Memory_in_G , Carrier , Price | market : Market_ID , District , Num_of_employees , Num_of_shops , Ranking | phone_market : Market_ID , Phone_ID , Num_of_stock", - "Column names (type)": "phone_market : * (text) | phone : Name (text) | phone : Phone_ID (number) | phone : Memory_in_G (number) | phone : Carrier (text) | phone : Price (number) | market : Market_ID (number) | market : District (text) | market : Num_of_employees (number) | market : Num_of_shops (number) | market : Ranking (number) | phone_market : Market_ID (number) | phone_market : Phone_ID (text) | phone_market : Num_of_stock (number)", - "Primary Keys": "phone : Phone_ID | market : Market_ID | phone_market : Market_ID", - "Foreign Keys": "phone_market : Phone_ID equals phone : Phone_ID | phone_market : Market_ID equals market : Market_ID", - "db_id": "phone_market" - }, - { - "Schema (values)": "product : product_id , product , dimensions , dpi , pages_per_minute_color , max_page_size , interface | store : Store_ID , Store_Name , Type , Area_size , Number_of_product_category , Ranking | district : District_ID , District_name , Headquartered_City , City_Population , City_Area | store_product : Store_ID , Product_ID | store_district : Store_ID , District_ID", - "Column names (type)": "store_district : * (text) | product : product_id (number) | product : product (text) | product : dimensions (text) | product : dpi (number) | product : pages_per_minute_color (number) | product : max_page_size (text) | product : interface (text) | store : Store_ID (number) | store : Store_Name (text) | store : Type (text) | store : Area_size (number) | store : Number_of_product_category (number) | store : Ranking (number) | district : District_ID (number) | district : District_name (text) | district : Headquartered_City (text) | district : City_Population (number) | district : City_Area (number) | store_product : Store_ID (number) | store_product : Product_ID (number) | store_district : Store_ID (number) | store_district : District_ID (number)", - "Primary Keys": "product : product_id | store : Store_ID | district : District_ID | store_product : Store_ID | store_district : Store_ID", - "Foreign Keys": "store_product : Store_ID equals store : Store_ID | store_district : District_ID equals district : District_ID | store_district : Store_ID equals store : Store_ID", - "db_id": "store_product" - }, - { - "Schema (values)": "Third_Party_Companies : company_id , company_type , company_name , company_address , other_company_details | Maintenance_Contracts : maintenance_contract_id , maintenance_contract_company_id , contract_start_date , contract_end_date , other_contract_details | Parts : part_id , part_name , chargeable_yn , chargeable_amount , other_part_details | Skills : skill_id , skill_code , skill_description | Staff : staff_id , staff_name , gender , other_staff_details | Assets : asset_id , maintenance_contract_id , supplier_company_id , asset_details , asset_make , asset_model , asset_acquired_date , asset_disposed_date , other_asset_details | Asset_Parts : asset_id , part_id | Maintenance_Engineers : engineer_id , company_id , first_name , last_name , other_details | Engineer_Skills : engineer_id , skill_id | Fault_Log : fault_log_entry_id , asset_id , recorded_by_staff_id , fault_log_entry_datetime , fault_description , other_fault_details | Engineer_Visits : engineer_visit_id , contact_staff_id , engineer_id , fault_log_entry_id , fault_status , visit_start_datetime , visit_end_datetime , other_visit_details | Part_Faults : part_fault_id , part_id , fault_short_name , fault_description , other_fault_details | Fault_Log_Parts : fault_log_entry_id , part_fault_id , fault_status | Skills_Required_To_Fix : part_fault_id , skill_id", - "Column names (type)": "Skills_Required_To_Fix : * (text) | Third_Party_Companies : company_id (number) | Third_Party_Companies : company_type (text) | Third_Party_Companies : company_name (text) | Third_Party_Companies : company_address (text) | Third_Party_Companies : other_company_details (text) | Maintenance_Contracts : maintenance_contract_id (number) | Maintenance_Contracts : maintenance_contract_company_id (number) | Maintenance_Contracts : contract_start_date (time) | Maintenance_Contracts : contract_end_date (time) | Maintenance_Contracts : other_contract_details (text) | Parts : part_id (number) | Parts : part_name (text) | Parts : chargeable_yn (text) | Parts : chargeable_amount (text) | Parts : other_part_details (text) | Skills : skill_id (number) | Skills : skill_code (text) | Skills : skill_description (text) | Staff : staff_id (number) | Staff : staff_name (text) | Staff : gender (text) | Staff : other_staff_details (text) | Assets : asset_id (number) | Assets : maintenance_contract_id (number) | Assets : supplier_company_id (number) | Assets : asset_details (text) | Assets : asset_make (text) | Assets : asset_model (text) | Assets : asset_acquired_date (time) | Assets : asset_disposed_date (time) | Assets : other_asset_details (text) | Asset_Parts : asset_id (number) | Asset_Parts : part_id (number) | Maintenance_Engineers : engineer_id (number) | Maintenance_Engineers : company_id (number) | Maintenance_Engineers : first_name (text) | Maintenance_Engineers : last_name (text) | Maintenance_Engineers : other_details (text) | Engineer_Skills : engineer_id (number) | Engineer_Skills : skill_id (number) | Fault_Log : fault_log_entry_id (number) | Fault_Log : asset_id (number) | Fault_Log : recorded_by_staff_id (number) | Fault_Log : fault_log_entry_datetime (time) | Fault_Log : fault_description (text) | Fault_Log : other_fault_details (text) | Engineer_Visits : engineer_visit_id (number) | Engineer_Visits : contact_staff_id (number) | Engineer_Visits : engineer_id (number) | Engineer_Visits : fault_log_entry_id (number) | Engineer_Visits : fault_status (text) | Engineer_Visits : visit_start_datetime (time) | Engineer_Visits : visit_end_datetime (time) | Engineer_Visits : other_visit_details (text) | Part_Faults : part_fault_id (number) | Part_Faults : part_id (number) | Part_Faults : fault_short_name (text) | Part_Faults : fault_description (text) | Part_Faults : other_fault_details (text) | Fault_Log_Parts : fault_log_entry_id (number) | Fault_Log_Parts : part_fault_id (number) | Fault_Log_Parts : fault_status (text) | Skills_Required_To_Fix : part_fault_id (number) | Skills_Required_To_Fix : skill_id (number)", - "Primary Keys": "Third_Party_Companies : company_id | Maintenance_Contracts : maintenance_contract_id | Parts : part_id | Skills : skill_id | Staff : staff_id | Assets : asset_id | Maintenance_Engineers : engineer_id | Fault_Log : fault_log_entry_id | Engineer_Visits : engineer_visit_id | Part_Faults : part_fault_id", - "Foreign Keys": "Maintenance_Contracts : maintenance_contract_company_id equals Third_Party_Companies : company_id | Assets : supplier_company_id equals Third_Party_Companies : company_id | Assets : maintenance_contract_id equals Maintenance_Contracts : maintenance_contract_id | Asset_Parts : asset_id equals Assets : asset_id | Asset_Parts : part_id equals Parts : part_id | Maintenance_Engineers : company_id equals Third_Party_Companies : company_id | Engineer_Skills : skill_id equals Skills : skill_id | Engineer_Skills : engineer_id equals Maintenance_Engineers : engineer_id | Fault_Log : recorded_by_staff_id equals Staff : staff_id | Fault_Log : asset_id equals Assets : asset_id | Engineer_Visits : contact_staff_id equals Staff : staff_id | Engineer_Visits : engineer_id equals Maintenance_Engineers : engineer_id | Engineer_Visits : fault_log_entry_id equals Fault_Log : fault_log_entry_id | Part_Faults : part_id equals Parts : part_id | Fault_Log_Parts : fault_log_entry_id equals Fault_Log : fault_log_entry_id | Fault_Log_Parts : part_fault_id equals Part_Faults : part_fault_id | Skills_Required_To_Fix : skill_id equals Skills : skill_id | Skills_Required_To_Fix : part_fault_id equals Part_Faults : part_fault_id", - "db_id": "assets_maintenance" - }, - { - "Schema (values)": "Addresses : address_id , line_1 , line_2 , city , zip_postcode , state_province_county , country | People : person_id , first_name , middle_name , last_name , cell_mobile_number , email_address , login_name , password | Students : student_id , student_details | Courses : course_id , course_name , course_description , other_details | People_Addresses : person_address_id , person_id , address_id , date_from , date_to | Student_Course_Registrations : student_id , course_id , registration_date | Student_Course_Attendance : student_id , course_id , date_of_attendance | Candidates : candidate_id , candidate_details | Candidate_Assessments : candidate_id , qualification , assessment_date , asessment_outcome_code", - "Column names (type)": "Candidate_Assessments : * (text) | Addresses : address_id (number) | Addresses : line_1 (text) | Addresses : line_2 (text) | Addresses : city (text) | Addresses : zip_postcode (text) | Addresses : state_province_county (text) | Addresses : country (text) | People : person_id (number) | People : first_name (text) | People : middle_name (text) | People : last_name (text) | People : cell_mobile_number (text) | People : email_address (text) | People : login_name (text) | People : password (text) | Students : student_id (number) | Students : student_details (text) | Courses : course_id (text) | Courses : course_name (text) | Courses : course_description (text) | Courses : other_details (text) | People_Addresses : person_address_id (number) | People_Addresses : person_id (number) | People_Addresses : address_id (number) | People_Addresses : date_from (time) | People_Addresses : date_to (time) | Student_Course_Registrations : student_id (number) | Student_Course_Registrations : course_id (number) | Student_Course_Registrations : registration_date (time) | Student_Course_Attendance : student_id (number) | Student_Course_Attendance : course_id (number) | Student_Course_Attendance : date_of_attendance (time) | Candidates : candidate_id (number) | Candidates : candidate_details (text) | Candidate_Assessments : candidate_id (number) | Candidate_Assessments : qualification (text) | Candidate_Assessments : assessment_date (time) | Candidate_Assessments : asessment_outcome_code (text)", - "Primary Keys": "Addresses : address_id | People : person_id | Students : student_id | Courses : course_id | People_Addresses : person_address_id | Student_Course_Registrations : student_id | Student_Course_Attendance : student_id | Candidates : candidate_id | Candidate_Assessments : candidate_id", - "Foreign Keys": "Students : student_id equals People : person_id | People_Addresses : address_id equals Addresses : address_id | People_Addresses : person_id equals People : person_id | Student_Course_Registrations : course_id equals Courses : course_id | Student_Course_Registrations : student_id equals Students : student_id | Student_Course_Attendance : student_id equals Student_Course_Registrations : student_id | Student_Course_Attendance : course_id equals Student_Course_Registrations : course_id | Candidates : candidate_id equals People : person_id | Candidate_Assessments : candidate_id equals Candidates : candidate_id", - "db_id": "student_assessment" - }, - { - "Schema (values)": "Breeds : breed_code , breed_name | Charges : charge_id , charge_type , charge_amount | Sizes : size_code , size_description | Treatment_Types : treatment_type_code , treatment_type_description | Owners : owner_id , first_name , last_name , street , city , state , zip_code , email_address , home_phone , cell_number | Dogs : dog_id , owner_id , abandoned_yn , breed_code , size_code , name , age , date_of_birth , gender , weight , date_arrived , date_adopted , date_departed | Professionals : professional_id , role_code , first_name , street , city , state , zip_code , last_name , email_address , home_phone , cell_number | Treatments : treatment_id , dog_id , professional_id , treatment_type_code , date_of_treatment , cost_of_treatment", - "Column names (type)": "Treatments : * (text) | Breeds : breed_code (text) | Breeds : breed_name (text) | Charges : charge_id (number) | Charges : charge_type (text) | Charges : charge_amount (number) | Sizes : size_code (text) | Sizes : size_description (text) | Treatment_Types : treatment_type_code (text) | Treatment_Types : treatment_type_description (text) | Owners : owner_id (number) | Owners : first_name (text) | Owners : last_name (text) | Owners : street (text) | Owners : city (text) | Owners : state (text) | Owners : zip_code (text) | Owners : email_address (text) | Owners : home_phone (text) | Owners : cell_number (text) | Dogs : dog_id (number) | Dogs : owner_id (number) | Dogs : abandoned_yn (text) | Dogs : breed_code (text) | Dogs : size_code (text) | Dogs : name (text) | Dogs : age (text) | Dogs : date_of_birth (time) | Dogs : gender (text) | Dogs : weight (text) | Dogs : date_arrived (time) | Dogs : date_adopted (time) | Dogs : date_departed (time) | Professionals : professional_id (number) | Professionals : role_code (text) | Professionals : first_name (text) | Professionals : street (text) | Professionals : city (text) | Professionals : state (text) | Professionals : zip_code (text) | Professionals : last_name (text) | Professionals : email_address (text) | Professionals : home_phone (text) | Professionals : cell_number (text) | Treatments : treatment_id (number) | Treatments : dog_id (number) | Treatments : professional_id (number) | Treatments : treatment_type_code (text) | Treatments : date_of_treatment (time) | Treatments : cost_of_treatment (number)", - "Primary Keys": "Breeds : breed_code | Charges : charge_id | Sizes : size_code | Treatment_Types : treatment_type_code | Owners : owner_id | Dogs : dog_id | Professionals : professional_id | Treatments : treatment_id", - "Foreign Keys": "Dogs : owner_id equals Owners : owner_id | Dogs : owner_id equals Owners : owner_id | Dogs : size_code equals Sizes : size_code | Dogs : breed_code equals Breeds : breed_code | Treatments : dog_id equals Dogs : dog_id | Treatments : professional_id equals Professionals : professional_id | Treatments : treatment_type_code equals Treatment_Types : treatment_type_code", - "db_id": "dog_kennels" - }, - { - "Schema (values)": "genre : g_name , rating , most_popular_in | artist : artist_name , country , gender , preferred_genre | files : f_id , artist_name , file_size , duration , formats | song : song_name , artist_name , country , f_id , genre_is , rating , languages , releasedate , resolution", - "Column names (type)": "song : * (text) | genre : g_name (text) | genre : rating (text) | genre : most_popular_in (text) | artist : artist_name (text) | artist : country (text) | artist : gender (text) | artist : preferred_genre (text) | files : f_id (number) | files : artist_name (text) | files : file_size (text) | files : duration (text) | files : formats (text) | song : song_name (text) | song : artist_name (text) | song : country (text) | song : f_id (number) | song : genre_is (text) | song : rating (number) | song : languages (text) | song : releasedate (time) | song : resolution (number)", - "Primary Keys": "genre : g_name | artist : artist_name | files : f_id | song : song_name", - "Foreign Keys": "artist : preferred_genre equals genre : g_name | files : artist_name equals artist : artist_name | song : genre_is equals genre : g_name | song : f_id equals files : f_id | song : artist_name equals artist : artist_name", - "db_id": "music_1" - }, - { - "Schema (values)": "people : People_ID , Age , Name , Nationality , Graduation_College | company : Company_ID , Name , Headquarters , Industry , Sales_in_Billion , Profits_in_Billion , Assets_in_Billion , Market_Value_in_Billion | employment : Company_ID , People_ID , Year_working", - "Column names (type)": "employment : * (text) | people : People_ID (number) | people : Age (number) | people : Name (text) | people : Nationality (text) | people : Graduation_College (text) | company : Company_ID (number) | company : Name (text) | company : Headquarters (text) | company : Industry (text) | company : Sales_in_Billion (number) | company : Profits_in_Billion (number) | company : Assets_in_Billion (number) | company : Market_Value_in_Billion (number) | employment : Company_ID (number) | employment : People_ID (number) | employment : Year_working (number)", - "Primary Keys": "people : People_ID | company : Company_ID | employment : Company_ID", - "Foreign Keys": "employment : People_ID equals people : People_ID | employment : Company_ID equals company : Company_ID", - "db_id": "company_employee" - }, - { - "Schema (values)": "city : City_ID , Official_Name , Status , Area_km_2 , Population , Census_Ranking | farm : Farm_ID , Year , Total_Horses , Working_Horses , Total_Cattle , Oxen , Bulls , Cows , Pigs , Sheep_and_Goats | farm_competition : Competition_ID , Year , Theme , Host_city_ID , Hosts | competition_record : Competition_ID , Farm_ID , Rank", - "Column names (type)": "competition_record : * (text) | city : City_ID (number) | city : Official_Name (text) | city : Status (text) | city : Area_km_2 (number) | city : Population (number) | city : Census_Ranking (text) | farm : Farm_ID (number) | farm : Year (number) | farm : Total_Horses (number) | farm : Working_Horses (number) | farm : Total_Cattle (number) | farm : Oxen (number) | farm : Bulls (number) | farm : Cows (number) | farm : Pigs (number) | farm : Sheep_and_Goats (number) | farm_competition : Competition_ID (number) | farm_competition : Year (number) | farm_competition : Theme (text) | farm_competition : Host_city_ID (number) | farm_competition : Hosts (text) | competition_record : Competition_ID (number) | competition_record : Farm_ID (number) | competition_record : Rank (number)", - "Primary Keys": "city : City_ID | farm : Farm_ID | farm_competition : Competition_ID | competition_record : Competition_ID", - "Foreign Keys": "farm_competition : Host_city_ID equals city : City_ID | competition_record : Farm_ID equals farm : Farm_ID | competition_record : Competition_ID equals farm_competition : Competition_ID", - "db_id": "farm" - }, - { - "Schema (values)": "Addresses : Address_ID , address_details | Locations : Location_ID , Other_Details | Products : Product_ID , Product_Type_Code , Product_Name , Product_Price | Parties : Party_ID , Party_Details | Assets : Asset_ID , Other_Details | Channels : Channel_ID , Other_Details | Finances : Finance_ID , Other_Details | Events : Event_ID , Address_ID , Channel_ID , Event_Type_Code , Finance_ID , Location_ID | Products_in_Events : Product_in_Event_ID , Event_ID , Product_ID | Parties_in_Events : Party_ID , Event_ID , Role_Code | Agreements : Document_ID , Event_ID | Assets_in_Events : Asset_ID , Event_ID", - "Column names (type)": "Assets_in_Events : * (text) | Addresses : Address_ID (number) | Addresses : address_details (text) | Locations : Location_ID (number) | Locations : Other_Details (text) | Products : Product_ID (number) | Products : Product_Type_Code (text) | Products : Product_Name (text) | Products : Product_Price (number) | Parties : Party_ID (number) | Parties : Party_Details (text) | Assets : Asset_ID (number) | Assets : Other_Details (text) | Channels : Channel_ID (number) | Channels : Other_Details (text) | Finances : Finance_ID (number) | Finances : Other_Details (text) | Events : Event_ID (number) | Events : Address_ID (number) | Events : Channel_ID (number) | Events : Event_Type_Code (text) | Events : Finance_ID (number) | Events : Location_ID (number) | Products_in_Events : Product_in_Event_ID (number) | Products_in_Events : Event_ID (number) | Products_in_Events : Product_ID (number) | Parties_in_Events : Party_ID (number) | Parties_in_Events : Event_ID (number) | Parties_in_Events : Role_Code (text) | Agreements : Document_ID (number) | Agreements : Event_ID (number) | Assets_in_Events : Asset_ID (number) | Assets_in_Events : Event_ID (number)", - "Primary Keys": "Addresses : Address_ID | Locations : Location_ID | Products : Product_ID | Parties : Party_ID | Assets : Asset_ID | Channels : Channel_ID | Finances : Finance_ID | Events : Event_ID | Products_in_Events : Product_in_Event_ID | Parties_in_Events : Party_ID | Agreements : Document_ID | Assets_in_Events : Asset_ID", - "Foreign Keys": "Events : Finance_ID equals Finances : Finance_ID | Events : Address_ID equals Addresses : Address_ID | Events : Location_ID equals Locations : Location_ID | Products_in_Events : Product_ID equals Products : Product_ID | Products_in_Events : Event_ID equals Events : Event_ID | Parties_in_Events : Event_ID equals Events : Event_ID | Parties_in_Events : Party_ID equals Parties : Party_ID | Agreements : Event_ID equals Events : Event_ID | Assets_in_Events : Event_ID equals Events : Event_ID | Assets_in_Events : Event_ID equals Events : Event_ID", - "db_id": "solvency_ii" - }, - { - "Schema (values)": "city : City_ID , City , Hanzi , Hanyu_Pinyin , Regional_Population , GDP | match : Match_ID , Date , Venue , Score , Result , Competition | temperature : City_ID , Jan , Feb , Mar , Apr , Jun , Jul , Aug , Sep , Oct , Nov , Dec | hosting_city : Year , Match_ID , Host_City", - "Column names (type)": "hosting_city : * (text) | city : City_ID (number) | city : City (text) | city : Hanzi (text) | city : Hanyu_Pinyin (text) | city : Regional_Population (number) | city : GDP (number) | match : Match_ID (number) | match : Date (text) | match : Venue (text) | match : Score (text) | match : Result (text) | match : Competition (text) | temperature : City_ID (number) | temperature : Jan (number) | temperature : Feb (number) | temperature : Mar (number) | temperature : Apr (number) | temperature : Jun (number) | temperature : Jul (number) | temperature : Aug (number) | temperature : Sep (number) | temperature : Oct (number) | temperature : Nov (number) | temperature : Dec (number) | hosting_city : Year (number) | hosting_city : Match_ID (number) | hosting_city : Host_City (text)", - "Primary Keys": "city : City_ID | match : Match_ID | temperature : City_ID | hosting_city : Year", - "Foreign Keys": "temperature : City_ID equals city : City_ID | hosting_city : Match_ID equals match : Match_ID | hosting_city : Host_City equals city : City_ID", - "db_id": "city_record" - }, - { - "Schema (values)": "swimmer : ID , name , Nationality , meter_100 , meter_200 , meter_300 , meter_400 , meter_500 , meter_600 , meter_700 , Time | stadium : ID , name , Capacity , City , Country , Opening_year | event : ID , Name , Stadium_ID , Year | record : ID , Result , Swimmer_ID , Event_ID", - "Column names (type)": "record : * (text) | swimmer : ID (number) | swimmer : name (text) | swimmer : Nationality (text) | swimmer : meter_100 (number) | swimmer : meter_200 (text) | swimmer : meter_300 (text) | swimmer : meter_400 (text) | swimmer : meter_500 (text) | swimmer : meter_600 (text) | swimmer : meter_700 (text) | swimmer : Time (text) | stadium : ID (number) | stadium : name (text) | stadium : Capacity (number) | stadium : City (text) | stadium : Country (text) | stadium : Opening_year (number) | event : ID (number) | event : Name (text) | event : Stadium_ID (number) | event : Year (text) | record : ID (number) | record : Result (text) | record : Swimmer_ID (number) | record : Event_ID (number)", - "Primary Keys": "swimmer : ID | stadium : ID | event : ID | record : Swimmer_ID", - "Foreign Keys": "event : Stadium_ID equals stadium : ID | record : Swimmer_ID equals swimmer : ID | record : Event_ID equals event : ID", - "db_id": "swimming" - }, - { - "Schema (values)": "airlines : uid , Airline , Abbreviation , Country | airports : City , AirportCode , AirportName , Country , CountryAbbrev | flights : Airline , FlightNo , SourceAirport , DestAirport", - "Column names (type)": "flights : * (text) | airlines : uid (number) | airlines : Airline (text) | airlines : Abbreviation (text) | airlines : Country (text) | airports : City (text) | airports : AirportCode (text) | airports : AirportName (text) | airports : Country (text) | airports : CountryAbbrev (text) | flights : Airline (number) | flights : FlightNo (number) | flights : SourceAirport (text) | flights : DestAirport (text)", - "Primary Keys": "airlines : uid | airports : AirportCode | flights : Airline", - "Foreign Keys": "flights : DestAirport equals airports : AirportCode | flights : SourceAirport equals airports : AirportCode", - "db_id": "flight_2" - }, - { - "Schema (values)": "county : County_Id , County_name , Population , Zip_code | party : Party_ID , Year , Party , Governor , Lieutenant_Governor , Comptroller , Attorney_General , US_Senate | election : Election_ID , Counties_Represented , District , Delegate , Party , First_Elected , Committee", - "Column names (type)": "election : * (text) | county : County_Id (number) | county : County_name (text) | county : Population (number) | county : Zip_code (text) | party : Party_ID (number) | party : Year (number) | party : Party (text) | party : Governor (text) | party : Lieutenant_Governor (text) | party : Comptroller (text) | party : Attorney_General (text) | party : US_Senate (text) | election : Election_ID (number) | election : Counties_Represented (text) | election : District (number) | election : Delegate (text) | election : Party (number) | election : First_Elected (number) | election : Committee (text)", - "Primary Keys": "county : County_Id | party : Party_ID | election : Election_ID", - "Foreign Keys": "election : District equals county : County_Id | election : Party equals party : Party_ID", - "db_id": "election" - }, - { - "Schema (values)": "Manufacturers : Code , Name , Headquarter , Founder , Revenue | Products : Code , Name , Price , Manufacturer", - "Column names (type)": "Products : * (text) | Manufacturers : Code (number) | Manufacturers : Name (text) | Manufacturers : Headquarter (text) | Manufacturers : Founder (text) | Manufacturers : Revenue (number) | Products : Code (number) | Products : Name (text) | Products : Price (number) | Products : Manufacturer (number)", - "Primary Keys": "Manufacturers : Code | Products : Code", - "Foreign Keys": "Products : Manufacturer equals Manufacturers : Code", - "db_id": "manufactory_1" - }, - { - "Schema (values)": "people : People_ID , District , Name , Party , Age | debate : Debate_ID , Date , Venue , Num_of_Audience | debate_people : Debate_ID , Affirmative , Negative , If_Affirmative_Win", - "Column names (type)": "debate_people : * (text) | people : People_ID (number) | people : District (text) | people : Name (text) | people : Party (text) | people : Age (number) | debate : Debate_ID (number) | debate : Date (text) | debate : Venue (text) | debate : Num_of_Audience (number) | debate_people : Debate_ID (number) | debate_people : Affirmative (number) | debate_people : Negative (number) | debate_people : If_Affirmative_Win (others)", - "Primary Keys": "people : People_ID | debate : Debate_ID | debate_people : Debate_ID", - "Foreign Keys": "debate_people : Negative equals people : People_ID | debate_people : Affirmative equals people : People_ID | debate_people : Debate_ID equals debate : Debate_ID", - "db_id": "debate" - }, - { - "Schema (values)": "Person : name , age , city , gender , job | PersonFriend : name , friend , year", - "Column names (type)": "PersonFriend : * (text) | Person : name (text) | Person : age (number) | Person : city (text) | Person : gender (text) | Person : job (text) | PersonFriend : name (text) | PersonFriend : friend (text) | PersonFriend : year (number)", - "Primary Keys": "Person : name", - "Foreign Keys": "PersonFriend : friend equals Person : name | PersonFriend : name equals Person : name", - "db_id": "network_2" - }, - { - "Schema (values)": "Services : Service_ID , Service_Type_Code | Participants : Participant_ID , Participant_Type_Code , Participant_Details | Events : Event_ID , Service_ID , Event_Details | Participants_in_Events : Event_ID , Participant_ID", - "Column names (type)": "Participants_in_Events : * (text) | Services : Service_ID (number) | Services : Service_Type_Code (text) | Participants : Participant_ID (number) | Participants : Participant_Type_Code (text) | Participants : Participant_Details (text) | Events : Event_ID (number) | Events : Service_ID (number) | Events : Event_Details (text) | Participants_in_Events : Event_ID (number) | Participants_in_Events : Participant_ID (number)", - "Primary Keys": "Services : Service_ID | Participants : Participant_ID | Events : Event_ID | Participants_in_Events : Event_ID", - "Foreign Keys": "Events : Service_ID equals Services : Service_ID | Participants_in_Events : Event_ID equals Events : Event_ID | Participants_in_Events : Participant_ID equals Participants : Participant_ID", - "db_id": "local_govt_in_alabama" - }, - { - "Schema (values)": "mountain : Mountain_ID , Name , Height , Prominence , Range , Country | climber : Climber_ID , Name , Country , Time , Points , Mountain_ID", - "Column names (type)": "climber : * (text) | mountain : Mountain_ID (number) | mountain : Name (text) | mountain : Height (number) | mountain : Prominence (number) | mountain : Range (text) | mountain : Country (text) | climber : Climber_ID (number) | climber : Name (text) | climber : Country (text) | climber : Time (text) | climber : Points (number) | climber : Mountain_ID (number)", - "Primary Keys": "mountain : Mountain_ID | climber : Climber_ID", - "Foreign Keys": "climber : Mountain_ID equals mountain : Mountain_ID", - "db_id": "climbing" - }, - { - "Schema (values)": "Course_Authors_and_Tutors : author_id , author_tutor_ATB , login_name , password , personal_name , middle_name , family_name , gender_mf , address_line_1 | Students : student_id , date_of_registration , date_of_latest_logon , login_name , password , personal_name , middle_name , family_name | Subjects : subject_id , subject_name | Courses : course_id , author_id , subject_id , course_name , course_description | Student_Course_Enrolment : registration_id , student_id , course_id , date_of_enrolment , date_of_completion | Student_Tests_Taken : registration_id , date_test_taken , test_result", - "Column names (type)": "Student_Tests_Taken : * (text) | Course_Authors_and_Tutors : author_id (number) | Course_Authors_and_Tutors : author_tutor_ATB (text) | Course_Authors_and_Tutors : login_name (text) | Course_Authors_and_Tutors : password (text) | Course_Authors_and_Tutors : personal_name (text) | Course_Authors_and_Tutors : middle_name (text) | Course_Authors_and_Tutors : family_name (text) | Course_Authors_and_Tutors : gender_mf (text) | Course_Authors_and_Tutors : address_line_1 (text) | Students : student_id (number) | Students : date_of_registration (time) | Students : date_of_latest_logon (time) | Students : login_name (text) | Students : password (text) | Students : personal_name (text) | Students : middle_name (text) | Students : family_name (text) | Subjects : subject_id (number) | Subjects : subject_name (text) | Courses : course_id (number) | Courses : author_id (number) | Courses : subject_id (number) | Courses : course_name (text) | Courses : course_description (text) | Student_Course_Enrolment : registration_id (number) | Student_Course_Enrolment : student_id (number) | Student_Course_Enrolment : course_id (number) | Student_Course_Enrolment : date_of_enrolment (time) | Student_Course_Enrolment : date_of_completion (time) | Student_Tests_Taken : registration_id (number) | Student_Tests_Taken : date_test_taken (time) | Student_Tests_Taken : test_result (text)", - "Primary Keys": "Course_Authors_and_Tutors : author_id | Students : student_id | Subjects : subject_id | Courses : course_id | Student_Course_Enrolment : registration_id", - "Foreign Keys": "Courses : subject_id equals Subjects : subject_id | Courses : author_id equals Course_Authors_and_Tutors : author_id | Student_Course_Enrolment : student_id equals Students : student_id | Student_Course_Enrolment : course_id equals Courses : course_id | Student_Tests_Taken : registration_id equals Student_Course_Enrolment : registration_id", - "db_id": "e_learning" - }, - { - "Schema (values)": "Scientists : SSN , Name | Projects : Code , Name , Hours | AssignedTo : Scientist , Project", - "Column names (type)": "AssignedTo : * (text) | Scientists : SSN (number) | Scientists : Name (text) | Projects : Code (text) | Projects : Name (text) | Projects : Hours (number) | AssignedTo : Scientist (number) | AssignedTo : Project (text)", - "Primary Keys": "Scientists : SSN | Projects : Code | AssignedTo : Scientist", - "Foreign Keys": "AssignedTo : Project equals Projects : Code | AssignedTo : Scientist equals Scientists : SSN", - "db_id": "scientist_1" - }, - { - "Schema (values)": "captain : Captain_ID , Name , Ship_ID , age , Class , Rank | Ship : Ship_ID , Name , Type , Built_Year , Class , Flag", - "Column names (type)": "Ship : * (text) | captain : Captain_ID (number) | captain : Name (text) | captain : Ship_ID (number) | captain : age (text) | captain : Class (text) | captain : Rank (text) | Ship : Ship_ID (number) | Ship : Name (text) | Ship : Type (text) | Ship : Built_Year (number) | Ship : Class (text) | Ship : Flag (text)", - "Primary Keys": "captain : Captain_ID | Ship : Ship_ID", - "Foreign Keys": "captain : Ship_ID equals Ship : Ship_ID", - "db_id": "ship_1" - }, - { - "Schema (values)": "festival_detail : Festival_ID , Festival_Name , Chair_Name , Location , Year , Num_of_Audience | artwork : Artwork_ID , Type , Name | nomination : Artwork_ID , Festival_ID , Result", - "Column names (type)": "nomination : * (text) | festival_detail : Festival_ID (number) | festival_detail : Festival_Name (text) | festival_detail : Chair_Name (text) | festival_detail : Location (text) | festival_detail : Year (number) | festival_detail : Num_of_Audience (number) | artwork : Artwork_ID (number) | artwork : Type (text) | artwork : Name (text) | nomination : Artwork_ID (number) | nomination : Festival_ID (number) | nomination : Result (text)", - "Primary Keys": "festival_detail : Festival_ID | artwork : Artwork_ID | nomination : Artwork_ID", - "Foreign Keys": "nomination : Festival_ID equals festival_detail : Festival_ID | nomination : Artwork_ID equals artwork : Artwork_ID", - "db_id": "entertainment_awards" - }, - { - "Schema (values)": "Allergy_Type : Allergy , AllergyType | Has_Allergy : StuID , Allergy | Student : StuID , LName , Fname , Age , Sex , Major , Advisor , city_code", - "Column names (type)": "Student : * (text) | Allergy_Type : Allergy (text) | Allergy_Type : AllergyType (text) | Has_Allergy : StuID (number) | Has_Allergy : Allergy (text) | Student : StuID (number) | Student : LName (text) | Student : Fname (text) | Student : Age (number) | Student : Sex (text) | Student : Major (number) | Student : Advisor (number) | Student : city_code (text)", - "Primary Keys": "Allergy_Type : Allergy | Student : StuID", - "Foreign Keys": "Has_Allergy : Allergy equals Allergy_Type : Allergy | Has_Allergy : StuID equals Student : StuID", - "db_id": "allergy_1" - }, - { - "Schema (values)": "actor : aid , gender , name , nationality , birth_city , birth_year | copyright : id , msid , cid | cast : id , msid , aid , role | genre : gid , genre | classification : id , msid , gid | company : id , name , country_code | director : did , gender , name , nationality , birth_city , birth_year | producer : pid , gender , name , nationality , birth_city , birth_year | directed_by : id , msid , did | keyword : id , keyword | made_by : id , msid , pid | movie : mid , title , release_year , title_aka , budget | tags : id , msid , kid | tv_series : sid , title , release_year , num_of_seasons , num_of_episodes , title_aka , budget | writer : wid , gender , name , nationality , num_of_episodes , birth_city , birth_year | written_by : id , msid , wid", - "Column names (type)": "written_by : * (text) | actor : aid (number) | actor : gender (text) | actor : name (text) | actor : nationality (text) | actor : birth_city (text) | actor : birth_year (number) | copyright : id (number) | copyright : msid (number) | copyright : cid (number) | cast : id (number) | cast : msid (number) | cast : aid (number) | cast : role (number) | genre : gid (number) | genre : genre (text) | classification : id (number) | classification : msid (number) | classification : gid (number) | company : id (number) | company : name (text) | company : country_code (text) | director : did (number) | director : gender (text) | director : name (text) | director : nationality (text) | director : birth_city (text) | director : birth_year (number) | producer : pid (number) | producer : gender (text) | producer : name (text) | producer : nationality (text) | producer : birth_city (text) | producer : birth_year (number) | directed_by : id (number) | directed_by : msid (number) | directed_by : did (number) | keyword : id (number) | keyword : keyword (text) | made_by : id (number) | made_by : msid (number) | made_by : pid (number) | movie : mid (number) | movie : title (text) | movie : release_year (number) | movie : title_aka (text) | movie : budget (text) | tags : id (number) | tags : msid (number) | tags : kid (number) | tv_series : sid (number) | tv_series : title (text) | tv_series : release_year (number) | tv_series : num_of_seasons (number) | tv_series : num_of_episodes (number) | tv_series : title_aka (text) | tv_series : budget (text) | writer : wid (number) | writer : gender (text) | writer : name (number) | writer : nationality (number) | writer : num_of_episodes (number) | writer : birth_city (text) | writer : birth_year (number) | written_by : id (number) | written_by : msid (number) | written_by : wid (number)", - "Primary Keys": "actor : aid | copyright : id | cast : id | genre : gid | classification : id | company : id | director : did | producer : pid | directed_by : id | keyword : id | made_by : id | movie : mid | tags : id | tv_series : sid | writer : wid", - "Foreign Keys": "cast : msid equals copyright : msid | cast : aid equals actor : aid | classification : msid equals copyright : msid | classification : gid equals genre : gid | directed_by : did equals director : did | directed_by : msid equals copyright : msid | made_by : pid equals producer : pid | made_by : msid equals copyright : msid | tags : msid equals copyright : msid | written_by : wid equals writer : wid | written_by : msid equals copyright : msid", - "db_id": "imdb" - }, - { - "Schema (values)": "Discount_Coupons : coupon_id , date_issued , coupon_amount | Customers : customer_id , coupon_id , good_or_bad_customer , first_name , last_name , gender_mf , date_became_customer , date_last_hire | Bookings : booking_id , customer_id , booking_status_code , returned_damaged_yn , booking_start_date , booking_end_date , count_hired , amount_payable , amount_of_discount , amount_outstanding , amount_of_refund | Products_for_Hire : product_id , product_type_code , daily_hire_cost , product_name , product_description | Payments : payment_id , booking_id , customer_id , payment_type_code , amount_paid_in_full_yn , payment_date , amount_due , amount_paid | Products_Booked : booking_id , product_id , returned_yn , returned_late_yn , booked_count , booked_amount | View_Product_Availability : product_id , booking_id , status_date , available_yn", - "Column names (type)": "View_Product_Availability : * (text) | Discount_Coupons : coupon_id (number) | Discount_Coupons : date_issued (time) | Discount_Coupons : coupon_amount (number) | Customers : customer_id (number) | Customers : coupon_id (number) | Customers : good_or_bad_customer (text) | Customers : first_name (text) | Customers : last_name (text) | Customers : gender_mf (text) | Customers : date_became_customer (time) | Customers : date_last_hire (time) | Bookings : booking_id (number) | Bookings : customer_id (number) | Bookings : booking_status_code (text) | Bookings : returned_damaged_yn (text) | Bookings : booking_start_date (time) | Bookings : booking_end_date (time) | Bookings : count_hired (text) | Bookings : amount_payable (number) | Bookings : amount_of_discount (number) | Bookings : amount_outstanding (number) | Bookings : amount_of_refund (number) | Products_for_Hire : product_id (number) | Products_for_Hire : product_type_code (text) | Products_for_Hire : daily_hire_cost (number) | Products_for_Hire : product_name (text) | Products_for_Hire : product_description (text) | Payments : payment_id (number) | Payments : booking_id (number) | Payments : customer_id (number) | Payments : payment_type_code (text) | Payments : amount_paid_in_full_yn (text) | Payments : payment_date (time) | Payments : amount_due (number) | Payments : amount_paid (number) | Products_Booked : booking_id (number) | Products_Booked : product_id (number) | Products_Booked : returned_yn (text) | Products_Booked : returned_late_yn (text) | Products_Booked : booked_count (number) | Products_Booked : booked_amount (number) | View_Product_Availability : product_id (number) | View_Product_Availability : booking_id (number) | View_Product_Availability : status_date (time) | View_Product_Availability : available_yn (text)", - "Primary Keys": "Discount_Coupons : coupon_id | Customers : customer_id | Bookings : booking_id | Products_for_Hire : product_id | Payments : payment_id | Products_Booked : booking_id | View_Product_Availability : status_date", - "Foreign Keys": "Customers : coupon_id equals Discount_Coupons : coupon_id | Bookings : customer_id equals Customers : customer_id | Payments : customer_id equals Customers : customer_id | Payments : booking_id equals Bookings : booking_id | Products_Booked : product_id equals Products_for_Hire : product_id | Products_Booked : booking_id equals Bookings : booking_id | View_Product_Availability : product_id equals Products_for_Hire : product_id | View_Product_Availability : booking_id equals Bookings : booking_id", - "db_id": "products_for_hire" - }, - { - "Schema (values)": "candidate : Candidate_ID , People_ID , Poll_Source , Date , Support_rate , Consider_rate , Oppose_rate , Unsure_rate | people : People_ID , Sex , Name , Date_of_Birth , Height , Weight", - "Column names (type)": "people : * (text) | candidate : Candidate_ID (number) | candidate : People_ID (number) | candidate : Poll_Source (text) | candidate : Date (text) | candidate : Support_rate (number) | candidate : Consider_rate (number) | candidate : Oppose_rate (number) | candidate : Unsure_rate (number) | people : People_ID (number) | people : Sex (text) | people : Name (text) | people : Date_of_Birth (text) | people : Height (number) | people : Weight (number)", - "Primary Keys": "candidate : Candidate_ID | people : People_ID", - "Foreign Keys": "candidate : People_ID equals people : People_ID", - "db_id": "candidate_poll" - }, - { - "Schema (values)": "Album : AlbumId , Title , ArtistId | Artist : ArtistId , Name | Customer : CustomerId , FirstName , LastName , Company , Address , City , State , Country , PostalCode , Phone , Fax , Email , SupportRepId | Employee : EmployeeId , LastName , FirstName , Title , ReportsTo , BirthDate , HireDate , Address , City , State , Country , PostalCode , Phone , Fax , Email | Genre : GenreId , Name | Invoice : InvoiceId , CustomerId , InvoiceDate , BillingAddress , BillingCity , BillingState , BillingCountry , BillingPostalCode , Total | InvoiceLine : InvoiceLineId , InvoiceId , TrackId , UnitPrice , Quantity | MediaType : MediaTypeId , Name | Playlist : PlaylistId , Name | PlaylistTrack : PlaylistId , TrackId | Track : TrackId , Name , AlbumId , MediaTypeId , GenreId , Composer , Milliseconds , Bytes , UnitPrice", - "Column names (type)": "Track : * (text) | Album : AlbumId (number) | Album : Title (text) | Album : ArtistId (number) | Artist : ArtistId (number) | Artist : Name (text) | Customer : CustomerId (number) | Customer : FirstName (text) | Customer : LastName (text) | Customer : Company (text) | Customer : Address (text) | Customer : City (text) | Customer : State (text) | Customer : Country (text) | Customer : PostalCode (text) | Customer : Phone (text) | Customer : Fax (text) | Customer : Email (text) | Customer : SupportRepId (number) | Employee : EmployeeId (number) | Employee : LastName (text) | Employee : FirstName (text) | Employee : Title (text) | Employee : ReportsTo (number) | Employee : BirthDate (time) | Employee : HireDate (time) | Employee : Address (text) | Employee : City (text) | Employee : State (text) | Employee : Country (text) | Employee : PostalCode (text) | Employee : Phone (text) | Employee : Fax (text) | Employee : Email (text) | Genre : GenreId (number) | Genre : Name (text) | Invoice : InvoiceId (number) | Invoice : CustomerId (number) | Invoice : InvoiceDate (time) | Invoice : BillingAddress (text) | Invoice : BillingCity (text) | Invoice : BillingState (text) | Invoice : BillingCountry (text) | Invoice : BillingPostalCode (text) | Invoice : Total (number) | InvoiceLine : InvoiceLineId (number) | InvoiceLine : InvoiceId (number) | InvoiceLine : TrackId (number) | InvoiceLine : UnitPrice (number) | InvoiceLine : Quantity (number) | MediaType : MediaTypeId (number) | MediaType : Name (text) | Playlist : PlaylistId (number) | Playlist : Name (text) | PlaylistTrack : PlaylistId (number) | PlaylistTrack : TrackId (number) | Track : TrackId (number) | Track : Name (text) | Track : AlbumId (number) | Track : MediaTypeId (number) | Track : GenreId (number) | Track : Composer (text) | Track : Milliseconds (number) | Track : Bytes (number) | Track : UnitPrice (number)", - "Primary Keys": "Album : AlbumId | Artist : ArtistId | Customer : CustomerId | Employee : EmployeeId | Genre : GenreId | Invoice : InvoiceId | InvoiceLine : InvoiceLineId | MediaType : MediaTypeId | Playlist : PlaylistId | PlaylistTrack : PlaylistId | Track : TrackId", - "Foreign Keys": "Album : ArtistId equals Artist : ArtistId | Customer : SupportRepId equals Employee : EmployeeId | Employee : ReportsTo equals Employee : EmployeeId | Invoice : CustomerId equals Customer : CustomerId | InvoiceLine : TrackId equals Track : TrackId | InvoiceLine : InvoiceId equals Invoice : InvoiceId | PlaylistTrack : TrackId equals Track : TrackId | PlaylistTrack : PlaylistId equals Playlist : PlaylistId | Track : MediaTypeId equals MediaType : MediaTypeId | Track : GenreId equals Genre : GenreId | Track : AlbumId equals Album : AlbumId", - "db_id": "chinook_1" - }, - { - "Schema (values)": "routes : rid , dst_apid , dst_ap , src_apid , src_ap , alid , airline , codeshare | airports : apid , name , city , country , x , y , elevation , iata , icao | airlines : alid , name , iata , icao , callsign , country , active", - "Column names (type)": "airlines : * (text) | routes : rid (number) | routes : dst_apid (number) | routes : dst_ap (text) | routes : src_apid (number) | routes : src_ap (text) | routes : alid (number) | routes : airline (text) | routes : codeshare (text) | airports : apid (number) | airports : name (text) | airports : city (text) | airports : country (text) | airports : x (number) | airports : y (number) | airports : elevation (number) | airports : iata (text) | airports : icao (text) | airlines : alid (number) | airlines : name (text) | airlines : iata (text) | airlines : icao (text) | airlines : callsign (text) | airlines : country (text) | airlines : active (text)", - "Primary Keys": "routes : rid | airports : apid | airlines : alid", - "Foreign Keys": "routes : alid equals airlines : alid | routes : src_apid equals airports : apid | routes : dst_apid equals airports : apid", - "db_id": "flight_4" - }, - { - "Schema (values)": "Student : StuID , LName , Fname , Age , Sex , Major , Advisor , city_code | Has_Pet : StuID , PetID | Pets : PetID , PetType , pet_age , weight", - "Column names (type)": "Pets : * (text) | Student : StuID (number) | Student : LName (text) | Student : Fname (text) | Student : Age (number) | Student : Sex (text) | Student : Major (number) | Student : Advisor (number) | Student : city_code (text) | Has_Pet : StuID (number) | Has_Pet : PetID (number) | Pets : PetID (number) | Pets : PetType (text) | Pets : pet_age (number) | Pets : weight (number)", - "Primary Keys": "Student : StuID | Pets : PetID", - "Foreign Keys": "Has_Pet : StuID equals Student : StuID | Has_Pet : PetID equals Pets : PetID", - "db_id": "pets_1" - }, - { - "Schema (values)": "Student : StuID , LName , Fname , Age , Sex , Major , Advisor , city_code | Dorm : dormid , dorm_name , student_capacity , gender | Dorm_amenity : amenid , amenity_name | Has_amenity : dormid , amenid | Lives_in : stuid , dormid , room_number", - "Column names (type)": "Lives_in : * (text) | Student : StuID (number) | Student : LName (text) | Student : Fname (text) | Student : Age (number) | Student : Sex (text) | Student : Major (number) | Student : Advisor (number) | Student : city_code (text) | Dorm : dormid (number) | Dorm : dorm_name (text) | Dorm : student_capacity (number) | Dorm : gender (text) | Dorm_amenity : amenid (number) | Dorm_amenity : amenity_name (text) | Has_amenity : dormid (number) | Has_amenity : amenid (number) | Lives_in : stuid (number) | Lives_in : dormid (number) | Lives_in : room_number (number)", - "Primary Keys": "Student : StuID", - "Foreign Keys": "Has_amenity : amenid equals Dorm_amenity : amenid | Has_amenity : dormid equals Dorm : dormid | Lives_in : dormid equals Dorm : dormid | Lives_in : stuid equals Student : StuID", - "db_id": "dorm_1" - }, - { - "Schema (values)": "journal : Journal_ID , Date , Theme , Sales | editor : Editor_ID , Name , Age | journal_committee : Editor_ID , Journal_ID , Work_Type", - "Column names (type)": "journal_committee : * (text) | journal : Journal_ID (number) | journal : Date (text) | journal : Theme (text) | journal : Sales (number) | editor : Editor_ID (number) | editor : Name (text) | editor : Age (number) | journal_committee : Editor_ID (number) | journal_committee : Journal_ID (number) | journal_committee : Work_Type (text)", - "Primary Keys": "journal : Journal_ID | editor : Editor_ID | journal_committee : Editor_ID", - "Foreign Keys": "journal_committee : Journal_ID equals journal : Journal_ID | journal_committee : Editor_ID equals editor : Editor_ID", - "db_id": "journal_committee" - }, - { - "Schema (values)": "flight : flno , origin , destination , distance , departure_date , arrival_date , price , aid | aircraft : aid , name , distance | employee : eid , name , salary | certificate : eid , aid", - "Column names (type)": "certificate : * (text) | flight : flno (number) | flight : origin (text) | flight : destination (text) | flight : distance (number) | flight : departure_date (time) | flight : arrival_date (time) | flight : price (number) | flight : aid (number) | aircraft : aid (number) | aircraft : name (text) | aircraft : distance (number) | employee : eid (number) | employee : name (text) | employee : salary (number) | certificate : eid (number) | certificate : aid (number)", - "Primary Keys": "flight : flno | aircraft : aid | employee : eid | certificate : eid", - "Foreign Keys": "flight : aid equals aircraft : aid | certificate : aid equals aircraft : aid | certificate : eid equals employee : eid", - "db_id": "flight_1" - }, - { - "Schema (values)": "medicine : id , name , Trade_Name , FDA_approved | enzyme : id , name , Location , Product , Chromosome , OMIM , Porphyria | medicine_enzyme_interaction : enzyme_id , medicine_id , interaction_type", - "Column names (type)": "medicine_enzyme_interaction : * (text) | medicine : id (number) | medicine : name (text) | medicine : Trade_Name (text) | medicine : FDA_approved (text) | enzyme : id (number) | enzyme : name (text) | enzyme : Location (text) | enzyme : Product (text) | enzyme : Chromosome (text) | enzyme : OMIM (number) | enzyme : Porphyria (text) | medicine_enzyme_interaction : enzyme_id (number) | medicine_enzyme_interaction : medicine_id (number) | medicine_enzyme_interaction : interaction_type (text)", - "Primary Keys": "medicine : id | enzyme : id | medicine_enzyme_interaction : enzyme_id", - "Foreign Keys": "medicine_enzyme_interaction : medicine_id equals medicine : id | medicine_enzyme_interaction : enzyme_id equals enzyme : id", - "db_id": "medicine_enzyme_interaction" - }, - { - "Schema (values)": "Customers : customer_id , customer_details | Properties : property_id , property_type_code , property_address , other_details | Residents : resident_id , property_id , date_moved_in , date_moved_out , other_details | Organizations : organization_id , parent_organization_id , organization_details | Services : service_id , organization_id , service_type_code , service_details | Residents_Services : resident_id , service_id , date_moved_in , property_id , date_requested , date_provided , other_details | Things : thing_id , organization_id , Type_of_Thing_Code , service_type_code , service_details | Customer_Events : Customer_Event_ID , customer_id , date_moved_in , property_id , resident_id , thing_id | Customer_Event_Notes : Customer_Event_Note_ID , Customer_Event_ID , service_type_code , resident_id , property_id , date_moved_in | Timed_Status_of_Things : thing_id , Date_and_Date , Status_of_Thing_Code | Timed_Locations_of_Things : thing_id , Date_and_Time , Location_Code", - "Column names (type)": "Timed_Locations_of_Things : * (text) | Customers : customer_id (number) | Customers : customer_details (text) | Properties : property_id (number) | Properties : property_type_code (text) | Properties : property_address (text) | Properties : other_details (text) | Residents : resident_id (number) | Residents : property_id (number) | Residents : date_moved_in (time) | Residents : date_moved_out (time) | Residents : other_details (text) | Organizations : organization_id (number) | Organizations : parent_organization_id (number) | Organizations : organization_details (text) | Services : service_id (number) | Services : organization_id (number) | Services : service_type_code (text) | Services : service_details (text) | Residents_Services : resident_id (number) | Residents_Services : service_id (number) | Residents_Services : date_moved_in (time) | Residents_Services : property_id (number) | Residents_Services : date_requested (time) | Residents_Services : date_provided (time) | Residents_Services : other_details (text) | Things : thing_id (number) | Things : organization_id (number) | Things : Type_of_Thing_Code (text) | Things : service_type_code (text) | Things : service_details (text) | Customer_Events : Customer_Event_ID (number) | Customer_Events : customer_id (number) | Customer_Events : date_moved_in (time) | Customer_Events : property_id (number) | Customer_Events : resident_id (number) | Customer_Events : thing_id (number) | Customer_Event_Notes : Customer_Event_Note_ID (number) | Customer_Event_Notes : Customer_Event_ID (number) | Customer_Event_Notes : service_type_code (text) | Customer_Event_Notes : resident_id (number) | Customer_Event_Notes : property_id (number) | Customer_Event_Notes : date_moved_in (time) | Timed_Status_of_Things : thing_id (number) | Timed_Status_of_Things : Date_and_Date (time) | Timed_Status_of_Things : Status_of_Thing_Code (text) | Timed_Locations_of_Things : thing_id (number) | Timed_Locations_of_Things : Date_and_Time (time) | Timed_Locations_of_Things : Location_Code (text)", - "Primary Keys": "Customers : customer_id | Properties : property_id | Residents : resident_id | Organizations : organization_id | Services : service_id | Residents_Services : resident_id | Things : thing_id | Customer_Events : Customer_Event_ID | Customer_Event_Notes : Customer_Event_Note_ID | Timed_Status_of_Things : thing_id | Timed_Locations_of_Things : thing_id", - "Foreign Keys": "Residents : property_id equals Properties : property_id | Services : organization_id equals Organizations : organization_id | Residents_Services : resident_id equals Residents : resident_id | Residents_Services : property_id equals Residents : property_id | Residents_Services : date_moved_in equals Residents : date_moved_in | Residents_Services : service_id equals Services : service_id | Things : organization_id equals Organizations : organization_id | Customer_Events : resident_id equals Residents : resident_id | Customer_Events : property_id equals Residents : property_id | Customer_Events : date_moved_in equals Residents : date_moved_in | Customer_Events : customer_id equals Customers : customer_id | Customer_Events : thing_id equals Things : thing_id | Customer_Event_Notes : Customer_Event_ID equals Customer_Events : Customer_Event_ID | Timed_Status_of_Things : thing_id equals Things : thing_id | Timed_Locations_of_Things : thing_id equals Things : thing_id", - "db_id": "local_govt_and_lot" - }, - { - "Schema (values)": "train : id , train_number , name , origin , destination , time , interval | station : id , network_name , services , local_authority | route : train_id , station_id | weekly_weather : station_id , day_of_week , high_temperature , low_temperature , precipitation , wind_speed_mph", - "Column names (type)": "weekly_weather : * (text) | train : id (number) | train : train_number (number) | train : name (text) | train : origin (text) | train : destination (text) | train : time (text) | train : interval (text) | station : id (number) | station : network_name (text) | station : services (text) | station : local_authority (text) | route : train_id (number) | route : station_id (number) | weekly_weather : station_id (number) | weekly_weather : day_of_week (text) | weekly_weather : high_temperature (number) | weekly_weather : low_temperature (number) | weekly_weather : precipitation (number) | weekly_weather : wind_speed_mph (number)", - "Primary Keys": "train : id | station : id | route : train_id | weekly_weather : station_id", - "Foreign Keys": "route : station_id equals station : id | route : train_id equals train : id | weekly_weather : station_id equals station : id", - "db_id": "station_weather" - }, - { - "Schema (values)": "member : Member_ID , Card_Number , Name , Hometown , Level | branch : Branch_ID , Name , Open_year , Address_road , City , membership_amount | membership_register_branch : Member_ID , Branch_ID , Register_Year | purchase : Member_ID , Branch_ID , Year , Total_pounds", - "Column names (type)": "purchase : * (text) | member : Member_ID (number) | member : Card_Number (text) | member : Name (text) | member : Hometown (text) | member : Level (number) | branch : Branch_ID (number) | branch : Name (text) | branch : Open_year (text) | branch : Address_road (text) | branch : City (text) | branch : membership_amount (text) | membership_register_branch : Member_ID (number) | membership_register_branch : Branch_ID (text) | membership_register_branch : Register_Year (text) | purchase : Member_ID (number) | purchase : Branch_ID (text) | purchase : Year (text) | purchase : Total_pounds (number)", - "Primary Keys": "member : Member_ID | branch : Branch_ID | membership_register_branch : Member_ID | purchase : Member_ID", - "Foreign Keys": "membership_register_branch : Branch_ID equals branch : Branch_ID | membership_register_branch : Member_ID equals member : Member_ID | purchase : Branch_ID equals branch : Branch_ID | purchase : Member_ID equals member : Member_ID", - "db_id": "shop_membership" - }, - { - "Schema (values)": "Addresses : address_id , line_1_number_building , city , zip_postcode , state_province_county , country | Staff : staff_id , staff_address_id , nickname , first_name , middle_name , last_name , date_of_birth , date_joined_staff , date_left_staff | Vehicles : vehicle_id , vehicle_details | Customers : customer_id , customer_address_id , customer_status_code , date_became_customer , date_of_birth , first_name , last_name , amount_outstanding , email_address , phone_number , cell_mobile_phone_number | Customer_Payments : customer_id , datetime_payment , payment_method_code , amount_payment | Lessons : lesson_id , customer_id , lesson_status_code , staff_id , vehicle_id , lesson_date , lesson_time , price", - "Column names (type)": "Lessons : * (text) | Addresses : address_id (number) | Addresses : line_1_number_building (text) | Addresses : city (text) | Addresses : zip_postcode (text) | Addresses : state_province_county (text) | Addresses : country (text) | Staff : staff_id (number) | Staff : staff_address_id (number) | Staff : nickname (text) | Staff : first_name (text) | Staff : middle_name (text) | Staff : last_name (text) | Staff : date_of_birth (time) | Staff : date_joined_staff (time) | Staff : date_left_staff (time) | Vehicles : vehicle_id (number) | Vehicles : vehicle_details (text) | Customers : customer_id (number) | Customers : customer_address_id (number) | Customers : customer_status_code (text) | Customers : date_became_customer (time) | Customers : date_of_birth (time) | Customers : first_name (text) | Customers : last_name (text) | Customers : amount_outstanding (number) | Customers : email_address (text) | Customers : phone_number (text) | Customers : cell_mobile_phone_number (text) | Customer_Payments : customer_id (number) | Customer_Payments : datetime_payment (time) | Customer_Payments : payment_method_code (text) | Customer_Payments : amount_payment (number) | Lessons : lesson_id (number) | Lessons : customer_id (number) | Lessons : lesson_status_code (text) | Lessons : staff_id (number) | Lessons : vehicle_id (number) | Lessons : lesson_date (time) | Lessons : lesson_time (text) | Lessons : price (number)", - "Primary Keys": "Addresses : address_id | Staff : staff_id | Vehicles : vehicle_id | Customers : customer_id | Customer_Payments : customer_id | Lessons : lesson_id", - "Foreign Keys": "Staff : staff_address_id equals Addresses : address_id | Customers : customer_address_id equals Addresses : address_id | Customer_Payments : customer_id equals Customers : customer_id | Lessons : customer_id equals Customers : customer_id | Lessons : staff_id equals Staff : staff_id | Lessons : vehicle_id equals Vehicles : vehicle_id", - "db_id": "driving_school" - }, - { - "Schema (values)": "stadium : Stadium_ID , Location , Name , Capacity , Highest , Lowest , Average | singer : Singer_ID , Name , Country , Song_Name , Song_release_year , Age , Is_male | concert : concert_ID , concert_Name , Theme , Stadium_ID , Year | singer_in_concert : concert_ID , Singer_ID", - "Column names (type)": "singer_in_concert : * (text) | stadium : Stadium_ID (number) | stadium : Location (text) | stadium : Name (text) | stadium : Capacity (number) | stadium : Highest (number) | stadium : Lowest (number) | stadium : Average (number) | singer : Singer_ID (number) | singer : Name (text) | singer : Country (text) | singer : Song_Name (text) | singer : Song_release_year (text) | singer : Age (number) | singer : Is_male (others) | concert : concert_ID (number) | concert : concert_Name (text) | concert : Theme (text) | concert : Stadium_ID (text) | concert : Year (text) | singer_in_concert : concert_ID (number) | singer_in_concert : Singer_ID (text)", - "Primary Keys": "stadium : Stadium_ID | singer : Singer_ID | concert : concert_ID | singer_in_concert : concert_ID", - "Foreign Keys": "concert : Stadium_ID equals stadium : Stadium_ID | singer_in_concert : Singer_ID equals singer : Singer_ID | singer_in_concert : concert_ID equals concert : concert_ID", - "db_id": "concert_singer" - }, - { - "Schema (values)": "Songs : SongId , Title | Albums : AId , Title , Year , Label , Type | Band : Id , Firstname , Lastname | Instruments : SongId , BandmateId , Instrument | Performance : SongId , Bandmate , StagePosition | Tracklists : AlbumId , Position , SongId | Vocals : SongId , Bandmate , Type", - "Column names (type)": "Vocals : * (text) | Songs : SongId (number) | Songs : Title (text) | Albums : AId (number) | Albums : Title (text) | Albums : Year (number) | Albums : Label (text) | Albums : Type (text) | Band : Id (number) | Band : Firstname (text) | Band : Lastname (text) | Instruments : SongId (number) | Instruments : BandmateId (number) | Instruments : Instrument (text) | Performance : SongId (number) | Performance : Bandmate (number) | Performance : StagePosition (text) | Tracklists : AlbumId (number) | Tracklists : Position (number) | Tracklists : SongId (number) | Vocals : SongId (number) | Vocals : Bandmate (number) | Vocals : Type (text)", - "Primary Keys": "Songs : SongId | Albums : AId | Band : Id | Instruments : SongId | Performance : SongId | Tracklists : AlbumId | Vocals : SongId", - "Foreign Keys": "Instruments : BandmateId equals Band : Id | Instruments : SongId equals Songs : SongId | Performance : Bandmate equals Band : Id | Performance : SongId equals Songs : SongId | Tracklists : AlbumId equals Albums : AId | Tracklists : SongId equals Songs : SongId | Vocals : Bandmate equals Band : Id | Vocals : SongId equals Songs : SongId", - "db_id": "music_2" - }, - { - "Schema (values)": "club : Club_ID , name , Region , Start_year | club_rank : Rank , Club_ID , Gold , Silver , Bronze , Total | player : Player_ID , name , Position , Club_ID , Apps , Tries , Goals , Points | competition : Competition_ID , Year , Competition_type , Country | competition_result : Competition_ID , Club_ID_1 , Club_ID_2 , Score", - "Column names (type)": "competition_result : * (text) | club : Club_ID (number) | club : name (text) | club : Region (text) | club : Start_year (text) | club_rank : Rank (number) | club_rank : Club_ID (number) | club_rank : Gold (number) | club_rank : Silver (number) | club_rank : Bronze (number) | club_rank : Total (number) | player : Player_ID (number) | player : name (text) | player : Position (text) | player : Club_ID (number) | player : Apps (number) | player : Tries (number) | player : Goals (text) | player : Points (number) | competition : Competition_ID (number) | competition : Year (number) | competition : Competition_type (text) | competition : Country (text) | competition_result : Competition_ID (number) | competition_result : Club_ID_1 (number) | competition_result : Club_ID_2 (number) | competition_result : Score (text)", - "Primary Keys": "club : Club_ID | club_rank : Rank | player : Player_ID | competition : Competition_ID | competition_result : Competition_ID", - "Foreign Keys": "club_rank : Club_ID equals club : Club_ID | player : Club_ID equals club : Club_ID | competition_result : Competition_ID equals competition : Competition_ID | competition_result : Club_ID_2 equals club : Club_ID | competition_result : Club_ID_1 equals club : Club_ID", - "db_id": "sports_competition" - }, - { - "Schema (values)": "railway : Railway_ID , Railway , Builder , Built , Wheels , Location , ObjectNumber | train : Train_ID , Train_Num , Name , From , Arrival , Railway_ID | manager : Manager_ID , Name , Country , Working_year_starts , Age , Level | railway_manage : Railway_ID , Manager_ID , From_Year", - "Column names (type)": "railway_manage : * (text) | railway : Railway_ID (number) | railway : Railway (text) | railway : Builder (text) | railway : Built (text) | railway : Wheels (text) | railway : Location (text) | railway : ObjectNumber (text) | train : Train_ID (number) | train : Train_Num (text) | train : Name (text) | train : From (text) | train : Arrival (text) | train : Railway_ID (number) | manager : Manager_ID (number) | manager : Name (text) | manager : Country (text) | manager : Working_year_starts (text) | manager : Age (number) | manager : Level (number) | railway_manage : Railway_ID (number) | railway_manage : Manager_ID (number) | railway_manage : From_Year (text)", - "Primary Keys": "railway : Railway_ID | train : Train_ID | manager : Manager_ID | railway_manage : Railway_ID", - "Foreign Keys": "train : Railway_ID equals railway : Railway_ID | railway_manage : Railway_ID equals railway : Railway_ID | railway_manage : Manager_ID equals manager : Manager_ID", - "db_id": "railway" - }, - { - "Schema (values)": "Rooms : RoomId , roomName , beds , bedType , maxOccupancy , basePrice , decor | Reservations : Code , Room , CheckIn , CheckOut , Rate , LastName , FirstName , Adults , Kids", - "Column names (type)": "Reservations : * (text) | Rooms : RoomId (text) | Rooms : roomName (text) | Rooms : beds (number) | Rooms : bedType (text) | Rooms : maxOccupancy (number) | Rooms : basePrice (number) | Rooms : decor (text) | Reservations : Code (number) | Reservations : Room (text) | Reservations : CheckIn (text) | Reservations : CheckOut (text) | Reservations : Rate (number) | Reservations : LastName (text) | Reservations : FirstName (text) | Reservations : Adults (number) | Reservations : Kids (number)", - "Primary Keys": "Rooms : RoomId | Reservations : Code", - "Foreign Keys": "Reservations : Room equals Rooms : RoomId", - "db_id": "inn_1" - }, - { - "Schema (values)": "museum : Museum_ID , Name , Num_of_Staff , Open_Year | visitor : ID , Name , Level_of_membership , Age | visit : Museum_ID , visitor_ID , Num_of_Ticket , Total_spent", - "Column names (type)": "visit : * (text) | museum : Museum_ID (number) | museum : Name (text) | museum : Num_of_Staff (number) | museum : Open_Year (text) | visitor : ID (number) | visitor : Name (text) | visitor : Level_of_membership (number) | visitor : Age (number) | visit : Museum_ID (number) | visit : visitor_ID (text) | visit : Num_of_Ticket (number) | visit : Total_spent (number)", - "Primary Keys": "museum : Museum_ID | visitor : ID | visit : Museum_ID", - "Foreign Keys": "visit : visitor_ID equals visitor : ID | visit : Museum_ID equals museum : Museum_ID", - "db_id": "museum_visit" - }, - { - "Schema (values)": "Web_client_accelerator : id , name , Operating_system , Client , Connection | browser : id , name , market_share | accelerator_compatible_browser : accelerator_id , browser_id , compatible_since_year", - "Column names (type)": "accelerator_compatible_browser : * (text) | Web_client_accelerator : id (number) | Web_client_accelerator : name (text) | Web_client_accelerator : Operating_system (text) | Web_client_accelerator : Client (text) | Web_client_accelerator : Connection (text) | browser : id (number) | browser : name (text) | browser : market_share (number) | accelerator_compatible_browser : accelerator_id (number) | accelerator_compatible_browser : browser_id (number) | accelerator_compatible_browser : compatible_since_year (number)", - "Primary Keys": "Web_client_accelerator : id | browser : id | accelerator_compatible_browser : accelerator_id", - "Foreign Keys": "accelerator_compatible_browser : browser_id equals browser : id | accelerator_compatible_browser : accelerator_id equals Web_client_accelerator : id", - "db_id": "browser_web" - }, - { - "Schema (values)": "all_star : player_id , year , game_num , game_id , team_id , league_id , gp , starting_pos | appearances : year , team_id , league_id , player_id , g_all , gs , g_batting , g_defense , g_p , g_c , g_1b , g_2b , g_3b , g_ss , g_lf , g_cf , g_rf , g_of , g_dh , g_ph , g_pr | manager_award : player_id , award_id , year , league_id , tie , notes | player_award : player_id , award_id , year , league_id , tie , notes | manager_award_vote : award_id , year , league_id , player_id , points_won , points_max , votes_first | player_award_vote : award_id , year , league_id , player_id , points_won , points_max , votes_first | batting : player_id , year , stint , team_id , league_id , g , ab , r , h , double , triple , hr , rbi , sb , cs , bb , so , ibb , hbp , sh , sf , g_idp | batting_postseason : year , round , player_id , team_id , league_id , g , ab , r , h , double , triple , hr , rbi , sb , cs , bb , so , ibb , hbp , sh , sf , g_idp | player_college : player_id , college_id , year | fielding : player_id , year , stint , team_id , league_id , pos , g , gs , inn_outs , po , a , e , dp , pb , wp , sb , cs , zr | fielding_outfield : player_id , year , stint , glf , gcf , grf | fielding_postseason : player_id , year , team_id , league_id , round , pos , g , gs , inn_outs , po , a , e , dp , tp , pb , sb , cs | hall_of_fame : player_id , yearid , votedby , ballots , needed , votes , inducted , category , needed_note | home_game : year , league_id , team_id , park_id , span_first , span_last , games , openings , attendance | manager : player_id , year , team_id , league_id , inseason , g , w , l , rank , plyr_mgr | manager_half : player_id , year , team_id , league_id , inseason , half , g , w , l , rank | player : player_id , birth_year , birth_month , birth_day , birth_country , birth_state , birth_city , death_year , death_month , death_day , death_country , death_state , death_city , name_first , name_last , name_given , weight , height , bats , throws , debut , final_game , retro_id , bbref_id | park : park_id , park_name , park_alias , city , state , country | pitching : player_id , year , stint , team_id , league_id , w , l , g , gs , cg , sho , sv , ipouts , h , er , hr , bb , so , baopp , era , ibb , wp , hbp , bk , bfp , gf , r , sh , sf , g_idp | pitching_postseason : player_id , year , round , team_id , league_id , w , l , g , gs , cg , sho , sv , ipouts , h , er , hr , bb , so , baopp , era , ibb , wp , hbp , bk , bfp , gf , r , sh , sf , g_idp | salary : year , team_id , league_id , player_id , salary | college : college_id , name_full , city , state , country | postseason : year , round , team_id_winner , league_id_winner , team_id_loser , league_id_loser , wins , losses , ties | team : year , league_id , team_id , franchise_id , div_id , rank , g , ghome , w , l , div_win , wc_win , lg_win , ws_win , r , ab , h , double , triple , hr , bb , so , sb , cs , hbp , sf , ra , er , era , cg , sho , sv , ipouts , ha , hra , bba , soa , e , dp , fp , name , park , attendance , bpf , ppf , team_id_br , team_id_lahman45 , team_id_retro | team_franchise : franchise_id , franchise_name , active , na_assoc | team_half : year , league_id , team_id , half , div_id , div_win , rank , g , w , l", - "Column names (type)": "team_half : * (text) | all_star : player_id (text) | all_star : year (number) | all_star : game_num (number) | all_star : game_id (text) | all_star : team_id (text) | all_star : league_id (text) | all_star : gp (number) | all_star : starting_pos (number) | appearances : year (number) | appearances : team_id (text) | appearances : league_id (text) | appearances : player_id (text) | appearances : g_all (number) | appearances : gs (number) | appearances : g_batting (number) | appearances : g_defense (number) | appearances : g_p (number) | appearances : g_c (number) | appearances : g_1b (number) | appearances : g_2b (number) | appearances : g_3b (number) | appearances : g_ss (number) | appearances : g_lf (number) | appearances : g_cf (number) | appearances : g_rf (number) | appearances : g_of (number) | appearances : g_dh (number) | appearances : g_ph (number) | appearances : g_pr (number) | manager_award : player_id (text) | manager_award : award_id (text) | manager_award : year (number) | manager_award : league_id (text) | manager_award : tie (text) | manager_award : notes (number) | player_award : player_id (text) | player_award : award_id (text) | player_award : year (number) | player_award : league_id (text) | player_award : tie (text) | player_award : notes (text) | manager_award_vote : award_id (text) | manager_award_vote : year (number) | manager_award_vote : league_id (text) | manager_award_vote : player_id (text) | manager_award_vote : points_won (number) | manager_award_vote : points_max (number) | manager_award_vote : votes_first (number) | player_award_vote : award_id (text) | player_award_vote : year (number) | player_award_vote : league_id (text) | player_award_vote : player_id (text) | player_award_vote : points_won (number) | player_award_vote : points_max (number) | player_award_vote : votes_first (number) | batting : player_id (text) | batting : year (number) | batting : stint (number) | batting : team_id (text) | batting : league_id (text) | batting : g (number) | batting : ab (number) | batting : r (number) | batting : h (number) | batting : double (number) | batting : triple (number) | batting : hr (number) | batting : rbi (number) | batting : sb (number) | batting : cs (number) | batting : bb (number) | batting : so (number) | batting : ibb (number) | batting : hbp (number) | batting : sh (number) | batting : sf (number) | batting : g_idp (number) | batting_postseason : year (number) | batting_postseason : round (text) | batting_postseason : player_id (text) | batting_postseason : team_id (text) | batting_postseason : league_id (text) | batting_postseason : g (number) | batting_postseason : ab (number) | batting_postseason : r (number) | batting_postseason : h (number) | batting_postseason : double (number) | batting_postseason : triple (number) | batting_postseason : hr (number) | batting_postseason : rbi (number) | batting_postseason : sb (number) | batting_postseason : cs (number) | batting_postseason : bb (number) | batting_postseason : so (number) | batting_postseason : ibb (number) | batting_postseason : hbp (number) | batting_postseason : sh (number) | batting_postseason : sf (number) | batting_postseason : g_idp (number) | player_college : player_id (text) | player_college : college_id (text) | player_college : year (number) | fielding : player_id (text) | fielding : year (number) | fielding : stint (number) | fielding : team_id (text) | fielding : league_id (text) | fielding : pos (text) | fielding : g (number) | fielding : gs (number) | fielding : inn_outs (number) | fielding : po (number) | fielding : a (number) | fielding : e (number) | fielding : dp (number) | fielding : pb (number) | fielding : wp (number) | fielding : sb (number) | fielding : cs (number) | fielding : zr (number) | fielding_outfield : player_id (text) | fielding_outfield : year (number) | fielding_outfield : stint (number) | fielding_outfield : glf (number) | fielding_outfield : gcf (number) | fielding_outfield : grf (number) | fielding_postseason : player_id (text) | fielding_postseason : year (number) | fielding_postseason : team_id (text) | fielding_postseason : league_id (text) | fielding_postseason : round (text) | fielding_postseason : pos (text) | fielding_postseason : g (number) | fielding_postseason : gs (number) | fielding_postseason : inn_outs (number) | fielding_postseason : po (number) | fielding_postseason : a (number) | fielding_postseason : e (number) | fielding_postseason : dp (number) | fielding_postseason : tp (number) | fielding_postseason : pb (number) | fielding_postseason : sb (number) | fielding_postseason : cs (number) | hall_of_fame : player_id (text) | hall_of_fame : yearid (number) | hall_of_fame : votedby (text) | hall_of_fame : ballots (number) | hall_of_fame : needed (number) | hall_of_fame : votes (number) | hall_of_fame : inducted (text) | hall_of_fame : category (text) | hall_of_fame : needed_note (text) | home_game : year (number) | home_game : league_id (text) | home_game : team_id (text) | home_game : park_id (text) | home_game : span_first (text) | home_game : span_last (text) | home_game : games (number) | home_game : openings (number) | home_game : attendance (number) | manager : player_id (text) | manager : year (number) | manager : team_id (text) | manager : league_id (text) | manager : inseason (number) | manager : g (number) | manager : w (number) | manager : l (number) | manager : rank (number) | manager : plyr_mgr (text) | manager_half : player_id (text) | manager_half : year (number) | manager_half : team_id (text) | manager_half : league_id (text) | manager_half : inseason (number) | manager_half : half (number) | manager_half : g (number) | manager_half : w (number) | manager_half : l (number) | manager_half : rank (number) | player : player_id (text) | player : birth_year (number) | player : birth_month (number) | player : birth_day (number) | player : birth_country (text) | player : birth_state (text) | player : birth_city (text) | player : death_year (number) | player : death_month (number) | player : death_day (number) | player : death_country (text) | player : death_state (text) | player : death_city (text) | player : name_first (text) | player : name_last (text) | player : name_given (text) | player : weight (number) | player : height (number) | player : bats (text) | player : throws (text) | player : debut (text) | player : final_game (text) | player : retro_id (text) | player : bbref_id (text) | park : park_id (text) | park : park_name (text) | park : park_alias (text) | park : city (text) | park : state (text) | park : country (text) | pitching : player_id (text) | pitching : year (number) | pitching : stint (number) | pitching : team_id (text) | pitching : league_id (text) | pitching : w (number) | pitching : l (number) | pitching : g (number) | pitching : gs (number) | pitching : cg (number) | pitching : sho (number) | pitching : sv (number) | pitching : ipouts (number) | pitching : h (number) | pitching : er (number) | pitching : hr (number) | pitching : bb (number) | pitching : so (number) | pitching : baopp (number) | pitching : era (number) | pitching : ibb (number) | pitching : wp (number) | pitching : hbp (number) | pitching : bk (number) | pitching : bfp (number) | pitching : gf (number) | pitching : r (number) | pitching : sh (number) | pitching : sf (number) | pitching : g_idp (number) | pitching_postseason : player_id (text) | pitching_postseason : year (number) | pitching_postseason : round (text) | pitching_postseason : team_id (text) | pitching_postseason : league_id (text) | pitching_postseason : w (number) | pitching_postseason : l (number) | pitching_postseason : g (number) | pitching_postseason : gs (number) | pitching_postseason : cg (number) | pitching_postseason : sho (number) | pitching_postseason : sv (number) | pitching_postseason : ipouts (number) | pitching_postseason : h (number) | pitching_postseason : er (number) | pitching_postseason : hr (number) | pitching_postseason : bb (number) | pitching_postseason : so (number) | pitching_postseason : baopp (text) | pitching_postseason : era (number) | pitching_postseason : ibb (number) | pitching_postseason : wp (number) | pitching_postseason : hbp (number) | pitching_postseason : bk (number) | pitching_postseason : bfp (number) | pitching_postseason : gf (number) | pitching_postseason : r (number) | pitching_postseason : sh (number) | pitching_postseason : sf (number) | pitching_postseason : g_idp (number) | salary : year (number) | salary : team_id (text) | salary : league_id (text) | salary : player_id (text) | salary : salary (number) | college : college_id (text) | college : name_full (text) | college : city (text) | college : state (text) | college : country (text) | postseason : year (number) | postseason : round (text) | postseason : team_id_winner (text) | postseason : league_id_winner (text) | postseason : team_id_loser (text) | postseason : league_id_loser (text) | postseason : wins (number) | postseason : losses (number) | postseason : ties (number) | team : year (number) | team : league_id (text) | team : team_id (text) | team : franchise_id (text) | team : div_id (text) | team : rank (number) | team : g (number) | team : ghome (number) | team : w (number) | team : l (number) | team : div_win (text) | team : wc_win (text) | team : lg_win (text) | team : ws_win (text) | team : r (number) | team : ab (number) | team : h (number) | team : double (number) | team : triple (number) | team : hr (number) | team : bb (number) | team : so (number) | team : sb (number) | team : cs (number) | team : hbp (number) | team : sf (number) | team : ra (number) | team : er (number) | team : era (number) | team : cg (number) | team : sho (number) | team : sv (number) | team : ipouts (number) | team : ha (number) | team : hra (number) | team : bba (number) | team : soa (number) | team : e (number) | team : dp (number) | team : fp (number) | team : name (text) | team : park (text) | team : attendance (number) | team : bpf (number) | team : ppf (number) | team : team_id_br (text) | team : team_id_lahman45 (text) | team : team_id_retro (text) | team_franchise : franchise_id (text) | team_franchise : franchise_name (text) | team_franchise : active (text) | team_franchise : na_assoc (text) | team_half : year (number) | team_half : league_id (text) | team_half : team_id (text) | team_half : half (number) | team_half : div_id (text) | team_half : div_win (text) | team_half : rank (number) | team_half : g (number) | team_half : w (number) | team_half : l (number)", - "Primary Keys": "", - "Foreign Keys": "all_star : player_id equals player : player_id | appearances : player_id equals player : player_id | appearances : team_id equals team : team_id | manager_award : player_id equals player : player_id | player_award : player_id equals player : player_id | player_award_vote : player_id equals player : player_id | batting : player_id equals player : player_id | batting_postseason : team_id equals team : team_id | batting_postseason : player_id equals player : player_id | player_college : college_id equals college : college_id | player_college : player_id equals player : player_id | fielding : player_id equals player : player_id | fielding_outfield : player_id equals player : player_id | fielding_postseason : player_id equals player : player_id | hall_of_fame : player_id equals player : player_id | home_game : park_id equals park : park_id | home_game : team_id equals team : team_id | manager : team_id equals team : team_id | manager_half : team_id equals team : team_id", - "db_id": "baseball_1" - }, - { - "Schema (values)": "architect : id , name , nationality , gender | bridge : architect_id , id , name , location , length_meters , length_feet | mill : architect_id , id , location , name , type , built_year , notes", - "Column names (type)": "mill : * (text) | architect : id (text) | architect : name (text) | architect : nationality (text) | architect : gender (text) | bridge : architect_id (number) | bridge : id (number) | bridge : name (text) | bridge : location (text) | bridge : length_meters (number) | bridge : length_feet (number) | mill : architect_id (number) | mill : id (number) | mill : location (text) | mill : name (text) | mill : type (text) | mill : built_year (number) | mill : notes (text)", - "Primary Keys": "architect : id | bridge : id | mill : id", - "Foreign Keys": "bridge : architect_id equals architect : id | mill : architect_id equals architect : id", - "db_id": "architecture" - }, - { - "Schema (values)": "Campuses : Id , Campus , Location , County , Year | csu_fees : Campus , Year , CampusFee | degrees : Year , Campus , Degrees | discipline_enrollments : Campus , Discipline , Year , Undergraduate , Graduate | enrollments : Campus , Year , TotalEnrollment_AY , FTE_AY | faculty : Campus , Year , Faculty", - "Column names (type)": "faculty : * (text) | Campuses : Id (number) | Campuses : Campus (text) | Campuses : Location (text) | Campuses : County (text) | Campuses : Year (number) | csu_fees : Campus (number) | csu_fees : Year (number) | csu_fees : CampusFee (number) | degrees : Year (number) | degrees : Campus (number) | degrees : Degrees (number) | discipline_enrollments : Campus (number) | discipline_enrollments : Discipline (number) | discipline_enrollments : Year (number) | discipline_enrollments : Undergraduate (number) | discipline_enrollments : Graduate (number) | enrollments : Campus (number) | enrollments : Year (number) | enrollments : TotalEnrollment_AY (number) | enrollments : FTE_AY (number) | faculty : Campus (number) | faculty : Year (number) | faculty : Faculty (number)", - "Primary Keys": "Campuses : Id | csu_fees : Campus | degrees : Year | discipline_enrollments : Campus | enrollments : Campus", - "Foreign Keys": "csu_fees : Campus equals Campuses : Id | degrees : Campus equals Campuses : Id | discipline_enrollments : Campus equals Campuses : Id | enrollments : Campus equals Campuses : Id | faculty : Campus equals Campuses : Id", - "db_id": "csu_1" - }, - { - "Schema (values)": "Customers : customer_id , customer_name , customer_details | Invoices : invoice_number , invoice_date , invoice_details | Orders : order_id , customer_id , order_status , date_order_placed , order_details | Products : product_id , product_name , product_details | Order_Items : order_item_id , product_id , order_id , order_item_status , order_item_details | Shipments : shipment_id , order_id , invoice_number , shipment_tracking_number , shipment_date , other_shipment_details | Shipment_Items : shipment_id , order_item_id", - "Column names (type)": "Shipment_Items : * (text) | Customers : customer_id (number) | Customers : customer_name (text) | Customers : customer_details (text) | Invoices : invoice_number (number) | Invoices : invoice_date (time) | Invoices : invoice_details (text) | Orders : order_id (number) | Orders : customer_id (number) | Orders : order_status (text) | Orders : date_order_placed (time) | Orders : order_details (text) | Products : product_id (number) | Products : product_name (text) | Products : product_details (text) | Order_Items : order_item_id (number) | Order_Items : product_id (number) | Order_Items : order_id (number) | Order_Items : order_item_status (text) | Order_Items : order_item_details (text) | Shipments : shipment_id (number) | Shipments : order_id (number) | Shipments : invoice_number (number) | Shipments : shipment_tracking_number (text) | Shipments : shipment_date (time) | Shipments : other_shipment_details (text) | Shipment_Items : shipment_id (number) | Shipment_Items : order_item_id (number)", - "Primary Keys": "Customers : customer_id | Invoices : invoice_number | Orders : order_id | Products : product_id | Order_Items : order_item_id | Shipments : shipment_id", - "Foreign Keys": "Orders : customer_id equals Customers : customer_id | Order_Items : product_id equals Products : product_id | Order_Items : order_id equals Orders : order_id | Shipments : invoice_number equals Invoices : invoice_number | Shipments : order_id equals Orders : order_id | Shipment_Items : shipment_id equals Shipments : shipment_id | Shipment_Items : order_item_id equals Order_Items : order_item_id", - "db_id": "tracking_orders" - }, - { - "Schema (values)": "Customers : Customer_ID , Customer_Details | Customer_Policies : Policy_ID , Customer_ID , Policy_Type_Code , Start_Date , End_Date | Claims : Claim_ID , Policy_ID , Date_Claim_Made , Date_Claim_Settled , Amount_Claimed , Amount_Settled | Settlements : Settlement_ID , Claim_ID , Date_Claim_Made , Date_Claim_Settled , Amount_Claimed , Amount_Settled , Customer_Policy_ID | Payments : Payment_ID , Settlement_ID , Payment_Method_Code , Date_Payment_Made , Amount_Payment", - "Column names (type)": "Payments : * (text) | Customers : Customer_ID (number) | Customers : Customer_Details (text) | Customer_Policies : Policy_ID (number) | Customer_Policies : Customer_ID (number) | Customer_Policies : Policy_Type_Code (text) | Customer_Policies : Start_Date (time) | Customer_Policies : End_Date (time) | Claims : Claim_ID (number) | Claims : Policy_ID (number) | Claims : Date_Claim_Made (time) | Claims : Date_Claim_Settled (time) | Claims : Amount_Claimed (number) | Claims : Amount_Settled (number) | Settlements : Settlement_ID (number) | Settlements : Claim_ID (number) | Settlements : Date_Claim_Made (time) | Settlements : Date_Claim_Settled (time) | Settlements : Amount_Claimed (number) | Settlements : Amount_Settled (number) | Settlements : Customer_Policy_ID (number) | Payments : Payment_ID (number) | Payments : Settlement_ID (number) | Payments : Payment_Method_Code (text) | Payments : Date_Payment_Made (time) | Payments : Amount_Payment (number)", - "Primary Keys": "Customers : Customer_ID | Customer_Policies : Policy_ID | Claims : Claim_ID | Settlements : Settlement_ID | Payments : Payment_ID", - "Foreign Keys": "Customer_Policies : Customer_ID equals Customers : Customer_ID | Claims : Policy_ID equals Customer_Policies : Policy_ID | Settlements : Claim_ID equals Claims : Claim_ID | Payments : Settlement_ID equals Settlements : Settlement_ID", - "db_id": "insurance_policies" - }, - { - "Schema (values)": "company : Company_ID , Rank , Company , Headquarters , Main_Industry , Sales_billion , Profits_billion , Assets_billion , Market_Value | gas_station : Station_ID , Open_Year , Location , Manager_Name , Vice_Manager_Name , Representative_Name | station_company : Station_ID , Company_ID , Rank_of_the_Year", - "Column names (type)": "station_company : * (text) | company : Company_ID (number) | company : Rank (number) | company : Company (text) | company : Headquarters (text) | company : Main_Industry (text) | company : Sales_billion (number) | company : Profits_billion (number) | company : Assets_billion (number) | company : Market_Value (number) | gas_station : Station_ID (number) | gas_station : Open_Year (number) | gas_station : Location (text) | gas_station : Manager_Name (text) | gas_station : Vice_Manager_Name (text) | gas_station : Representative_Name (text) | station_company : Station_ID (number) | station_company : Company_ID (number) | station_company : Rank_of_the_Year (number)", - "Primary Keys": "company : Company_ID | gas_station : Station_ID | station_company : Station_ID", - "Foreign Keys": "station_company : Company_ID equals company : Company_ID | station_company : Station_ID equals gas_station : Station_ID", - "db_id": "gas_company" - }, - { - "Schema (values)": "Addresses : address_id , line_1_number_building , town_city , zip_postcode , state_province_county , country | Services : service_id , service_type_code , service_name , service_descriptio | Forms : form_id , form_type_code , service_id , form_number , form_name , form_description | Individuals : individual_id , individual_first_name , individual_middle_name , inidividual_phone , individual_email , individual_address , individual_last_name | Organizations : organization_id , date_formed , organization_name , uk_vat_number | Parties : party_id , payment_method_code , party_phone , party_email | Organization_Contact_Individuals : individual_id , organization_id , date_contact_from , date_contact_to | Party_Addresses : party_id , address_id , date_address_from , address_type_code , date_address_to | Party_Forms : party_id , form_id , date_completion_started , form_status_code , date_fully_completed | Party_Services : booking_id , customer_id , service_id , service_datetime , booking_made_date", - "Column names (type)": "Party_Services : * (text) | Addresses : address_id (number) | Addresses : line_1_number_building (text) | Addresses : town_city (text) | Addresses : zip_postcode (text) | Addresses : state_province_county (text) | Addresses : country (text) | Services : service_id (number) | Services : service_type_code (text) | Services : service_name (text) | Services : service_descriptio (text) | Forms : form_id (number) | Forms : form_type_code (text) | Forms : service_id (number) | Forms : form_number (text) | Forms : form_name (text) | Forms : form_description (text) | Individuals : individual_id (number) | Individuals : individual_first_name (text) | Individuals : individual_middle_name (text) | Individuals : inidividual_phone (text) | Individuals : individual_email (text) | Individuals : individual_address (text) | Individuals : individual_last_name (text) | Organizations : organization_id (number) | Organizations : date_formed (time) | Organizations : organization_name (text) | Organizations : uk_vat_number (text) | Parties : party_id (number) | Parties : payment_method_code (text) | Parties : party_phone (text) | Parties : party_email (text) | Organization_Contact_Individuals : individual_id (number) | Organization_Contact_Individuals : organization_id (number) | Organization_Contact_Individuals : date_contact_from (time) | Organization_Contact_Individuals : date_contact_to (time) | Party_Addresses : party_id (number) | Party_Addresses : address_id (number) | Party_Addresses : date_address_from (time) | Party_Addresses : address_type_code (text) | Party_Addresses : date_address_to (time) | Party_Forms : party_id (number) | Party_Forms : form_id (number) | Party_Forms : date_completion_started (time) | Party_Forms : form_status_code (text) | Party_Forms : date_fully_completed (time) | Party_Services : booking_id (number) | Party_Services : customer_id (number) | Party_Services : service_id (number) | Party_Services : service_datetime (time) | Party_Services : booking_made_date (time)", - "Primary Keys": "Addresses : address_id | Services : service_id | Forms : form_id | Individuals : individual_id | Organizations : organization_id | Parties : party_id | Organization_Contact_Individuals : individual_id | Party_Addresses : party_id | Party_Forms : party_id", - "Foreign Keys": "Forms : service_id equals Services : service_id | Organization_Contact_Individuals : individual_id equals Individuals : individual_id | Organization_Contact_Individuals : organization_id equals Organizations : organization_id | Party_Addresses : party_id equals Parties : party_id | Party_Addresses : address_id equals Addresses : address_id | Party_Forms : form_id equals Forms : form_id | Party_Forms : party_id equals Parties : party_id | Party_Services : customer_id equals Parties : party_id | Party_Services : service_id equals Services : service_id", - "db_id": "e_government" - }, - { - "Schema (values)": "driver : Driver_ID , Name , Party , Home_city , Age | school : School_ID , Grade , School , Location , Type | school_bus : School_ID , Driver_ID , Years_Working , If_full_time", - "Column names (type)": "school_bus : * (text) | driver : Driver_ID (number) | driver : Name (text) | driver : Party (text) | driver : Home_city (text) | driver : Age (number) | school : School_ID (number) | school : Grade (text) | school : School (text) | school : Location (text) | school : Type (text) | school_bus : School_ID (number) | school_bus : Driver_ID (number) | school_bus : Years_Working (number) | school_bus : If_full_time (others)", - "Primary Keys": "driver : Driver_ID | school : School_ID | school_bus : School_ID", - "Foreign Keys": "school_bus : Driver_ID equals driver : Driver_ID | school_bus : School_ID equals school : School_ID", - "db_id": "school_bus" - }, - { - "Schema (values)": "repair : repair_ID , name , Launch_Date , Notes | machine : Machine_ID , Making_Year , Class , Team , Machine_series , value_points , quality_rank | technician : technician_id , Name , Team , Starting_Year , Age | repair_assignment : technician_id , repair_ID , Machine_ID", - "Column names (type)": "repair_assignment : * (text) | repair : repair_ID (number) | repair : name (text) | repair : Launch_Date (text) | repair : Notes (text) | machine : Machine_ID (number) | machine : Making_Year (number) | machine : Class (text) | machine : Team (text) | machine : Machine_series (text) | machine : value_points (number) | machine : quality_rank (number) | technician : technician_id (number) | technician : Name (text) | technician : Team (text) | technician : Starting_Year (number) | technician : Age (number) | repair_assignment : technician_id (number) | repair_assignment : repair_ID (number) | repair_assignment : Machine_ID (number)", - "Primary Keys": "repair : repair_ID | machine : Machine_ID | technician : technician_id | repair_assignment : technician_id", - "Foreign Keys": "repair_assignment : Machine_ID equals machine : Machine_ID | repair_assignment : repair_ID equals repair : repair_ID | repair_assignment : technician_id equals technician : technician_id", - "db_id": "machine_repair" - }, - { - "Schema (values)": "artist : Artist_ID , Name , Country , Year_Join , Age | exhibition : Exhibition_ID , Year , Theme , Artist_ID , Ticket_Price | exhibition_record : Exhibition_ID , Date , Attendance", - "Column names (type)": "exhibition_record : * (text) | artist : Artist_ID (number) | artist : Name (text) | artist : Country (text) | artist : Year_Join (number) | artist : Age (number) | exhibition : Exhibition_ID (number) | exhibition : Year (number) | exhibition : Theme (text) | exhibition : Artist_ID (number) | exhibition : Ticket_Price (number) | exhibition_record : Exhibition_ID (number) | exhibition_record : Date (text) | exhibition_record : Attendance (number)", - "Primary Keys": "artist : Artist_ID | exhibition : Exhibition_ID | exhibition_record : Exhibition_ID", - "Foreign Keys": "exhibition : Artist_ID equals artist : Artist_ID | exhibition_record : Exhibition_ID equals exhibition : Exhibition_ID", - "db_id": "theme_gallery" - }, - { - "Schema (values)": "film : Film_ID , Title , Studio , Director , Gross_in_dollar | market : Market_ID , Country , Number_cities | film_market_estimation : Estimation_ID , Low_Estimate , High_Estimate , Film_ID , Type , Market_ID , Year", - "Column names (type)": "film_market_estimation : * (text) | film : Film_ID (number) | film : Title (text) | film : Studio (text) | film : Director (text) | film : Gross_in_dollar (number) | market : Market_ID (number) | market : Country (text) | market : Number_cities (number) | film_market_estimation : Estimation_ID (number) | film_market_estimation : Low_Estimate (number) | film_market_estimation : High_Estimate (number) | film_market_estimation : Film_ID (number) | film_market_estimation : Type (text) | film_market_estimation : Market_ID (number) | film_market_estimation : Year (number)", - "Primary Keys": "film : Film_ID | market : Market_ID | film_market_estimation : Estimation_ID", - "Foreign Keys": "film_market_estimation : Market_ID equals market : Market_ID | film_market_estimation : Film_ID equals film : Film_ID", - "db_id": "film_rank" - }, - { - "Schema (values)": "region : Region_ID , Region_name , Date , Label , Format , Catalogue | party : Party_ID , Minister , Took_office , Left_office , Region_ID , Party_name | member : Member_ID , Member_Name , Party_ID , In_office | party_events : Event_ID , Event_Name , Party_ID , Member_in_charge_ID", - "Column names (type)": "party_events : * (text) | region : Region_ID (number) | region : Region_name (text) | region : Date (text) | region : Label (text) | region : Format (text) | region : Catalogue (text) | party : Party_ID (number) | party : Minister (text) | party : Took_office (text) | party : Left_office (text) | party : Region_ID (number) | party : Party_name (text) | member : Member_ID (number) | member : Member_Name (text) | member : Party_ID (text) | member : In_office (text) | party_events : Event_ID (number) | party_events : Event_Name (text) | party_events : Party_ID (number) | party_events : Member_in_charge_ID (number)", - "Primary Keys": "region : Region_ID | party : Party_ID | member : Member_ID | party_events : Event_ID", - "Foreign Keys": "party : Region_ID equals region : Region_ID | member : Party_ID equals party : Party_ID | party_events : Member_in_charge_ID equals member : Member_ID | party_events : Party_ID equals party : Party_ID", - "db_id": "party_people" - }, - { - "Schema (values)": "Physician : EmployeeID , Name , Position , SSN | Department : DepartmentID , Name , Head | Affiliated_With : Physician , Department , PrimaryAffiliation | Procedures : Code , Name , Cost | Trained_In : Physician , Treatment , CertificationDate , CertificationExpires | Patient : SSN , Name , Address , Phone , InsuranceID , PCP | Nurse : EmployeeID , Name , Position , Registered , SSN | Appointment : AppointmentID , Patient , PrepNurse , Physician , Start , End , ExaminationRoom | Medication : Code , Name , Brand , Description | Prescribes : Physician , Patient , Medication , Date , Appointment , Dose | Block : BlockFloor , BlockCode | Room : RoomNumber , RoomType , BlockFloor , BlockCode , Unavailable | On_Call : Nurse , BlockFloor , BlockCode , OnCallStart , OnCallEnd | Stay : StayID , Patient , Room , StayStart , StayEnd | Undergoes : Patient , Procedures , Stay , DateUndergoes , Physician , AssistingNurse", - "Column names (type)": "Undergoes : * (text) | Physician : EmployeeID (number) | Physician : Name (text) | Physician : Position (text) | Physician : SSN (number) | Department : DepartmentID (number) | Department : Name (text) | Department : Head (number) | Affiliated_With : Physician (number) | Affiliated_With : Department (number) | Affiliated_With : PrimaryAffiliation (boolean) | Procedures : Code (number) | Procedures : Name (text) | Procedures : Cost (number) | Trained_In : Physician (number) | Trained_In : Treatment (number) | Trained_In : CertificationDate (time) | Trained_In : CertificationExpires (time) | Patient : SSN (number) | Patient : Name (text) | Patient : Address (text) | Patient : Phone (text) | Patient : InsuranceID (number) | Patient : PCP (number) | Nurse : EmployeeID (number) | Nurse : Name (text) | Nurse : Position (text) | Nurse : Registered (boolean) | Nurse : SSN (number) | Appointment : AppointmentID (number) | Appointment : Patient (number) | Appointment : PrepNurse (number) | Appointment : Physician (number) | Appointment : Start (time) | Appointment : End (time) | Appointment : ExaminationRoom (text) | Medication : Code (number) | Medication : Name (text) | Medication : Brand (text) | Medication : Description (text) | Prescribes : Physician (number) | Prescribes : Patient (number) | Prescribes : Medication (number) | Prescribes : Date (time) | Prescribes : Appointment (number) | Prescribes : Dose (text) | Block : BlockFloor (number) | Block : BlockCode (number) | Room : RoomNumber (number) | Room : RoomType (text) | Room : BlockFloor (number) | Room : BlockCode (number) | Room : Unavailable (boolean) | On_Call : Nurse (number) | On_Call : BlockFloor (number) | On_Call : BlockCode (number) | On_Call : OnCallStart (time) | On_Call : OnCallEnd (time) | Stay : StayID (number) | Stay : Patient (number) | Stay : Room (number) | Stay : StayStart (time) | Stay : StayEnd (time) | Undergoes : Patient (number) | Undergoes : Procedures (number) | Undergoes : Stay (number) | Undergoes : DateUndergoes (time) | Undergoes : Physician (number) | Undergoes : AssistingNurse (number)", - "Primary Keys": "Physician : EmployeeID | Department : DepartmentID | Affiliated_With : Physician | Procedures : Code | Trained_In : Physician | Patient : SSN | Nurse : EmployeeID | Appointment : AppointmentID | Medication : Code | Prescribes : Physician | Block : BlockFloor | Room : RoomNumber | On_Call : Nurse | Stay : StayID | Undergoes : Patient", - "Foreign Keys": "Department : Head equals Physician : EmployeeID | Affiliated_With : Department equals Department : DepartmentID | Affiliated_With : Physician equals Physician : EmployeeID | Trained_In : Treatment equals Procedures : Code | Trained_In : Physician equals Physician : EmployeeID | Patient : PCP equals Physician : EmployeeID | Appointment : Physician equals Physician : EmployeeID | Appointment : PrepNurse equals Nurse : EmployeeID | Appointment : Patient equals Patient : SSN | Prescribes : Appointment equals Appointment : AppointmentID | Prescribes : Medication equals Medication : Code | Prescribes : Patient equals Patient : SSN | Prescribes : Physician equals Physician : EmployeeID | Room : BlockFloor equals Block : BlockFloor | Room : BlockCode equals Block : BlockCode | On_Call : BlockFloor equals Block : BlockFloor | On_Call : BlockCode equals Block : BlockCode | On_Call : Nurse equals Nurse : EmployeeID | Stay : Room equals Room : RoomNumber | Stay : Patient equals Patient : SSN | Undergoes : AssistingNurse equals Nurse : EmployeeID | Undergoes : Physician equals Physician : EmployeeID | Undergoes : Stay equals Stay : StayID | Undergoes : Procedures equals Procedures : Code | Undergoes : Patient equals Patient : SSN", - "db_id": "hospital_1" - }, - { - "Schema (values)": "Premises : premise_id , premises_type , premise_details | Products : product_id , product_category , product_name | Customers : customer_id , payment_method , customer_name , customer_phone , customer_email , customer_address , customer_login , customer_password | Mailshot_Campaigns : mailshot_id , product_category , mailshot_name , mailshot_start_date , mailshot_end_date | Customer_Addresses : customer_id , premise_id , date_address_from , address_type_code , date_address_to | Customer_Orders : order_id , customer_id , order_status_code , shipping_method_code , order_placed_datetime , order_delivered_datetime , order_shipping_charges | Mailshot_Customers : mailshot_id , customer_id , outcome_code , mailshot_customer_date | Order_Items : item_id , order_item_status_code , order_id , product_id , item_status_code , item_delivered_datetime , item_order_quantity", - "Column names (type)": "Order_Items : * (text) | Premises : premise_id (number) | Premises : premises_type (text) | Premises : premise_details (text) | Products : product_id (number) | Products : product_category (text) | Products : product_name (text) | Customers : customer_id (number) | Customers : payment_method (text) | Customers : customer_name (text) | Customers : customer_phone (text) | Customers : customer_email (text) | Customers : customer_address (text) | Customers : customer_login (text) | Customers : customer_password (text) | Mailshot_Campaigns : mailshot_id (number) | Mailshot_Campaigns : product_category (text) | Mailshot_Campaigns : mailshot_name (text) | Mailshot_Campaigns : mailshot_start_date (time) | Mailshot_Campaigns : mailshot_end_date (time) | Customer_Addresses : customer_id (number) | Customer_Addresses : premise_id (number) | Customer_Addresses : date_address_from (time) | Customer_Addresses : address_type_code (text) | Customer_Addresses : date_address_to (time) | Customer_Orders : order_id (number) | Customer_Orders : customer_id (number) | Customer_Orders : order_status_code (text) | Customer_Orders : shipping_method_code (text) | Customer_Orders : order_placed_datetime (time) | Customer_Orders : order_delivered_datetime (time) | Customer_Orders : order_shipping_charges (text) | Mailshot_Customers : mailshot_id (number) | Mailshot_Customers : customer_id (number) | Mailshot_Customers : outcome_code (text) | Mailshot_Customers : mailshot_customer_date (time) | Order_Items : item_id (number) | Order_Items : order_item_status_code (text) | Order_Items : order_id (number) | Order_Items : product_id (number) | Order_Items : item_status_code (text) | Order_Items : item_delivered_datetime (time) | Order_Items : item_order_quantity (text)", - "Primary Keys": "Premises : premise_id | Products : product_id | Customers : customer_id | Mailshot_Campaigns : mailshot_id | Customer_Orders : order_id", - "Foreign Keys": "Customer_Addresses : customer_id equals Customers : customer_id | Customer_Addresses : premise_id equals Premises : premise_id | Customer_Orders : customer_id equals Customers : customer_id | Mailshot_Customers : mailshot_id equals Mailshot_Campaigns : mailshot_id | Mailshot_Customers : customer_id equals Customers : customer_id | Order_Items : order_id equals Customer_Orders : order_id | Order_Items : product_id equals Products : product_id", - "db_id": "customers_campaigns_ecommerce" - }, - { - "Schema (values)": "gymnast : Gymnast_ID , Floor_Exercise_Points , Pommel_Horse_Points , Rings_Points , Vault_Points , Parallel_Bars_Points , Horizontal_Bar_Points , Total_Points | people : People_ID , Name , Age , Height , Hometown", - "Column names (type)": "people : * (text) | gymnast : Gymnast_ID (number) | gymnast : Floor_Exercise_Points (number) | gymnast : Pommel_Horse_Points (number) | gymnast : Rings_Points (number) | gymnast : Vault_Points (number) | gymnast : Parallel_Bars_Points (number) | gymnast : Horizontal_Bar_Points (number) | gymnast : Total_Points (number) | people : People_ID (number) | people : Name (text) | people : Age (number) | people : Height (number) | people : Hometown (text)", - "Primary Keys": "gymnast : Gymnast_ID | people : People_ID", - "Foreign Keys": "gymnast : Gymnast_ID equals people : People_ID", - "db_id": "gymnast" - }, - { - "Schema (values)": "GEOGRAPHIC : CITY_NAME , COUNTY , REGION | RESTAURANT : ID , NAME , FOOD_TYPE , CITY_NAME , RATING | LOCATION : RESTAURANT_ID , HOUSE_NUMBER , STREET_NAME , CITY_NAME", - "Column names (type)": "LOCATION : * (text) | GEOGRAPHIC : CITY_NAME (text) | GEOGRAPHIC : COUNTY (text) | GEOGRAPHIC : REGION (text) | RESTAURANT : ID (number) | RESTAURANT : NAME (text) | RESTAURANT : FOOD_TYPE (text) | RESTAURANT : CITY_NAME (text) | RESTAURANT : RATING (number) | LOCATION : RESTAURANT_ID (number) | LOCATION : HOUSE_NUMBER (number) | LOCATION : STREET_NAME (text) | LOCATION : CITY_NAME (text)", - "Primary Keys": "GEOGRAPHIC : CITY_NAME | RESTAURANT : ID | LOCATION : RESTAURANT_ID", - "Foreign Keys": "RESTAURANT : CITY_NAME equals GEOGRAPHIC : CITY_NAME | LOCATION : CITY_NAME equals GEOGRAPHIC : CITY_NAME", - "db_id": "restaurants" - }, - { - "Schema (values)": "mountain : id , name , Height , Prominence , Range , Country | camera_lens : id , brand , name , focal_length_mm , max_aperture | photos : id , camera_lens_id , mountain_id , color , name", - "Column names (type)": "photos : * (text) | mountain : id (number) | mountain : name (text) | mountain : Height (number) | mountain : Prominence (number) | mountain : Range (text) | mountain : Country (text) | camera_lens : id (number) | camera_lens : brand (text) | camera_lens : name (text) | camera_lens : focal_length_mm (number) | camera_lens : max_aperture (number) | photos : id (number) | photos : camera_lens_id (number) | photos : mountain_id (number) | photos : color (text) | photos : name (text)", - "Primary Keys": "mountain : id | camera_lens : id | photos : id", - "Foreign Keys": "photos : mountain_id equals mountain : id | photos : camera_lens_id equals camera_lens : id", - "db_id": "mountain_photos" - }, - { - "Schema (values)": "battle : id , name , date , bulgarian_commander , latin_commander , result | ship : lost_in_battle , id , name , tonnage , ship_type , location , disposition_of_ship | death : caused_by_ship_id , id , note , killed , injured", - "Column names (type)": "death : * (text) | battle : id (number) | battle : name (text) | battle : date (text) | battle : bulgarian_commander (text) | battle : latin_commander (text) | battle : result (text) | ship : lost_in_battle (number) | ship : id (number) | ship : name (text) | ship : tonnage (text) | ship : ship_type (text) | ship : location (text) | ship : disposition_of_ship (text) | death : caused_by_ship_id (number) | death : id (number) | death : note (text) | death : killed (number) | death : injured (number)", - "Primary Keys": "battle : id | ship : id | death : id", - "Foreign Keys": "ship : lost_in_battle equals battle : id | death : caused_by_ship_id equals ship : id", - "db_id": "battle_death" - }, - { - "Schema (values)": "Ref_Document_Types : document_type_code , document_type_description | Roles : role_code , role_description | Addresses : address_id , address_details | Ref_Document_Status : document_status_code , document_status_description | Ref_Shipping_Agents : shipping_agent_code , shipping_agent_name , shipping_agent_description | Documents : document_id , document_status_code , document_type_code , shipping_agent_code , receipt_date , receipt_number , other_details | Employees : employee_id , role_code , employee_name , other_details | Document_Drafts : document_id , draft_number , draft_details | Draft_Copies : document_id , draft_number , copy_number | Circulation_History : document_id , draft_number , copy_number , employee_id | Documents_Mailed : document_id , mailed_to_address_id , mailing_date", - "Column names (type)": "Documents_Mailed : * (text) | Ref_Document_Types : document_type_code (text) | Ref_Document_Types : document_type_description (text) | Roles : role_code (text) | Roles : role_description (text) | Addresses : address_id (number) | Addresses : address_details (text) | Ref_Document_Status : document_status_code (text) | Ref_Document_Status : document_status_description (text) | Ref_Shipping_Agents : shipping_agent_code (text) | Ref_Shipping_Agents : shipping_agent_name (text) | Ref_Shipping_Agents : shipping_agent_description (text) | Documents : document_id (number) | Documents : document_status_code (text) | Documents : document_type_code (text) | Documents : shipping_agent_code (text) | Documents : receipt_date (time) | Documents : receipt_number (text) | Documents : other_details (text) | Employees : employee_id (number) | Employees : role_code (text) | Employees : employee_name (text) | Employees : other_details (text) | Document_Drafts : document_id (number) | Document_Drafts : draft_number (number) | Document_Drafts : draft_details (text) | Draft_Copies : document_id (number) | Draft_Copies : draft_number (number) | Draft_Copies : copy_number (number) | Circulation_History : document_id (number) | Circulation_History : draft_number (number) | Circulation_History : copy_number (number) | Circulation_History : employee_id (number) | Documents_Mailed : document_id (number) | Documents_Mailed : mailed_to_address_id (number) | Documents_Mailed : mailing_date (time)", - "Primary Keys": "Ref_Document_Types : document_type_code | Roles : role_code | Addresses : address_id | Ref_Document_Status : document_status_code | Ref_Shipping_Agents : shipping_agent_code | Documents : document_id | Employees : employee_id | Document_Drafts : document_id | Draft_Copies : document_id | Circulation_History : document_id | Documents_Mailed : document_id", - "Foreign Keys": "Documents : shipping_agent_code equals Ref_Shipping_Agents : shipping_agent_code | Documents : document_status_code equals Ref_Document_Status : document_status_code | Documents : document_type_code equals Ref_Document_Types : document_type_code | Employees : role_code equals Roles : role_code | Document_Drafts : document_id equals Documents : document_id | Draft_Copies : document_id equals Document_Drafts : document_id | Draft_Copies : draft_number equals Document_Drafts : draft_number | Circulation_History : employee_id equals Employees : employee_id | Circulation_History : document_id equals Draft_Copies : document_id | Circulation_History : draft_number equals Draft_Copies : draft_number | Circulation_History : copy_number equals Draft_Copies : copy_number | Documents_Mailed : mailed_to_address_id equals Addresses : address_id | Documents_Mailed : document_id equals Documents : document_id", - "db_id": "cre_Doc_Control_Systems" - }, - { - "Schema (values)": "Investors : investor_id , Investor_details | Lots : lot_id , investor_id , lot_details | Ref_Transaction_Types : transaction_type_code , transaction_type_description | Transactions : transaction_id , investor_id , transaction_type_code , date_of_transaction , amount_of_transaction , share_count , other_details | Sales : sales_transaction_id , sales_details | Purchases : purchase_transaction_id , purchase_details | Transactions_Lots : transaction_id , lot_id", - "Column names (type)": "Transactions_Lots : * (text) | Investors : investor_id (number) | Investors : Investor_details (text) | Lots : lot_id (number) | Lots : investor_id (number) | Lots : lot_details (text) | Ref_Transaction_Types : transaction_type_code (text) | Ref_Transaction_Types : transaction_type_description (text) | Transactions : transaction_id (number) | Transactions : investor_id (number) | Transactions : transaction_type_code (text) | Transactions : date_of_transaction (time) | Transactions : amount_of_transaction (number) | Transactions : share_count (text) | Transactions : other_details (text) | Sales : sales_transaction_id (number) | Sales : sales_details (text) | Purchases : purchase_transaction_id (number) | Purchases : purchase_details (text) | Transactions_Lots : transaction_id (number) | Transactions_Lots : lot_id (number)", - "Primary Keys": "Investors : investor_id | Lots : lot_id | Ref_Transaction_Types : transaction_type_code | Transactions : transaction_id | Sales : sales_transaction_id", - "Foreign Keys": "Lots : investor_id equals Investors : investor_id | Transactions : transaction_type_code equals Ref_Transaction_Types : transaction_type_code | Transactions : investor_id equals Investors : investor_id | Sales : sales_transaction_id equals Transactions : transaction_id | Purchases : purchase_transaction_id equals Transactions : transaction_id | Transactions_Lots : transaction_id equals Transactions : transaction_id | Transactions_Lots : lot_id equals Lots : lot_id", - "db_id": "tracking_share_transactions" - }, - { - "Schema (values)": "Apartment_Buildings : building_id , building_short_name , building_full_name , building_description , building_address , building_manager , building_phone | Apartments : apt_id , building_id , apt_type_code , apt_number , bathroom_count , bedroom_count , room_count | Apartment_Facilities : apt_id , facility_code | Guests : guest_id , gender_code , guest_first_name , guest_last_name , date_of_birth | Apartment_Bookings : apt_booking_id , apt_id , guest_id , booking_status_code , booking_start_date , booking_end_date | View_Unit_Status : apt_id , apt_booking_id , status_date , available_yn", - "Column names (type)": "View_Unit_Status : * (text) | Apartment_Buildings : building_id (number) | Apartment_Buildings : building_short_name (text) | Apartment_Buildings : building_full_name (text) | Apartment_Buildings : building_description (text) | Apartment_Buildings : building_address (text) | Apartment_Buildings : building_manager (text) | Apartment_Buildings : building_phone (text) | Apartments : apt_id (number) | Apartments : building_id (number) | Apartments : apt_type_code (text) | Apartments : apt_number (text) | Apartments : bathroom_count (number) | Apartments : bedroom_count (number) | Apartments : room_count (text) | Apartment_Facilities : apt_id (number) | Apartment_Facilities : facility_code (text) | Guests : guest_id (number) | Guests : gender_code (text) | Guests : guest_first_name (text) | Guests : guest_last_name (text) | Guests : date_of_birth (time) | Apartment_Bookings : apt_booking_id (number) | Apartment_Bookings : apt_id (number) | Apartment_Bookings : guest_id (number) | Apartment_Bookings : booking_status_code (text) | Apartment_Bookings : booking_start_date (time) | Apartment_Bookings : booking_end_date (time) | View_Unit_Status : apt_id (number) | View_Unit_Status : apt_booking_id (number) | View_Unit_Status : status_date (time) | View_Unit_Status : available_yn (others)", - "Primary Keys": "Apartment_Buildings : building_id | Apartments : apt_id | Apartment_Facilities : apt_id | Guests : guest_id | Apartment_Bookings : apt_booking_id | View_Unit_Status : status_date", - "Foreign Keys": "Apartments : building_id equals Apartment_Buildings : building_id | Apartment_Facilities : apt_id equals Apartments : apt_id | Apartment_Bookings : guest_id equals Guests : guest_id | Apartment_Bookings : apt_id equals Apartments : apt_id | View_Unit_Status : apt_booking_id equals Apartment_Bookings : apt_booking_id | View_Unit_Status : apt_id equals Apartments : apt_id", - "db_id": "apartment_rentals" - }, - { - "Schema (values)": "Addresses : address_id , line_1 , line_2 , line_3 , city , zip_postcode , state_province_county , country , other_address_details | Courses : course_id , course_name , course_description , other_details | Departments : department_id , department_name , department_description , other_details | Degree_Programs : degree_program_id , department_id , degree_summary_name , degree_summary_description , other_details | Sections : section_id , course_id , section_name , section_description , other_details | Semesters : semester_id , semester_name , semester_description , other_details | Students : student_id , current_address_id , permanent_address_id , first_name , middle_name , last_name , cell_mobile_number , email_address , ssn , date_first_registered , date_left , other_student_details | Student_Enrolment : student_enrolment_id , degree_program_id , semester_id , student_id , other_details | Student_Enrolment_Courses : student_course_id , course_id , student_enrolment_id | Transcripts : transcript_id , transcript_date , other_details | Transcript_Contents : student_course_id , transcript_id", - "Column names (type)": "Transcript_Contents : * (text) | Addresses : address_id (number) | Addresses : line_1 (text) | Addresses : line_2 (text) | Addresses : line_3 (text) | Addresses : city (text) | Addresses : zip_postcode (text) | Addresses : state_province_county (text) | Addresses : country (text) | Addresses : other_address_details (text) | Courses : course_id (number) | Courses : course_name (text) | Courses : course_description (text) | Courses : other_details (text) | Departments : department_id (number) | Departments : department_name (text) | Departments : department_description (text) | Departments : other_details (text) | Degree_Programs : degree_program_id (number) | Degree_Programs : department_id (number) | Degree_Programs : degree_summary_name (text) | Degree_Programs : degree_summary_description (text) | Degree_Programs : other_details (text) | Sections : section_id (number) | Sections : course_id (number) | Sections : section_name (text) | Sections : section_description (text) | Sections : other_details (text) | Semesters : semester_id (number) | Semesters : semester_name (text) | Semesters : semester_description (text) | Semesters : other_details (text) | Students : student_id (number) | Students : current_address_id (number) | Students : permanent_address_id (number) | Students : first_name (text) | Students : middle_name (text) | Students : last_name (text) | Students : cell_mobile_number (text) | Students : email_address (text) | Students : ssn (text) | Students : date_first_registered (time) | Students : date_left (time) | Students : other_student_details (text) | Student_Enrolment : student_enrolment_id (number) | Student_Enrolment : degree_program_id (number) | Student_Enrolment : semester_id (number) | Student_Enrolment : student_id (number) | Student_Enrolment : other_details (text) | Student_Enrolment_Courses : student_course_id (number) | Student_Enrolment_Courses : course_id (number) | Student_Enrolment_Courses : student_enrolment_id (number) | Transcripts : transcript_id (number) | Transcripts : transcript_date (time) | Transcripts : other_details (text) | Transcript_Contents : student_course_id (number) | Transcript_Contents : transcript_id (number)", - "Primary Keys": "Addresses : address_id | Courses : course_id | Departments : department_id | Degree_Programs : degree_program_id | Sections : section_id | Semesters : semester_id | Students : student_id | Student_Enrolment : student_enrolment_id | Student_Enrolment_Courses : student_course_id | Transcripts : transcript_id", - "Foreign Keys": "Degree_Programs : department_id equals Departments : department_id | Sections : course_id equals Courses : course_id | Students : permanent_address_id equals Addresses : address_id | Students : current_address_id equals Addresses : address_id | Student_Enrolment : student_id equals Students : student_id | Student_Enrolment : semester_id equals Semesters : semester_id | Student_Enrolment : degree_program_id equals Degree_Programs : degree_program_id | Student_Enrolment_Courses : student_enrolment_id equals Student_Enrolment : student_enrolment_id | Student_Enrolment_Courses : course_id equals Courses : course_id | Transcript_Contents : transcript_id equals Transcripts : transcript_id | Transcript_Contents : student_course_id equals Student_Enrolment_Courses : student_course_id", - "db_id": "student_transcripts_tracking" - }, - { - "Schema (values)": "Ref_Document_Types : Document_Type_Code , Document_Type_Name , Document_Type_Description | Ref_Budget_Codes : Budget_Type_Code , Budget_Type_Description | Projects : Project_ID , Project_Details | Documents : Document_ID , Document_Type_Code , Project_ID , Document_Date , Document_Name , Document_Description , Other_Details | Statements : Statement_ID , Statement_Details | Documents_with_Expenses : Document_ID , Budget_Type_Code , Document_Details | Accounts : Account_ID , Statement_ID , Account_Details", - "Column names (type)": "Accounts : * (text) | Ref_Document_Types : Document_Type_Code (text) | Ref_Document_Types : Document_Type_Name (text) | Ref_Document_Types : Document_Type_Description (text) | Ref_Budget_Codes : Budget_Type_Code (text) | Ref_Budget_Codes : Budget_Type_Description (text) | Projects : Project_ID (number) | Projects : Project_Details (text) | Documents : Document_ID (number) | Documents : Document_Type_Code (text) | Documents : Project_ID (number) | Documents : Document_Date (time) | Documents : Document_Name (text) | Documents : Document_Description (text) | Documents : Other_Details (text) | Statements : Statement_ID (number) | Statements : Statement_Details (text) | Documents_with_Expenses : Document_ID (number) | Documents_with_Expenses : Budget_Type_Code (text) | Documents_with_Expenses : Document_Details (text) | Accounts : Account_ID (number) | Accounts : Statement_ID (number) | Accounts : Account_Details (text)", - "Primary Keys": "Ref_Document_Types : Document_Type_Code | Ref_Budget_Codes : Budget_Type_Code | Projects : Project_ID | Documents : Document_ID | Statements : Statement_ID | Documents_with_Expenses : Document_ID | Accounts : Account_ID", - "Foreign Keys": "Documents : Project_ID equals Projects : Project_ID | Documents : Document_Type_Code equals Ref_Document_Types : Document_Type_Code | Statements : Statement_ID equals Documents : Document_ID | Documents_with_Expenses : Document_ID equals Documents : Document_ID | Documents_with_Expenses : Budget_Type_Code equals Ref_Budget_Codes : Budget_Type_Code | Accounts : Statement_ID equals Statements : Statement_ID", - "db_id": "cre_Docs_and_Epenses" - }, - { - "Schema (values)": "mission : Mission_ID , Ship_ID , Code , Launched_Year , Location , Speed_knots , Fate | ship : Ship_ID , Name , Type , Nationality , Tonnage", - "Column names (type)": "ship : * (text) | mission : Mission_ID (number) | mission : Ship_ID (number) | mission : Code (text) | mission : Launched_Year (number) | mission : Location (text) | mission : Speed_knots (number) | mission : Fate (text) | ship : Ship_ID (number) | ship : Name (text) | ship : Type (text) | ship : Nationality (text) | ship : Tonnage (number)", - "Primary Keys": "mission : Mission_ID | ship : Ship_ID", - "Foreign Keys": "mission : Ship_ID equals ship : Ship_ID", - "db_id": "ship_mission" - }, - { - "Schema (values)": "buildings : id , name , City , Height , Stories , Status | Companies : id , name , Headquarters , Industry , Sales_billion , Profits_billion , Assets_billion , Market_Value_billion | Office_locations : building_id , company_id , move_in_year", - "Column names (type)": "Office_locations : * (text) | buildings : id (number) | buildings : name (text) | buildings : City (text) | buildings : Height (number) | buildings : Stories (number) | buildings : Status (text) | Companies : id (number) | Companies : name (text) | Companies : Headquarters (text) | Companies : Industry (text) | Companies : Sales_billion (number) | Companies : Profits_billion (number) | Companies : Assets_billion (number) | Companies : Market_Value_billion (text) | Office_locations : building_id (number) | Office_locations : company_id (number) | Office_locations : move_in_year (number)", - "Primary Keys": "buildings : id | Companies : id | Office_locations : building_id", - "Foreign Keys": "Office_locations : company_id equals Companies : id | Office_locations : building_id equals buildings : id", - "db_id": "company_office" - }, - { - "Schema (values)": "Problem_Category_Codes : problem_category_code , problem_category_description | Problem_Log : problem_log_id , assigned_to_staff_id , problem_id , problem_category_code , problem_status_code , log_entry_date , log_entry_description , log_entry_fix , other_log_details | Problem_Status_Codes : problem_status_code , problem_status_description | Product : product_id , product_name , product_details | Staff : staff_id , staff_first_name , staff_last_name , other_staff_details | Problems : problem_id , product_id , closure_authorised_by_staff_id , reported_by_staff_id , date_problem_reported , date_problem_closed , problem_description , other_problem_details", - "Column names (type)": "Problems : * (text) | Problem_Category_Codes : problem_category_code (text) | Problem_Category_Codes : problem_category_description (text) | Problem_Log : problem_log_id (number) | Problem_Log : assigned_to_staff_id (number) | Problem_Log : problem_id (number) | Problem_Log : problem_category_code (text) | Problem_Log : problem_status_code (text) | Problem_Log : log_entry_date (time) | Problem_Log : log_entry_description (text) | Problem_Log : log_entry_fix (text) | Problem_Log : other_log_details (text) | Problem_Status_Codes : problem_status_code (text) | Problem_Status_Codes : problem_status_description (text) | Product : product_id (number) | Product : product_name (text) | Product : product_details (text) | Staff : staff_id (number) | Staff : staff_first_name (text) | Staff : staff_last_name (text) | Staff : other_staff_details (text) | Problems : problem_id (number) | Problems : product_id (number) | Problems : closure_authorised_by_staff_id (number) | Problems : reported_by_staff_id (number) | Problems : date_problem_reported (time) | Problems : date_problem_closed (time) | Problems : problem_description (text) | Problems : other_problem_details (text)", - "Primary Keys": "Problem_Category_Codes : problem_category_code | Problem_Log : problem_log_id | Problem_Status_Codes : problem_status_code | Product : product_id | Staff : staff_id | Problems : problem_id", - "Foreign Keys": "Problem_Log : problem_status_code equals Problem_Status_Codes : problem_status_code | Problem_Log : problem_id equals Problems : problem_id | Problem_Log : assigned_to_staff_id equals Staff : staff_id | Problem_Log : problem_category_code equals Problem_Category_Codes : problem_category_code | Problems : reported_by_staff_id equals Staff : staff_id | Problems : product_id equals Product : product_id | Problems : closure_authorised_by_staff_id equals Staff : staff_id", - "db_id": "tracking_software_problems" - }, - { - "Schema (values)": "Ref_Characteristic_Types : characteristic_type_code , characteristic_type_description | Ref_Colors : color_code , color_description | Ref_Product_Categories : product_category_code , product_category_description , unit_of_measure | Characteristics : characteristic_id , characteristic_type_code , characteristic_data_type , characteristic_name , other_characteristic_details | Products : product_id , color_code , product_category_code , product_name , typical_buying_price , typical_selling_price , product_description , other_product_details | Product_Characteristics : product_id , characteristic_id , product_characteristic_value", - "Column names (type)": "Product_Characteristics : * (text) | Ref_Characteristic_Types : characteristic_type_code (text) | Ref_Characteristic_Types : characteristic_type_description (text) | Ref_Colors : color_code (text) | Ref_Colors : color_description (text) | Ref_Product_Categories : product_category_code (text) | Ref_Product_Categories : product_category_description (text) | Ref_Product_Categories : unit_of_measure (text) | Characteristics : characteristic_id (number) | Characteristics : characteristic_type_code (text) | Characteristics : characteristic_data_type (text) | Characteristics : characteristic_name (text) | Characteristics : other_characteristic_details (text) | Products : product_id (number) | Products : color_code (text) | Products : product_category_code (text) | Products : product_name (text) | Products : typical_buying_price (text) | Products : typical_selling_price (text) | Products : product_description (text) | Products : other_product_details (text) | Product_Characteristics : product_id (number) | Product_Characteristics : characteristic_id (number) | Product_Characteristics : product_characteristic_value (text)", - "Primary Keys": "Ref_Characteristic_Types : characteristic_type_code | Ref_Colors : color_code | Ref_Product_Categories : product_category_code | Characteristics : characteristic_id | Products : product_id", - "Foreign Keys": "Characteristics : characteristic_type_code equals Ref_Characteristic_Types : characteristic_type_code | Products : color_code equals Ref_Colors : color_code | Products : product_category_code equals Ref_Product_Categories : product_category_code | Product_Characteristics : product_id equals Products : product_id | Product_Characteristics : characteristic_id equals Characteristics : characteristic_id", - "db_id": "products_gen_characteristics" - }, - { - "Schema (values)": "shop : Shop_ID , Address , Num_of_staff , Score , Open_Year | member : Member_ID , Name , Membership_card , Age , Time_of_purchase , Level_of_membership , Address | happy_hour : HH_ID , Shop_ID , Month , Num_of_shaff_in_charge | happy_hour_member : HH_ID , Member_ID , Total_amount", - "Column names (type)": "happy_hour_member : * (text) | shop : Shop_ID (number) | shop : Address (text) | shop : Num_of_staff (text) | shop : Score (number) | shop : Open_Year (text) | member : Member_ID (number) | member : Name (text) | member : Membership_card (text) | member : Age (number) | member : Time_of_purchase (number) | member : Level_of_membership (number) | member : Address (text) | happy_hour : HH_ID (number) | happy_hour : Shop_ID (number) | happy_hour : Month (text) | happy_hour : Num_of_shaff_in_charge (number) | happy_hour_member : HH_ID (number) | happy_hour_member : Member_ID (number) | happy_hour_member : Total_amount (number)", - "Primary Keys": "shop : Shop_ID | member : Member_ID | happy_hour : HH_ID | happy_hour_member : HH_ID", - "Foreign Keys": "happy_hour : Shop_ID equals shop : Shop_ID | happy_hour_member : Member_ID equals member : Member_ID", - "db_id": "coffee_shop" - }, - { - "Schema (values)": "player : Player_ID , Sponsor_name , Player_name , Gender , Residence , Occupation , Votes , Rank | club : Club_ID , Club_name , Region , Start_year | coach : Coach_ID , Coach_name , Gender , Club_ID , Rank | player_coach : Player_ID , Coach_ID , Starting_year | match_result : Rank , Club_ID , Gold , Big_Silver , Small_Silver , Bronze , Points", - "Column names (type)": "match_result : * (text) | player : Player_ID (number) | player : Sponsor_name (text) | player : Player_name (text) | player : Gender (text) | player : Residence (text) | player : Occupation (text) | player : Votes (number) | player : Rank (text) | club : Club_ID (number) | club : Club_name (text) | club : Region (text) | club : Start_year (number) | coach : Coach_ID (number) | coach : Coach_name (text) | coach : Gender (text) | coach : Club_ID (number) | coach : Rank (number) | player_coach : Player_ID (number) | player_coach : Coach_ID (number) | player_coach : Starting_year (number) | match_result : Rank (number) | match_result : Club_ID (number) | match_result : Gold (number) | match_result : Big_Silver (number) | match_result : Small_Silver (number) | match_result : Bronze (number) | match_result : Points (number)", - "Primary Keys": "player : Player_ID | club : Club_ID | coach : Coach_ID | player_coach : Player_ID | match_result : Rank", - "Foreign Keys": "coach : Club_ID equals club : Club_ID | player_coach : Coach_ID equals coach : Coach_ID | player_coach : Player_ID equals player : Player_ID | match_result : Club_ID equals club : Club_ID", - "db_id": "riding_club" - }, - { - "Schema (values)": "Accounts : account_id , customer_id , account_name , other_account_details | Customers : customer_id , customer_first_name , customer_last_name , customer_address , customer_phone , customer_email , other_customer_details | Customers_Cards : card_id , customer_id , card_type_code , card_number , date_valid_from , date_valid_to , other_card_details | Financial_Transactions : transaction_id , previous_transaction_id , account_id , card_id , transaction_type , transaction_date , transaction_amount , transaction_comment , other_transaction_details", - "Column names (type)": "Financial_Transactions : * (text) | Accounts : account_id (number) | Accounts : customer_id (number) | Accounts : account_name (text) | Accounts : other_account_details (text) | Customers : customer_id (number) | Customers : customer_first_name (text) | Customers : customer_last_name (text) | Customers : customer_address (text) | Customers : customer_phone (text) | Customers : customer_email (text) | Customers : other_customer_details (text) | Customers_Cards : card_id (number) | Customers_Cards : customer_id (number) | Customers_Cards : card_type_code (text) | Customers_Cards : card_number (text) | Customers_Cards : date_valid_from (time) | Customers_Cards : date_valid_to (time) | Customers_Cards : other_card_details (text) | Financial_Transactions : transaction_id (number) | Financial_Transactions : previous_transaction_id (number) | Financial_Transactions : account_id (number) | Financial_Transactions : card_id (number) | Financial_Transactions : transaction_type (text) | Financial_Transactions : transaction_date (time) | Financial_Transactions : transaction_amount (number) | Financial_Transactions : transaction_comment (text) | Financial_Transactions : other_transaction_details (text)", - "Primary Keys": "Accounts : account_id | Customers : customer_id | Customers_Cards : card_id", - "Foreign Keys": "Financial_Transactions : account_id equals Accounts : account_id | Financial_Transactions : card_id equals Customers_Cards : card_id", - "db_id": "customers_card_transactions" - }, - { - "Schema (values)": "county_public_safety : County_ID , Name , Population , Police_officers , Residents_per_officer , Case_burden , Crime_rate , Police_force , Location | city : City_ID , County_ID , Name , White , Black , Amerindian , Asian , Multiracial , Hispanic", - "Column names (type)": "city : * (text) | county_public_safety : County_ID (number) | county_public_safety : Name (text) | county_public_safety : Population (number) | county_public_safety : Police_officers (number) | county_public_safety : Residents_per_officer (number) | county_public_safety : Case_burden (number) | county_public_safety : Crime_rate (number) | county_public_safety : Police_force (text) | county_public_safety : Location (text) | city : City_ID (number) | city : County_ID (number) | city : Name (text) | city : White (number) | city : Black (number) | city : Amerindian (number) | city : Asian (number) | city : Multiracial (number) | city : Hispanic (number)", - "Primary Keys": "county_public_safety : County_ID | city : City_ID", - "Foreign Keys": "city : County_ID equals county_public_safety : County_ID", - "db_id": "county_public_safety" - }, - { - "Schema (values)": "member : Member_ID , Name , Nationality , Role | performance : Performance_ID , Date , Host , Location , Attendance | member_attendance : Member_ID , Performance_ID , Num_of_Pieces", - "Column names (type)": "member_attendance : * (text) | member : Member_ID (text) | member : Name (text) | member : Nationality (text) | member : Role (text) | performance : Performance_ID (number) | performance : Date (text) | performance : Host (text) | performance : Location (text) | performance : Attendance (number) | member_attendance : Member_ID (number) | member_attendance : Performance_ID (number) | member_attendance : Num_of_Pieces (number)", - "Primary Keys": "member : Member_ID | performance : Performance_ID | member_attendance : Member_ID", - "Foreign Keys": "member_attendance : Performance_ID equals performance : Performance_ID | member_attendance : Member_ID equals member : Member_ID", - "db_id": "performance_attendance" - }, - { - "Schema (values)": "Student : StuID , LName , Fname , Age , Sex , Major , Advisor , city_code | Club : ClubID , ClubName , ClubDesc , ClubLocation | Member_of_club : StuID , ClubID , Position", - "Column names (type)": "Member_of_club : * (text) | Student : StuID (number) | Student : LName (text) | Student : Fname (text) | Student : Age (number) | Student : Sex (text) | Student : Major (number) | Student : Advisor (number) | Student : city_code (text) | Club : ClubID (number) | Club : ClubName (text) | Club : ClubDesc (text) | Club : ClubLocation (text) | Member_of_club : StuID (number) | Member_of_club : ClubID (number) | Member_of_club : Position (text)", - "Primary Keys": "Student : StuID | Club : ClubID", - "Foreign Keys": "Member_of_club : ClubID equals Club : ClubID | Member_of_club : StuID equals Student : StuID", - "db_id": "club_1" - }, - { - "Schema (values)": "singer : Singer_ID , Name , Birth_Year , Net_Worth_Millions , Citizenship | song : Song_ID , Title , Singer_ID , Sales , Highest_Position", - "Column names (type)": "song : * (text) | singer : Singer_ID (number) | singer : Name (text) | singer : Birth_Year (number) | singer : Net_Worth_Millions (number) | singer : Citizenship (text) | song : Song_ID (number) | song : Title (text) | song : Singer_ID (number) | song : Sales (number) | song : Highest_Position (number)", - "Primary Keys": "singer : Singer_ID | song : Song_ID", - "Foreign Keys": "song : Singer_ID equals singer : Singer_ID", - "db_id": "singer" - }, - { - "Schema (values)": "book_club : book_club_id , Year , Author_or_Editor , Book_Title , Publisher , Category , Result | movie : movie_id , Title , Year , Director , Budget_million , Gross_worldwide | culture_company : Company_name , Type , Incorporated_in , Group_Equity_Shareholding , book_club_id , movie_id", - "Column names (type)": "culture_company : * (text) | book_club : book_club_id (number) | book_club : Year (number) | book_club : Author_or_Editor (text) | book_club : Book_Title (text) | book_club : Publisher (text) | book_club : Category (text) | book_club : Result (text) | movie : movie_id (number) | movie : Title (text) | movie : Year (number) | movie : Director (text) | movie : Budget_million (number) | movie : Gross_worldwide (number) | culture_company : Company_name (text) | culture_company : Type (text) | culture_company : Incorporated_in (text) | culture_company : Group_Equity_Shareholding (number) | culture_company : book_club_id (text) | culture_company : movie_id (text)", - "Primary Keys": "book_club : book_club_id | movie : movie_id | culture_company : Company_name", - "Foreign Keys": "culture_company : movie_id equals movie : movie_id | culture_company : book_club_id equals book_club : book_club_id", - "db_id": "culture_company" - }, - { - "Schema (values)": "Ref_Template_Types : Template_Type_Code , Template_Type_Description | Templates : Template_ID , Version_Number , Template_Type_Code , Date_Effective_From , Date_Effective_To , Template_Details | Documents : Document_ID , Template_ID , Document_Name , Document_Description , Other_Details | Paragraphs : Paragraph_ID , Document_ID , Paragraph_Text , Other_Details", - "Column names (type)": "Paragraphs : * (text) | Ref_Template_Types : Template_Type_Code (text) | Ref_Template_Types : Template_Type_Description (text) | Templates : Template_ID (number) | Templates : Version_Number (number) | Templates : Template_Type_Code (text) | Templates : Date_Effective_From (time) | Templates : Date_Effective_To (time) | Templates : Template_Details (text) | Documents : Document_ID (number) | Documents : Template_ID (number) | Documents : Document_Name (text) | Documents : Document_Description (text) | Documents : Other_Details (text) | Paragraphs : Paragraph_ID (number) | Paragraphs : Document_ID (number) | Paragraphs : Paragraph_Text (text) | Paragraphs : Other_Details (text)", - "Primary Keys": "Ref_Template_Types : Template_Type_Code | Templates : Template_ID | Documents : Document_ID | Paragraphs : Paragraph_ID", - "Foreign Keys": "Templates : Template_Type_Code equals Ref_Template_Types : Template_Type_Code | Documents : Template_ID equals Templates : Template_ID | Paragraphs : Document_ID equals Documents : Document_ID", - "db_id": "cre_Doc_Template_Mgt" - }, - { - "Schema (values)": "musical : Musical_ID , Name , Year , Award , Category , Nominee , Result | actor : Actor_ID , Name , Musical_ID , Character , Duration , age", - "Column names (type)": "actor : * (text) | musical : Musical_ID (number) | musical : Name (text) | musical : Year (number) | musical : Award (text) | musical : Category (text) | musical : Nominee (text) | musical : Result (text) | actor : Actor_ID (number) | actor : Name (text) | actor : Musical_ID (number) | actor : Character (text) | actor : Duration (text) | actor : age (number)", - "Primary Keys": "musical : Musical_ID | actor : Actor_ID", - "Foreign Keys": "actor : Musical_ID equals actor : Actor_ID", - "db_id": "musical" - }, - { - "Schema (values)": "city : ID , Name , CountryCode , District , Population | sqlite_sequence : name , seq | country : Code , Name , Continent , Region , SurfaceArea , IndepYear , Population , LifeExpectancy , GNP , GNPOld , LocalName , GovernmentForm , HeadOfState , Capital , Code2 | countrylanguage : CountryCode , Language , IsOfficial , Percentage", - "Column names (type)": "countrylanguage : * (text) | city : ID (number) | city : Name (text) | city : CountryCode (text) | city : District (text) | city : Population (number) | sqlite_sequence : name (text) | sqlite_sequence : seq (text) | country : Code (text) | country : Name (text) | country : Continent (text) | country : Region (text) | country : SurfaceArea (number) | country : IndepYear (number) | country : Population (number) | country : LifeExpectancy (number) | country : GNP (number) | country : GNPOld (number) | country : LocalName (text) | country : GovernmentForm (text) | country : HeadOfState (text) | country : Capital (number) | country : Code2 (text) | countrylanguage : CountryCode (text) | countrylanguage : Language (text) | countrylanguage : IsOfficial (text) | countrylanguage : Percentage (number)", - "Primary Keys": "city : ID | country : Code | countrylanguage : CountryCode", - "Foreign Keys": "city : CountryCode equals country : Code | countrylanguage : CountryCode equals country : Code", - "db_id": "world_1" - }, - { - "Schema (values)": "device : Device_ID , Device , Carrier , Package_Version , Applications , Software_Platform | shop : Shop_ID , Shop_Name , Location , Open_Date , Open_Year | stock : Shop_ID , Device_ID , Quantity", - "Column names (type)": "stock : * (text) | device : Device_ID (number) | device : Device (text) | device : Carrier (text) | device : Package_Version (text) | device : Applications (text) | device : Software_Platform (text) | shop : Shop_ID (number) | shop : Shop_Name (text) | shop : Location (text) | shop : Open_Date (text) | shop : Open_Year (number) | stock : Shop_ID (number) | stock : Device_ID (number) | stock : Quantity (number)", - "Primary Keys": "device : Device_ID | shop : Shop_ID | stock : Shop_ID", - "Foreign Keys": "stock : Device_ID equals device : Device_ID | stock : Shop_ID equals shop : Shop_ID", - "db_id": "device" - }, - { - "Schema (values)": "Document_Types : document_type_code , document_description | Documents : document_id , document_type_code , grant_id , sent_date , response_received_date , other_details | Grants : grant_id , organisation_id , grant_amount , grant_start_date , grant_end_date , other_details | Organisation_Types : organisation_type , organisation_type_description | Organisations : organisation_id , organisation_type , organisation_details | Project_Outcomes : project_id , outcome_code , outcome_details | Project_Staff : staff_id , project_id , role_code , date_from , date_to , other_details | Projects : project_id , organisation_id , project_details | Research_Outcomes : outcome_code , outcome_description | Research_Staff : staff_id , employer_organisation_id , staff_details | Staff_Roles : role_code , role_description | Tasks : task_id , project_id , task_details , eg Agree Objectives", - "Column names (type)": "Tasks : * (text) | Document_Types : document_type_code (text) | Document_Types : document_description (text) | Documents : document_id (number) | Documents : document_type_code (text) | Documents : grant_id (number) | Documents : sent_date (time) | Documents : response_received_date (time) | Documents : other_details (text) | Grants : grant_id (number) | Grants : organisation_id (number) | Grants : grant_amount (number) | Grants : grant_start_date (time) | Grants : grant_end_date (time) | Grants : other_details (text) | Organisation_Types : organisation_type (text) | Organisation_Types : organisation_type_description (text) | Organisations : organisation_id (number) | Organisations : organisation_type (text) | Organisations : organisation_details (text) | Project_Outcomes : project_id (number) | Project_Outcomes : outcome_code (text) | Project_Outcomes : outcome_details (text) | Project_Staff : staff_id (number) | Project_Staff : project_id (number) | Project_Staff : role_code (text) | Project_Staff : date_from (time) | Project_Staff : date_to (time) | Project_Staff : other_details (text) | Projects : project_id (number) | Projects : organisation_id (number) | Projects : project_details (text) | Research_Outcomes : outcome_code (text) | Research_Outcomes : outcome_description (text) | Research_Staff : staff_id (number) | Research_Staff : employer_organisation_id (number) | Research_Staff : staff_details (text) | Staff_Roles : role_code (text) | Staff_Roles : role_description (text) | Tasks : task_id (number) | Tasks : project_id (number) | Tasks : task_details (text) | Tasks : eg Agree Objectives (text)", - "Primary Keys": "Document_Types : document_type_code | Documents : document_id | Grants : grant_id | Organisation_Types : organisation_type | Organisations : organisation_id | Project_Staff : staff_id | Projects : project_id | Research_Outcomes : outcome_code | Research_Staff : staff_id | Staff_Roles : role_code | Tasks : task_id", - "Foreign Keys": "Documents : grant_id equals Grants : grant_id | Documents : document_type_code equals Document_Types : document_type_code | Grants : organisation_id equals Organisations : organisation_id | Organisations : organisation_type equals Organisation_Types : organisation_type | Project_Outcomes : outcome_code equals Research_Outcomes : outcome_code | Project_Outcomes : project_id equals Projects : project_id | Project_Staff : role_code equals Staff_Roles : role_code | Project_Staff : project_id equals Projects : project_id | Projects : organisation_id equals Organisations : organisation_id | Research_Staff : employer_organisation_id equals Organisations : organisation_id | Tasks : project_id equals Projects : project_id", - "db_id": "tracking_grants_for_research" - }, - { - "Schema (values)": "employee : Employee_ID , Name , Age , City | shop : Shop_ID , Name , Location , District , Number_products , Manager_name | hiring : Shop_ID , Employee_ID , Start_from , Is_full_time | evaluation : Employee_ID , Year_awarded , Bonus", - "Column names (type)": "evaluation : * (text) | employee : Employee_ID (number) | employee : Name (text) | employee : Age (number) | employee : City (text) | shop : Shop_ID (number) | shop : Name (text) | shop : Location (text) | shop : District (text) | shop : Number_products (number) | shop : Manager_name (text) | hiring : Shop_ID (number) | hiring : Employee_ID (number) | hiring : Start_from (text) | hiring : Is_full_time (others) | evaluation : Employee_ID (text) | evaluation : Year_awarded (text) | evaluation : Bonus (number)", - "Primary Keys": "employee : Employee_ID | shop : Shop_ID | hiring : Employee_ID | evaluation : Employee_ID", - "Foreign Keys": "hiring : Employee_ID equals employee : Employee_ID | hiring : Shop_ID equals shop : Shop_ID | evaluation : Employee_ID equals employee : Employee_ID", - "db_id": "employee_hire_evaluation" - }, - { - "Schema (values)": "Movie : mID , title , year , director | Reviewer : rID , name | Rating : rID , mID , stars , ratingDate", - "Column names (type)": "Rating : * (text) | Movie : mID (number) | Movie : title (text) | Movie : year (number) | Movie : director (text) | Reviewer : rID (number) | Reviewer : name (text) | Rating : rID (number) | Rating : mID (number) | Rating : stars (number) | Rating : ratingDate (time)", - "Primary Keys": "Movie : mID | Reviewer : rID", - "Foreign Keys": "Rating : rID equals Reviewer : rID | Rating : mID equals Movie : mID", - "db_id": "movie_1" - }, - { - "Schema (values)": "Highschooler : ID , name , grade | Friend : student_id , friend_id | Likes : student_id , liked_id", - "Column names (type)": "Likes : * (text) | Highschooler : ID (number) | Highschooler : name (text) | Highschooler : grade (number) | Friend : student_id (number) | Friend : friend_id (number) | Likes : student_id (number) | Likes : liked_id (number)", - "Primary Keys": "Highschooler : ID | Friend : student_id | Likes : student_id", - "Foreign Keys": "Friend : friend_id equals Highschooler : ID | Friend : student_id equals Highschooler : ID | Likes : student_id equals Highschooler : ID | Likes : liked_id equals Highschooler : ID", - "db_id": "network_1" - }, - { - "Schema (values)": "poker_player : Poker_Player_ID , People_ID , Final_Table_Made , Best_Finish , Money_Rank , Earnings | people : People_ID , Nationality , Name , Birth_Date , Height", - "Column names (type)": "people : * (text) | poker_player : Poker_Player_ID (number) | poker_player : People_ID (number) | poker_player : Final_Table_Made (number) | poker_player : Best_Finish (number) | poker_player : Money_Rank (number) | poker_player : Earnings (number) | people : People_ID (number) | people : Nationality (text) | people : Name (text) | people : Birth_Date (text) | people : Height (number)", - "Primary Keys": "poker_player : Poker_Player_ID | people : People_ID", - "Foreign Keys": "poker_player : People_ID equals people : People_ID", - "db_id": "poker_player" - }, - { - "Schema (values)": "program : Program_ID , Name , Origin , Launch , Owner | channel : Channel_ID , Name , Owner , Share_in_percent , Rating_in_percent | broadcast : Channel_ID , Program_ID , Time_of_day | broadcast_share : Channel_ID , Program_ID , Date , Share_in_percent", - "Column names (type)": "broadcast_share : * (text) | program : Program_ID (number) | program : Name (text) | program : Origin (text) | program : Launch (number) | program : Owner (text) | channel : Channel_ID (number) | channel : Name (text) | channel : Owner (text) | channel : Share_in_percent (number) | channel : Rating_in_percent (number) | broadcast : Channel_ID (number) | broadcast : Program_ID (number) | broadcast : Time_of_day (text) | broadcast_share : Channel_ID (number) | broadcast_share : Program_ID (number) | broadcast_share : Date (text) | broadcast_share : Share_in_percent (number)", - "Primary Keys": "program : Program_ID | channel : Channel_ID | broadcast : Channel_ID | broadcast_share : Channel_ID", - "Foreign Keys": "broadcast : Program_ID equals program : Program_ID | broadcast : Channel_ID equals channel : Channel_ID | broadcast_share : Program_ID equals program : Program_ID | broadcast_share : Channel_ID equals channel : Channel_ID", - "db_id": "program_share" - }, - { - "Schema (values)": "pilot : Pilot_Id , Name , Age | aircraft : Aircraft_ID , Aircraft , Description , Max_Gross_Weight , Total_disk_area , Max_disk_Loading | match : Round , Location , Country , Date , Fastest_Qualifying , Winning_Pilot , Winning_Aircraft | airport : Airport_ID , Airport_Name , Total_Passengers , %_Change_2007 , International_Passengers , Domestic_Passengers , Transit_Passengers , Aircraft_Movements , Freight_Metric_Tonnes | airport_aircraft : ID , Airport_ID , Aircraft_ID", - "Column names (type)": "airport_aircraft : * (text) | pilot : Pilot_Id (number) | pilot : Name (text) | pilot : Age (number) | aircraft : Aircraft_ID (number) | aircraft : Aircraft (text) | aircraft : Description (text) | aircraft : Max_Gross_Weight (text) | aircraft : Total_disk_area (text) | aircraft : Max_disk_Loading (text) | match : Round (number) | match : Location (text) | match : Country (text) | match : Date (text) | match : Fastest_Qualifying (text) | match : Winning_Pilot (text) | match : Winning_Aircraft (text) | airport : Airport_ID (number) | airport : Airport_Name (text) | airport : Total_Passengers (number) | airport : %_Change_2007 (text) | airport : International_Passengers (number) | airport : Domestic_Passengers (number) | airport : Transit_Passengers (number) | airport : Aircraft_Movements (number) | airport : Freight_Metric_Tonnes (number) | airport_aircraft : ID (number) | airport_aircraft : Airport_ID (number) | airport_aircraft : Aircraft_ID (number)", - "Primary Keys": "pilot : Pilot_Id | aircraft : Aircraft_ID | match : Round | airport : Airport_ID | airport_aircraft : Airport_ID", - "Foreign Keys": "match : Winning_Pilot equals pilot : Pilot_Id | match : Winning_Aircraft equals aircraft : Aircraft_ID | airport_aircraft : Aircraft_ID equals aircraft : Aircraft_ID | airport_aircraft : Airport_ID equals airport : Airport_ID", - "db_id": "aircraft" - }, - { - "Schema (values)": "Student : StuID , LName , Fname , Age , Sex , Major , Advisor , city_code | Restaurant : ResID , ResName , Address , Rating | Type_Of_Restaurant : ResID , ResTypeID | Restaurant_Type : ResTypeID , ResTypeName , ResTypeDescription | Visits_Restaurant : StuID , ResID , Time , Spent", - "Column names (type)": "Visits_Restaurant : * (text) | Student : StuID (number) | Student : LName (text) | Student : Fname (text) | Student : Age (number) | Student : Sex (text) | Student : Major (number) | Student : Advisor (number) | Student : city_code (text) | Restaurant : ResID (number) | Restaurant : ResName (text) | Restaurant : Address (text) | Restaurant : Rating (number) | Type_Of_Restaurant : ResID (number) | Type_Of_Restaurant : ResTypeID (number) | Restaurant_Type : ResTypeID (number) | Restaurant_Type : ResTypeName (text) | Restaurant_Type : ResTypeDescription (text) | Visits_Restaurant : StuID (number) | Visits_Restaurant : ResID (number) | Visits_Restaurant : Time (time) | Visits_Restaurant : Spent (number)", - "Primary Keys": "Student : StuID | Restaurant : ResID | Restaurant_Type : ResTypeID", - "Foreign Keys": "Type_Of_Restaurant : ResTypeID equals Restaurant_Type : ResTypeID | Type_Of_Restaurant : ResID equals Restaurant : ResID | Visits_Restaurant : ResID equals Restaurant : ResID | Visits_Restaurant : StuID equals Student : StuID", - "db_id": "restaurant_1" - }, - { - "Schema (values)": "Customers : customer_id , customer_first_name , customer_middle_initial , customer_last_name , gender , email_address , login_name , login_password , phone_number , town_city , state_county_province , country | Orders : order_id , customer_id , date_order_placed , order_details | Invoices : invoice_number , order_id , invoice_date | Accounts : account_id , customer_id , date_account_opened , account_name , other_account_details | Product_Categories : production_type_code , product_type_description , vat_rating | Products : product_id , parent_product_id , production_type_code , unit_price , product_name , product_color , product_size | Financial_Transactions : transaction_id , account_id , invoice_number , transaction_type , transaction_date , transaction_amount , transaction_comment , other_transaction_details | Order_Items : order_item_id , order_id , product_id , product_quantity , other_order_item_details | Invoice_Line_Items : order_item_id , invoice_number , product_id , product_title , product_quantity , product_price , derived_product_cost , derived_vat_payable , derived_total_cost", - "Column names (type)": "Invoice_Line_Items : * (text) | Customers : customer_id (number) | Customers : customer_first_name (text) | Customers : customer_middle_initial (text) | Customers : customer_last_name (text) | Customers : gender (text) | Customers : email_address (text) | Customers : login_name (text) | Customers : login_password (text) | Customers : phone_number (text) | Customers : town_city (text) | Customers : state_county_province (text) | Customers : country (text) | Orders : order_id (number) | Orders : customer_id (number) | Orders : date_order_placed (time) | Orders : order_details (text) | Invoices : invoice_number (number) | Invoices : order_id (number) | Invoices : invoice_date (time) | Accounts : account_id (number) | Accounts : customer_id (number) | Accounts : date_account_opened (time) | Accounts : account_name (text) | Accounts : other_account_details (text) | Product_Categories : production_type_code (text) | Product_Categories : product_type_description (text) | Product_Categories : vat_rating (number) | Products : product_id (number) | Products : parent_product_id (number) | Products : production_type_code (text) | Products : unit_price (number) | Products : product_name (text) | Products : product_color (text) | Products : product_size (text) | Financial_Transactions : transaction_id (number) | Financial_Transactions : account_id (number) | Financial_Transactions : invoice_number (number) | Financial_Transactions : transaction_type (text) | Financial_Transactions : transaction_date (time) | Financial_Transactions : transaction_amount (number) | Financial_Transactions : transaction_comment (text) | Financial_Transactions : other_transaction_details (text) | Order_Items : order_item_id (number) | Order_Items : order_id (number) | Order_Items : product_id (number) | Order_Items : product_quantity (text) | Order_Items : other_order_item_details (text) | Invoice_Line_Items : order_item_id (number) | Invoice_Line_Items : invoice_number (number) | Invoice_Line_Items : product_id (number) | Invoice_Line_Items : product_title (text) | Invoice_Line_Items : product_quantity (text) | Invoice_Line_Items : product_price (number) | Invoice_Line_Items : derived_product_cost (number) | Invoice_Line_Items : derived_vat_payable (number) | Invoice_Line_Items : derived_total_cost (number)", - "Primary Keys": "Customers : customer_id | Orders : order_id | Invoices : invoice_number | Accounts : account_id | Product_Categories : production_type_code | Products : product_id | Order_Items : order_item_id", - "Foreign Keys": "Orders : customer_id equals Customers : customer_id | Invoices : order_id equals Orders : order_id | Accounts : customer_id equals Customers : customer_id | Products : production_type_code equals Product_Categories : production_type_code | Financial_Transactions : account_id equals Accounts : account_id | Financial_Transactions : invoice_number equals Invoices : invoice_number | Order_Items : order_id equals Orders : order_id | Order_Items : product_id equals Products : product_id | Invoice_Line_Items : product_id equals Products : product_id | Invoice_Line_Items : invoice_number equals Invoices : invoice_number | Invoice_Line_Items : order_item_id equals Order_Items : order_item_id", - "db_id": "customers_and_invoices" - }, - { - "Schema (values)": "Customers : Customer_ID , Customer_Details | Staff : Staff_ID , Staff_Details | Policies : Policy_ID , Customer_ID , Policy_Type_Code , Start_Date , End_Date | Claim_Headers : Claim_Header_ID , Claim_Status_Code , Claim_Type_Code , Policy_ID , Date_of_Claim , Date_of_Settlement , Amount_Claimed , Amount_Piad | Claims_Documents : Claim_ID , Document_Type_Code , Created_by_Staff_ID , Created_Date | Claims_Processing_Stages : Claim_Stage_ID , Next_Claim_Stage_ID , Claim_Status_Name , Claim_Status_Description | Claims_Processing : Claim_Processing_ID , Claim_ID , Claim_Outcome_Code , Claim_Stage_ID , Staff_ID", - "Column names (type)": "Claims_Processing : * (text) | Customers : Customer_ID (number) | Customers : Customer_Details (text) | Staff : Staff_ID (number) | Staff : Staff_Details (text) | Policies : Policy_ID (number) | Policies : Customer_ID (number) | Policies : Policy_Type_Code (text) | Policies : Start_Date (time) | Policies : End_Date (time) | Claim_Headers : Claim_Header_ID (number) | Claim_Headers : Claim_Status_Code (text) | Claim_Headers : Claim_Type_Code (text) | Claim_Headers : Policy_ID (number) | Claim_Headers : Date_of_Claim (time) | Claim_Headers : Date_of_Settlement (time) | Claim_Headers : Amount_Claimed (number) | Claim_Headers : Amount_Piad (number) | Claims_Documents : Claim_ID (number) | Claims_Documents : Document_Type_Code (text) | Claims_Documents : Created_by_Staff_ID (number) | Claims_Documents : Created_Date (number) | Claims_Processing_Stages : Claim_Stage_ID (number) | Claims_Processing_Stages : Next_Claim_Stage_ID (number) | Claims_Processing_Stages : Claim_Status_Name (text) | Claims_Processing_Stages : Claim_Status_Description (text) | Claims_Processing : Claim_Processing_ID (number) | Claims_Processing : Claim_ID (number) | Claims_Processing : Claim_Outcome_Code (text) | Claims_Processing : Claim_Stage_ID (number) | Claims_Processing : Staff_ID (number)", - "Primary Keys": "Customers : Customer_ID | Staff : Staff_ID | Policies : Policy_ID | Claim_Headers : Claim_Header_ID | Claims_Documents : Claim_ID | Claims_Processing_Stages : Claim_Stage_ID | Claims_Processing : Claim_Processing_ID", - "Foreign Keys": "Policies : Customer_ID equals Customers : Customer_ID | Claim_Headers : Policy_ID equals Policies : Policy_ID | Claims_Documents : Created_by_Staff_ID equals Staff : Staff_ID | Claims_Documents : Claim_ID equals Claim_Headers : Claim_Header_ID | Claims_Processing : Staff_ID equals Staff : Staff_ID | Claims_Processing : Claim_ID equals Claim_Headers : Claim_Header_ID", - "db_id": "insurance_and_eClaims" - }, - { - "Schema (values)": "CLASS : CLASS_CODE , CRS_CODE , CLASS_SECTION , CLASS_TIME , CLASS_ROOM , PROF_NUM | COURSE : CRS_CODE , DEPT_CODE , CRS_DESCRIPTION , CRS_CREDIT | DEPARTMENT : DEPT_CODE , DEPT_NAME , SCHOOL_CODE , EMP_NUM , DEPT_ADDRESS , DEPT_EXTENSION | EMPLOYEE : EMP_NUM , EMP_LNAME , EMP_FNAME , EMP_INITIAL , EMP_JOBCODE , EMP_HIREDATE , EMP_DOB | ENROLL : CLASS_CODE , STU_NUM , ENROLL_GRADE | PROFESSOR : EMP_NUM , DEPT_CODE , PROF_OFFICE , PROF_EXTENSION , PROF_HIGH_DEGREE | STUDENT : STU_NUM , STU_LNAME , STU_FNAME , STU_INIT , STU_DOB , STU_HRS , STU_CLASS , STU_GPA , STU_TRANSFER , DEPT_CODE , STU_PHONE , PROF_NUM", - "Column names (type)": "STUDENT : * (text) | CLASS : CLASS_CODE (text) | CLASS : CRS_CODE (text) | CLASS : CLASS_SECTION (text) | CLASS : CLASS_TIME (text) | CLASS : CLASS_ROOM (text) | CLASS : PROF_NUM (number) | COURSE : CRS_CODE (text) | COURSE : DEPT_CODE (text) | COURSE : CRS_DESCRIPTION (text) | COURSE : CRS_CREDIT (number) | DEPARTMENT : DEPT_CODE (text) | DEPARTMENT : DEPT_NAME (text) | DEPARTMENT : SCHOOL_CODE (text) | DEPARTMENT : EMP_NUM (number) | DEPARTMENT : DEPT_ADDRESS (text) | DEPARTMENT : DEPT_EXTENSION (text) | EMPLOYEE : EMP_NUM (number) | EMPLOYEE : EMP_LNAME (text) | EMPLOYEE : EMP_FNAME (text) | EMPLOYEE : EMP_INITIAL (text) | EMPLOYEE : EMP_JOBCODE (text) | EMPLOYEE : EMP_HIREDATE (time) | EMPLOYEE : EMP_DOB (time) | ENROLL : CLASS_CODE (text) | ENROLL : STU_NUM (number) | ENROLL : ENROLL_GRADE (text) | PROFESSOR : EMP_NUM (number) | PROFESSOR : DEPT_CODE (text) | PROFESSOR : PROF_OFFICE (text) | PROFESSOR : PROF_EXTENSION (text) | PROFESSOR : PROF_HIGH_DEGREE (text) | STUDENT : STU_NUM (number) | STUDENT : STU_LNAME (text) | STUDENT : STU_FNAME (text) | STUDENT : STU_INIT (text) | STUDENT : STU_DOB (time) | STUDENT : STU_HRS (number) | STUDENT : STU_CLASS (text) | STUDENT : STU_GPA (number) | STUDENT : STU_TRANSFER (number) | STUDENT : DEPT_CODE (text) | STUDENT : STU_PHONE (text) | STUDENT : PROF_NUM (number)", - "Primary Keys": "CLASS : CLASS_CODE | COURSE : CRS_CODE | DEPARTMENT : DEPT_CODE | EMPLOYEE : EMP_NUM | STUDENT : STU_NUM", - "Foreign Keys": "CLASS : PROF_NUM equals EMPLOYEE : EMP_NUM | CLASS : CRS_CODE equals COURSE : CRS_CODE | COURSE : DEPT_CODE equals DEPARTMENT : DEPT_CODE | DEPARTMENT : EMP_NUM equals EMPLOYEE : EMP_NUM | ENROLL : STU_NUM equals STUDENT : STU_NUM | ENROLL : CLASS_CODE equals CLASS : CLASS_CODE | PROFESSOR : DEPT_CODE equals DEPARTMENT : DEPT_CODE | PROFESSOR : EMP_NUM equals EMPLOYEE : EMP_NUM | STUDENT : DEPT_CODE equals DEPARTMENT : DEPT_CODE", - "db_id": "college_1" - }, - { - "Schema (values)": "Customer_Master_Index : master_customer_id , cmi_details | CMI_Cross_References : cmi_cross_ref_id , master_customer_id , source_system_code | Council_Tax : council_tax_id , cmi_cross_ref_id | Business_Rates : business_rates_id , cmi_cross_ref_id | Benefits_Overpayments : council_tax_id , cmi_cross_ref_id | Parking_Fines : council_tax_id , cmi_cross_ref_id | Rent_Arrears : council_tax_id , cmi_cross_ref_id | Electoral_Register : electoral_register_id , cmi_cross_ref_id", - "Column names (type)": "Electoral_Register : * (text) | Customer_Master_Index : master_customer_id (number) | Customer_Master_Index : cmi_details (text) | CMI_Cross_References : cmi_cross_ref_id (number) | CMI_Cross_References : master_customer_id (number) | CMI_Cross_References : source_system_code (text) | Council_Tax : council_tax_id (number) | Council_Tax : cmi_cross_ref_id (number) | Business_Rates : business_rates_id (number) | Business_Rates : cmi_cross_ref_id (number) | Benefits_Overpayments : council_tax_id (number) | Benefits_Overpayments : cmi_cross_ref_id (number) | Parking_Fines : council_tax_id (number) | Parking_Fines : cmi_cross_ref_id (number) | Rent_Arrears : council_tax_id (number) | Rent_Arrears : cmi_cross_ref_id (number) | Electoral_Register : electoral_register_id (number) | Electoral_Register : cmi_cross_ref_id (number)", - "Primary Keys": "Customer_Master_Index : master_customer_id | CMI_Cross_References : cmi_cross_ref_id | Council_Tax : council_tax_id | Business_Rates : business_rates_id | Benefits_Overpayments : council_tax_id | Parking_Fines : council_tax_id | Rent_Arrears : council_tax_id | Electoral_Register : electoral_register_id", - "Foreign Keys": "CMI_Cross_References : master_customer_id equals Customer_Master_Index : master_customer_id | Council_Tax : cmi_cross_ref_id equals CMI_Cross_References : cmi_cross_ref_id | Business_Rates : cmi_cross_ref_id equals CMI_Cross_References : cmi_cross_ref_id | Benefits_Overpayments : cmi_cross_ref_id equals CMI_Cross_References : cmi_cross_ref_id | Parking_Fines : cmi_cross_ref_id equals CMI_Cross_References : cmi_cross_ref_id | Rent_Arrears : cmi_cross_ref_id equals CMI_Cross_References : cmi_cross_ref_id | Electoral_Register : cmi_cross_ref_id equals CMI_Cross_References : cmi_cross_ref_id", - "db_id": "local_govt_mdm" - }, - { - "Schema (values)": "publication : Publication_ID , Book_ID , Publisher , Publication_Date , Price | book : Book_ID , Title , Issues , Writer", - "Column names (type)": "book : * (text) | publication : Publication_ID (number) | publication : Book_ID (number) | publication : Publisher (text) | publication : Publication_Date (text) | publication : Price (number) | book : Book_ID (number) | book : Title (text) | book : Issues (number) | book : Writer (text)", - "Primary Keys": "publication : Publication_ID | book : Book_ID", - "Foreign Keys": "publication : Book_ID equals book : Book_ID", - "db_id": "book_2" - }, - { - "Schema (values)": "regions : REGION_ID , REGION_NAME | countries : COUNTRY_ID , COUNTRY_NAME , REGION_ID | departments : DEPARTMENT_ID , DEPARTMENT_NAME , MANAGER_ID , LOCATION_ID | jobs : JOB_ID , JOB_TITLE , MIN_SALARY , MAX_SALARY | employees : EMPLOYEE_ID , FIRST_NAME , LAST_NAME , EMAIL , PHONE_NUMBER , HIRE_DATE , JOB_ID , SALARY , COMMISSION_PCT , MANAGER_ID , DEPARTMENT_ID | job_history : EMPLOYEE_ID , START_DATE , END_DATE , JOB_ID , DEPARTMENT_ID | locations : LOCATION_ID , STREET_ADDRESS , POSTAL_CODE , CITY , STATE_PROVINCE , COUNTRY_ID", - "Column names (type)": "locations : * (text) | regions : REGION_ID (number) | regions : REGION_NAME (text) | countries : COUNTRY_ID (text) | countries : COUNTRY_NAME (text) | countries : REGION_ID (number) | departments : DEPARTMENT_ID (number) | departments : DEPARTMENT_NAME (text) | departments : MANAGER_ID (number) | departments : LOCATION_ID (number) | jobs : JOB_ID (text) | jobs : JOB_TITLE (text) | jobs : MIN_SALARY (number) | jobs : MAX_SALARY (number) | employees : EMPLOYEE_ID (number) | employees : FIRST_NAME (text) | employees : LAST_NAME (text) | employees : EMAIL (text) | employees : PHONE_NUMBER (text) | employees : HIRE_DATE (time) | employees : JOB_ID (text) | employees : SALARY (number) | employees : COMMISSION_PCT (number) | employees : MANAGER_ID (number) | employees : DEPARTMENT_ID (number) | job_history : EMPLOYEE_ID (number) | job_history : START_DATE (time) | job_history : END_DATE (time) | job_history : JOB_ID (text) | job_history : DEPARTMENT_ID (number) | locations : LOCATION_ID (number) | locations : STREET_ADDRESS (text) | locations : POSTAL_CODE (text) | locations : CITY (text) | locations : STATE_PROVINCE (text) | locations : COUNTRY_ID (text)", - "Primary Keys": "regions : REGION_ID | countries : COUNTRY_ID | departments : DEPARTMENT_ID | jobs : JOB_ID | employees : EMPLOYEE_ID | job_history : EMPLOYEE_ID | locations : LOCATION_ID", - "Foreign Keys": "countries : REGION_ID equals regions : REGION_ID | employees : JOB_ID equals jobs : JOB_ID | employees : DEPARTMENT_ID equals departments : DEPARTMENT_ID | job_history : JOB_ID equals jobs : JOB_ID | job_history : DEPARTMENT_ID equals departments : DEPARTMENT_ID | job_history : EMPLOYEE_ID equals employees : EMPLOYEE_ID | locations : COUNTRY_ID equals countries : COUNTRY_ID", - "db_id": "hr_1" - }, - { - "Schema (values)": "Player_Attributes : id , player_fifa_api_id , player_api_id , date , overall_rating , potential , preferred_foot , attacking_work_rate , defensive_work_rate , crossing , finishing , heading_accuracy , short_passing , volleys , dribbling , curve , free_kick_accuracy , long_passing , ball_control , acceleration , sprint_speed , agility , reactions , balance , shot_power , jumping , stamina , strength , long_shots , aggression , interceptions , positioning , vision , penalties , marking , standing_tackle , sliding_tackle , gk_diving , gk_handling , gk_kicking , gk_positioning , gk_reflexes | sqlite_sequence : name , seq | Player : id , player_api_id , player_name , player_fifa_api_id , birthday , height , weight | League : id , country_id , name | Country : id , name | Team : id , team_api_id , team_fifa_api_id , team_long_name , team_short_name | Team_Attributes : id , team_fifa_api_id , team_api_id , date , buildUpPlaySpeed , buildUpPlaySpeedClass , buildUpPlayDribbling , buildUpPlayDribblingClass , buildUpPlayPassing , buildUpPlayPassingClass , buildUpPlayPositioningClass , chanceCreationPassing , chanceCreationPassingClass , chanceCreationCrossing , chanceCreationCrossingClass , chanceCreationShooting , chanceCreationShootingClass , chanceCreationPositioningClass , defencePressure , defencePressureClass , defenceAggression , defenceAggressionClass , defenceTeamWidth , defenceTeamWidthClass , defenceDefenderLineClass", - "Column names (type)": "Team_Attributes : * (text) | Player_Attributes : id (number) | Player_Attributes : player_fifa_api_id (number) | Player_Attributes : player_api_id (number) | Player_Attributes : date (text) | Player_Attributes : overall_rating (number) | Player_Attributes : potential (number) | Player_Attributes : preferred_foot (text) | Player_Attributes : attacking_work_rate (text) | Player_Attributes : defensive_work_rate (text) | Player_Attributes : crossing (number) | Player_Attributes : finishing (number) | Player_Attributes : heading_accuracy (number) | Player_Attributes : short_passing (number) | Player_Attributes : volleys (number) | Player_Attributes : dribbling (number) | Player_Attributes : curve (number) | Player_Attributes : free_kick_accuracy (number) | Player_Attributes : long_passing (number) | Player_Attributes : ball_control (number) | Player_Attributes : acceleration (number) | Player_Attributes : sprint_speed (number) | Player_Attributes : agility (number) | Player_Attributes : reactions (number) | Player_Attributes : balance (number) | Player_Attributes : shot_power (number) | Player_Attributes : jumping (number) | Player_Attributes : stamina (number) | Player_Attributes : strength (number) | Player_Attributes : long_shots (number) | Player_Attributes : aggression (number) | Player_Attributes : interceptions (number) | Player_Attributes : positioning (number) | Player_Attributes : vision (number) | Player_Attributes : penalties (number) | Player_Attributes : marking (number) | Player_Attributes : standing_tackle (number) | Player_Attributes : sliding_tackle (number) | Player_Attributes : gk_diving (number) | Player_Attributes : gk_handling (number) | Player_Attributes : gk_kicking (number) | Player_Attributes : gk_positioning (number) | Player_Attributes : gk_reflexes (number) | sqlite_sequence : name (text) | sqlite_sequence : seq (text) | Player : id (number) | Player : player_api_id (number) | Player : player_name (text) | Player : player_fifa_api_id (number) | Player : birthday (text) | Player : height (number) | Player : weight (number) | League : id (number) | League : country_id (number) | League : name (text) | Country : id (number) | Country : name (text) | Team : id (number) | Team : team_api_id (number) | Team : team_fifa_api_id (number) | Team : team_long_name (text) | Team : team_short_name (text) | Team_Attributes : id (number) | Team_Attributes : team_fifa_api_id (number) | Team_Attributes : team_api_id (number) | Team_Attributes : date (text) | Team_Attributes : buildUpPlaySpeed (number) | Team_Attributes : buildUpPlaySpeedClass (text) | Team_Attributes : buildUpPlayDribbling (number) | Team_Attributes : buildUpPlayDribblingClass (text) | Team_Attributes : buildUpPlayPassing (number) | Team_Attributes : buildUpPlayPassingClass (text) | Team_Attributes : buildUpPlayPositioningClass (text) | Team_Attributes : chanceCreationPassing (number) | Team_Attributes : chanceCreationPassingClass (text) | Team_Attributes : chanceCreationCrossing (number) | Team_Attributes : chanceCreationCrossingClass (text) | Team_Attributes : chanceCreationShooting (number) | Team_Attributes : chanceCreationShootingClass (text) | Team_Attributes : chanceCreationPositioningClass (text) | Team_Attributes : defencePressure (number) | Team_Attributes : defencePressureClass (text) | Team_Attributes : defenceAggression (number) | Team_Attributes : defenceAggressionClass (text) | Team_Attributes : defenceTeamWidth (number) | Team_Attributes : defenceTeamWidthClass (text) | Team_Attributes : defenceDefenderLineClass (text)", - "Primary Keys": "Player_Attributes : id | Player : id | League : id | Country : id | Team : id | Team_Attributes : id", - "Foreign Keys": "Player_Attributes : player_api_id equals Player : player_api_id | Player_Attributes : player_fifa_api_id equals Player : player_fifa_api_id | League : country_id equals Country : id | Team_Attributes : team_api_id equals Team : team_api_id | Team_Attributes : team_fifa_api_id equals Team : team_fifa_api_id", - "db_id": "soccer_1" - }, - { - "Schema (values)": "actor : actor_id , first_name , last_name , last_update | address : address_id , address , address2 , district , city_id , postal_code , phone , last_update | category : category_id , name , last_update | city : city_id , city , country_id , last_update | country : country_id , country , last_update | customer : customer_id , store_id , first_name , last_name , email , address_id , active , create_date , last_update | film : film_id , title , description , release_year , language_id , original_language_id , rental_duration , rental_rate , length , replacement_cost , rating , special_features , last_update | film_actor : actor_id , film_id , last_update | film_category : film_id , category_id , last_update | film_text : film_id , title , description | inventory : inventory_id , film_id , store_id , last_update | language : language_id , name , last_update | payment : payment_id , customer_id , staff_id , rental_id , amount , payment_date , last_update | rental : rental_id , rental_date , inventory_id , customer_id , return_date , staff_id , last_update | staff : staff_id , first_name , last_name , address_id , picture , email , store_id , active , username , password , last_update | store : store_id , manager_staff_id , address_id , last_update", - "Column names (type)": "store : * (text) | actor : actor_id (number) | actor : first_name (text) | actor : last_name (text) | actor : last_update (time) | address : address_id (number) | address : address (text) | address : address2 (text) | address : district (text) | address : city_id (number) | address : postal_code (text) | address : phone (text) | address : last_update (time) | category : category_id (number) | category : name (text) | category : last_update (time) | city : city_id (number) | city : city (text) | city : country_id (number) | city : last_update (time) | country : country_id (number) | country : country (text) | country : last_update (time) | customer : customer_id (number) | customer : store_id (number) | customer : first_name (text) | customer : last_name (text) | customer : email (text) | customer : address_id (number) | customer : active (boolean) | customer : create_date (time) | customer : last_update (time) | film : film_id (number) | film : title (text) | film : description (text) | film : release_year (time) | film : language_id (number) | film : original_language_id (number) | film : rental_duration (number) | film : rental_rate (number) | film : length (number) | film : replacement_cost (number) | film : rating (text) | film : special_features (text) | film : last_update (time) | film_actor : actor_id (number) | film_actor : film_id (number) | film_actor : last_update (time) | film_category : film_id (number) | film_category : category_id (number) | film_category : last_update (time) | film_text : film_id (number) | film_text : title (text) | film_text : description (text) | inventory : inventory_id (number) | inventory : film_id (number) | inventory : store_id (number) | inventory : last_update (time) | language : language_id (number) | language : name (text) | language : last_update (time) | payment : payment_id (number) | payment : customer_id (number) | payment : staff_id (number) | payment : rental_id (number) | payment : amount (number) | payment : payment_date (time) | payment : last_update (time) | rental : rental_id (number) | rental : rental_date (time) | rental : inventory_id (number) | rental : customer_id (number) | rental : return_date (time) | rental : staff_id (number) | rental : last_update (time) | staff : staff_id (number) | staff : first_name (text) | staff : last_name (text) | staff : address_id (number) | staff : picture (others) | staff : email (text) | staff : store_id (number) | staff : active (boolean) | staff : username (text) | staff : password (text) | staff : last_update (time) | store : store_id (number) | store : manager_staff_id (number) | store : address_id (number) | store : last_update (time)", - "Primary Keys": "actor : actor_id | address : address_id | category : category_id | city : city_id | country : country_id | customer : customer_id | film : film_id | film_actor : actor_id | film_category : film_id | film_text : film_id | inventory : inventory_id | language : language_id | payment : payment_id | rental : rental_id | staff : staff_id | store : store_id", - "Foreign Keys": "address : city_id equals city : city_id | city : country_id equals country : country_id | customer : store_id equals store : store_id | customer : address_id equals address : address_id | film : original_language_id equals language : language_id | film : language_id equals language : language_id | film_actor : film_id equals film : film_id | film_actor : actor_id equals actor : actor_id | film_category : category_id equals category : category_id | film_category : film_id equals film : film_id | inventory : film_id equals film : film_id | inventory : store_id equals store : store_id | payment : staff_id equals staff : staff_id | payment : customer_id equals customer : customer_id | payment : rental_id equals rental : rental_id | rental : customer_id equals customer : customer_id | rental : inventory_id equals inventory : inventory_id | rental : staff_id equals staff : staff_id | staff : address_id equals address : address_id | store : address_id equals address : address_id | store : manager_staff_id equals staff : staff_id", - "db_id": "sakila_1" - }, - { - "Schema (values)": "Ref_Feature_Types : feature_type_code , feature_type_name | Ref_Property_Types : property_type_code , property_type_description | Other_Available_Features : feature_id , feature_type_code , feature_name , feature_description | Properties : property_id , property_type_code , date_on_market , date_sold , property_name , property_address , room_count , vendor_requested_price , buyer_offered_price , agreed_selling_price , apt_feature_1 , apt_feature_2 , apt_feature_3 , fld_feature_1 , fld_feature_2 , fld_feature_3 , hse_feature_1 , hse_feature_2 , hse_feature_3 , oth_feature_1 , oth_feature_2 , oth_feature_3 , shp_feature_1 , shp_feature_2 , shp_feature_3 , other_property_details | Other_Property_Features : property_id , feature_id , property_feature_description", - "Column names (type)": "Other_Property_Features : * (text) | Ref_Feature_Types : feature_type_code (text) | Ref_Feature_Types : feature_type_name (text) | Ref_Property_Types : property_type_code (text) | Ref_Property_Types : property_type_description (text) | Other_Available_Features : feature_id (number) | Other_Available_Features : feature_type_code (text) | Other_Available_Features : feature_name (text) | Other_Available_Features : feature_description (text) | Properties : property_id (number) | Properties : property_type_code (text) | Properties : date_on_market (time) | Properties : date_sold (time) | Properties : property_name (text) | Properties : property_address (text) | Properties : room_count (number) | Properties : vendor_requested_price (number) | Properties : buyer_offered_price (number) | Properties : agreed_selling_price (number) | Properties : apt_feature_1 (text) | Properties : apt_feature_2 (text) | Properties : apt_feature_3 (text) | Properties : fld_feature_1 (text) | Properties : fld_feature_2 (text) | Properties : fld_feature_3 (text) | Properties : hse_feature_1 (text) | Properties : hse_feature_2 (text) | Properties : hse_feature_3 (text) | Properties : oth_feature_1 (text) | Properties : oth_feature_2 (text) | Properties : oth_feature_3 (text) | Properties : shp_feature_1 (text) | Properties : shp_feature_2 (text) | Properties : shp_feature_3 (text) | Properties : other_property_details (text) | Other_Property_Features : property_id (number) | Other_Property_Features : feature_id (number) | Other_Property_Features : property_feature_description (text)", - "Primary Keys": "Ref_Feature_Types : feature_type_code | Ref_Property_Types : property_type_code | Other_Available_Features : feature_id | Properties : property_id", - "Foreign Keys": "Other_Available_Features : feature_type_code equals Ref_Feature_Types : feature_type_code | Properties : property_type_code equals Ref_Property_Types : property_type_code | Other_Property_Features : property_id equals Properties : property_id | Other_Property_Features : feature_id equals Other_Available_Features : feature_id", - "db_id": "real_estate_properties" - }, - { - "Schema (values)": "Student : StuID , LName , Fname , Age , Sex , Major , Advisor , city_code | Faculty : FacID , Lname , Fname , Rank , Sex , Phone , Room , Building | Department : DNO , Division , DName , Room , Building , DPhone | Member_of : FacID , DNO , Appt_Type | Course : CID , CName , Credits , Instructor , Days , Hours , DNO | Minor_in : StuID , DNO | Enrolled_in : StuID , CID , Grade | Gradeconversion : lettergrade , gradepoint", - "Column names (type)": "Gradeconversion : * (text) | Student : StuID (number) | Student : LName (text) | Student : Fname (text) | Student : Age (number) | Student : Sex (text) | Student : Major (number) | Student : Advisor (number) | Student : city_code (text) | Faculty : FacID (number) | Faculty : Lname (text) | Faculty : Fname (text) | Faculty : Rank (text) | Faculty : Sex (text) | Faculty : Phone (number) | Faculty : Room (text) | Faculty : Building (text) | Department : DNO (number) | Department : Division (text) | Department : DName (text) | Department : Room (text) | Department : Building (text) | Department : DPhone (number) | Member_of : FacID (number) | Member_of : DNO (number) | Member_of : Appt_Type (text) | Course : CID (text) | Course : CName (text) | Course : Credits (number) | Course : Instructor (number) | Course : Days (text) | Course : Hours (text) | Course : DNO (number) | Minor_in : StuID (number) | Minor_in : DNO (number) | Enrolled_in : StuID (number) | Enrolled_in : CID (text) | Enrolled_in : Grade (text) | Gradeconversion : lettergrade (text) | Gradeconversion : gradepoint (number)", - "Primary Keys": "Student : StuID | Faculty : FacID | Department : DNO | Course : CID | Gradeconversion : lettergrade", - "Foreign Keys": "Member_of : DNO equals Department : DNO | Member_of : FacID equals Faculty : FacID | Course : DNO equals Department : DNO | Course : Instructor equals Faculty : FacID | Minor_in : DNO equals Department : DNO | Minor_in : StuID equals Student : StuID | Enrolled_in : Grade equals Gradeconversion : lettergrade | Enrolled_in : CID equals Course : CID | Enrolled_in : StuID equals Student : StuID", - "db_id": "college_3" - }, - { - "Schema (values)": "course : Course_ID , Staring_Date , Course | teacher : Teacher_ID , Name , Age , Hometown | course_arrange : Course_ID , Teacher_ID , Grade", - "Column names (type)": "course_arrange : * (text) | course : Course_ID (number) | course : Staring_Date (text) | course : Course (text) | teacher : Teacher_ID (number) | teacher : Name (text) | teacher : Age (text) | teacher : Hometown (text) | course_arrange : Course_ID (number) | course_arrange : Teacher_ID (number) | course_arrange : Grade (number)", - "Primary Keys": "course : Course_ID | teacher : Teacher_ID | course_arrange : Course_ID", - "Foreign Keys": "course_arrange : Teacher_ID equals teacher : Teacher_ID | course_arrange : Course_ID equals course : Course_ID", - "db_id": "course_teach" - }, - { - "Schema (values)": "roller_coaster : Roller_Coaster_ID , Name , Park , Country_ID , Length , Height , Speed , Opened , Status | country : Country_ID , Name , Population , Area , Languages", - "Column names (type)": "country : * (text) | roller_coaster : Roller_Coaster_ID (number) | roller_coaster : Name (text) | roller_coaster : Park (text) | roller_coaster : Country_ID (number) | roller_coaster : Length (number) | roller_coaster : Height (number) | roller_coaster : Speed (text) | roller_coaster : Opened (text) | roller_coaster : Status (text) | country : Country_ID (number) | country : Name (text) | country : Population (number) | country : Area (number) | country : Languages (text)", - "Primary Keys": "roller_coaster : Roller_Coaster_ID | country : Country_ID", - "Foreign Keys": "roller_coaster : Country_ID equals country : Country_ID", - "db_id": "roller_coaster" - }, - { - "Schema (values)": "Products : product_id , product_name , product_price , product_description | Addresses : address_id , address_details , city , zip_postcode , state_province_county , country | Customers : customer_id , payment_method , customer_name , customer_phone , customer_email , date_became_customer | Regular_Orders : regular_order_id , distributer_id | Regular_Order_Products : regular_order_id , product_id | Actual_Orders : actual_order_id , order_status_code , regular_order_id , actual_order_date | Actual_Order_Products : actual_order_id , product_id | Customer_Addresses : customer_id , address_id , date_from , address_type , date_to | Delivery_Routes : route_id , route_name , other_route_details | Delivery_Route_Locations : location_code , route_id , location_address_id , location_name | Trucks : truck_id , truck_licence_number , truck_details | Employees : employee_id , employee_address_id , employee_name , employee_phone | Order_Deliveries : location_code , actual_order_id , delivery_status_code , driver_employee_id , truck_id , delivery_date", - "Column names (type)": "Order_Deliveries : * (text) | Products : product_id (number) | Products : product_name (text) | Products : product_price (number) | Products : product_description (text) | Addresses : address_id (number) | Addresses : address_details (text) | Addresses : city (text) | Addresses : zip_postcode (text) | Addresses : state_province_county (text) | Addresses : country (text) | Customers : customer_id (number) | Customers : payment_method (text) | Customers : customer_name (text) | Customers : customer_phone (text) | Customers : customer_email (text) | Customers : date_became_customer (time) | Regular_Orders : regular_order_id (number) | Regular_Orders : distributer_id (number) | Regular_Order_Products : regular_order_id (number) | Regular_Order_Products : product_id (number) | Actual_Orders : actual_order_id (number) | Actual_Orders : order_status_code (text) | Actual_Orders : regular_order_id (number) | Actual_Orders : actual_order_date (time) | Actual_Order_Products : actual_order_id (number) | Actual_Order_Products : product_id (number) | Customer_Addresses : customer_id (number) | Customer_Addresses : address_id (number) | Customer_Addresses : date_from (time) | Customer_Addresses : address_type (text) | Customer_Addresses : date_to (time) | Delivery_Routes : route_id (number) | Delivery_Routes : route_name (text) | Delivery_Routes : other_route_details (text) | Delivery_Route_Locations : location_code (text) | Delivery_Route_Locations : route_id (number) | Delivery_Route_Locations : location_address_id (number) | Delivery_Route_Locations : location_name (text) | Trucks : truck_id (number) | Trucks : truck_licence_number (text) | Trucks : truck_details (text) | Employees : employee_id (number) | Employees : employee_address_id (number) | Employees : employee_name (text) | Employees : employee_phone (text) | Order_Deliveries : location_code (text) | Order_Deliveries : actual_order_id (number) | Order_Deliveries : delivery_status_code (text) | Order_Deliveries : driver_employee_id (number) | Order_Deliveries : truck_id (number) | Order_Deliveries : delivery_date (time)", - "Primary Keys": "Products : product_id | Addresses : address_id | Customers : customer_id | Regular_Orders : regular_order_id | Actual_Orders : actual_order_id | Delivery_Routes : route_id | Delivery_Route_Locations : location_code | Trucks : truck_id | Employees : employee_id", - "Foreign Keys": "Regular_Orders : distributer_id equals Customers : customer_id | Regular_Order_Products : regular_order_id equals Regular_Orders : regular_order_id | Regular_Order_Products : product_id equals Products : product_id | Actual_Orders : regular_order_id equals Regular_Orders : regular_order_id | Actual_Order_Products : actual_order_id equals Actual_Orders : actual_order_id | Actual_Order_Products : product_id equals Products : product_id | Customer_Addresses : address_id equals Addresses : address_id | Customer_Addresses : customer_id equals Customers : customer_id | Delivery_Route_Locations : route_id equals Delivery_Routes : route_id | Delivery_Route_Locations : location_address_id equals Addresses : address_id | Employees : employee_address_id equals Addresses : address_id | Order_Deliveries : driver_employee_id equals Employees : employee_id | Order_Deliveries : location_code equals Delivery_Route_Locations : location_code | Order_Deliveries : actual_order_id equals Actual_Orders : actual_order_id | Order_Deliveries : truck_id equals Trucks : truck_id", - "db_id": "customer_deliveries" - }, - { - "Schema (values)": "stadium : id , name , Home_Games , Average_Attendance , Total_Attendance , Capacity_Percentage | game : stadium_id , id , Season , Date , Home_team , Away_team , Score , Competition | injury_accident : game_id , id , Player , Injury , Number_of_matches , Source", - "Column names (type)": "injury_accident : * (text) | stadium : id (number) | stadium : name (text) | stadium : Home_Games (number) | stadium : Average_Attendance (number) | stadium : Total_Attendance (number) | stadium : Capacity_Percentage (number) | game : stadium_id (number) | game : id (number) | game : Season (number) | game : Date (text) | game : Home_team (text) | game : Away_team (text) | game : Score (text) | game : Competition (text) | injury_accident : game_id (number) | injury_accident : id (number) | injury_accident : Player (text) | injury_accident : Injury (text) | injury_accident : Number_of_matches (text) | injury_accident : Source (text)", - "Primary Keys": "stadium : id | game : id | injury_accident : id", - "Foreign Keys": "game : stadium_id equals stadium : id | injury_accident : game_id equals game : id", - "db_id": "game_injury" - }, - { - "Schema (values)": "School : School_id , School_name , Location , Mascot , Enrollment , IHSAA_Class , IHSAA_Football_Class , County | budget : School_id , Year , Budgeted , total_budget_percent_budgeted , Invested , total_budget_percent_invested , Budget_invested_percent | endowment : endowment_id , School_id , donator_name , amount", - "Column names (type)": "endowment : * (text) | School : School_id (text) | School : School_name (text) | School : Location (text) | School : Mascot (text) | School : Enrollment (number) | School : IHSAA_Class (text) | School : IHSAA_Football_Class (text) | School : County (text) | budget : School_id (number) | budget : Year (number) | budget : Budgeted (number) | budget : total_budget_percent_budgeted (number) | budget : Invested (number) | budget : total_budget_percent_invested (number) | budget : Budget_invested_percent (text) | endowment : endowment_id (number) | endowment : School_id (number) | endowment : donator_name (text) | endowment : amount (number)", - "Primary Keys": "School : School_id | budget : School_id | endowment : endowment_id", - "Foreign Keys": "budget : School_id equals School : School_id | endowment : School_id equals School : School_id", - "db_id": "school_finance" - }, - { - "Schema (values)": "venue : venueId , venueName | author : authorId , authorName | dataset : datasetId , datasetName | journal : journalId , journalName | keyphrase : keyphraseId , keyphraseName | paper : paperId , title , venueId , year , numCiting , numCitedBy , journalId | cite : citingPaperId , citedPaperId | paperDataset : paperId , datasetId | paperKeyphrase : paperId , keyphraseId | writes : paperId , authorId", - "Column names (type)": "writes : * (text) | venue : venueId (number) | venue : venueName (text) | author : authorId (number) | author : authorName (text) | dataset : datasetId (number) | dataset : datasetName (text) | journal : journalId (number) | journal : journalName (text) | keyphrase : keyphraseId (number) | keyphrase : keyphraseName (text) | paper : paperId (number) | paper : title (text) | paper : venueId (number) | paper : year (number) | paper : numCiting (number) | paper : numCitedBy (number) | paper : journalId (number) | cite : citingPaperId (number) | cite : citedPaperId (number) | paperDataset : paperId (number) | paperDataset : datasetId (number) | paperKeyphrase : paperId (number) | paperKeyphrase : keyphraseId (number) | writes : paperId (number) | writes : authorId (number)", - "Primary Keys": "venue : venueId | author : authorId | dataset : datasetId | journal : journalId | keyphrase : keyphraseId | paper : paperId | cite : citingPaperId | paperDataset : datasetId | paperKeyphrase : keyphraseId | writes : paperId", - "Foreign Keys": "paper : venueId equals venue : venueId | paper : journalId equals journal : journalId | cite : citingPaperId equals paper : paperId | cite : citedPaperId equals paper : paperId | paperKeyphrase : keyphraseId equals keyphrase : keyphraseId | paperKeyphrase : paperId equals paper : paperId | writes : authorId equals author : authorId | writes : paperId equals paper : paperId", - "db_id": "scholar" - }, - { - "Schema (values)": "AREA_CODE_STATE : area_code , state | CONTESTANTS : contestant_number , contestant_name | VOTES : vote_id , phone_number , state , contestant_number , created", - "Column names (type)": "VOTES : * (text) | AREA_CODE_STATE : area_code (number) | AREA_CODE_STATE : state (text) | CONTESTANTS : contestant_number (number) | CONTESTANTS : contestant_name (text) | VOTES : vote_id (number) | VOTES : phone_number (number) | VOTES : state (text) | VOTES : contestant_number (number) | VOTES : created (time)", - "Primary Keys": "AREA_CODE_STATE : area_code | CONTESTANTS : contestant_number | VOTES : vote_id", - "Foreign Keys": "VOTES : contestant_number equals CONTESTANTS : contestant_number | VOTES : state equals AREA_CODE_STATE : state", - "db_id": "voter_1" - }, - { - "Schema (values)": "country : Country_id , Country_name , Capital , Official_native_language | team : Team_id , Name | match_season : Season , Player , Position , Country , Team , Draft_Pick_Number , Draft_Class , College | player : Player_ID , Player , Years_Played , Total_WL , Singles_WL , Doubles_WL , Team", - "Column names (type)": "player : * (text) | country : Country_id (number) | country : Country_name (text) | country : Capital (text) | country : Official_native_language (text) | team : Team_id (number) | team : Name (text) | match_season : Season (number) | match_season : Player (text) | match_season : Position (text) | match_season : Country (number) | match_season : Team (number) | match_season : Draft_Pick_Number (number) | match_season : Draft_Class (text) | match_season : College (text) | player : Player_ID (number) | player : Player (text) | player : Years_Played (text) | player : Total_WL (text) | player : Singles_WL (text) | player : Doubles_WL (text) | player : Team (number)", - "Primary Keys": "country : Country_id | team : Team_id | match_season : Season | player : Player_ID", - "Foreign Keys": "match_season : Team equals team : Team_id | match_season : Country equals country : Country_id | player : Team equals team : Team_id", - "db_id": "match_season" - }, - { - "Schema (values)": "ACCOUNTS : custid , name | SAVINGS : custid , balance | CHECKING : custid , balance", - "Column names (type)": "CHECKING : * (text) | ACCOUNTS : custid (number) | ACCOUNTS : name (text) | SAVINGS : custid (number) | SAVINGS : balance (number) | CHECKING : custid (number) | CHECKING : balance (number)", - "Primary Keys": "ACCOUNTS : custid | SAVINGS : custid | CHECKING : custid", - "Foreign Keys": "SAVINGS : custid equals ACCOUNTS : custid | CHECKING : custid equals ACCOUNTS : custid", - "db_id": "small_bank_1" - }, - { - "Schema (values)": "players : player_id , first_name , last_name , hand , birth_date , country_code | matches : best_of , draw_size , loser_age , loser_entry , loser_hand , loser_ht , loser_id , loser_ioc , loser_name , loser_rank , loser_rank_points , loser_seed , match_num , minutes , round , score , surface , tourney_date , tourney_id , tourney_level , tourney_name , winner_age , winner_entry , winner_hand , winner_ht , winner_id , winner_ioc , winner_name , winner_rank , winner_rank_points , winner_seed , year | rankings : ranking_date , ranking , player_id , ranking_points , tours", - "Column names (type)": "rankings : * (text) | players : player_id (number) | players : first_name (text) | players : last_name (text) | players : hand (text) | players : birth_date (time) | players : country_code (text) | matches : best_of (number) | matches : draw_size (number) | matches : loser_age (number) | matches : loser_entry (text) | matches : loser_hand (text) | matches : loser_ht (number) | matches : loser_id (number) | matches : loser_ioc (text) | matches : loser_name (text) | matches : loser_rank (number) | matches : loser_rank_points (number) | matches : loser_seed (number) | matches : match_num (number) | matches : minutes (number) | matches : round (text) | matches : score (text) | matches : surface (text) | matches : tourney_date (time) | matches : tourney_id (text) | matches : tourney_level (text) | matches : tourney_name (text) | matches : winner_age (number) | matches : winner_entry (text) | matches : winner_hand (text) | matches : winner_ht (number) | matches : winner_id (number) | matches : winner_ioc (text) | matches : winner_name (text) | matches : winner_rank (number) | matches : winner_rank_points (number) | matches : winner_seed (number) | matches : year (number) | rankings : ranking_date (time) | rankings : ranking (number) | rankings : player_id (number) | rankings : ranking_points (number) | rankings : tours (number)", - "Primary Keys": "players : player_id", - "Foreign Keys": "matches : winner_id equals players : player_id | matches : loser_id equals players : player_id | rankings : player_id equals players : player_id", - "db_id": "wta_1" - }, - { - "Schema (values)": "business : bid , business_id , name , full_address , city , latitude , longitude , review_count , is_open , rating , state | category : id , business_id , category_name | user : uid , user_id , name | checkin : cid , business_id , count , day | neighbourhood : id , business_id , neighbourhood_name | review : rid , business_id , user_id , rating , text , year , month | tip : tip_id , business_id , text , user_id , likes , year , month", - "Column names (type)": "tip : * (text) | business : bid (number) | business : business_id (text) | business : name (text) | business : full_address (text) | business : city (text) | business : latitude (text) | business : longitude (text) | business : review_count (number) | business : is_open (number) | business : rating (number) | business : state (text) | category : id (number) | category : business_id (text) | category : category_name (text) | user : uid (number) | user : user_id (text) | user : name (text) | checkin : cid (number) | checkin : business_id (text) | checkin : count (number) | checkin : day (text) | neighbourhood : id (number) | neighbourhood : business_id (text) | neighbourhood : neighbourhood_name (text) | review : rid (number) | review : business_id (text) | review : user_id (text) | review : rating (number) | review : text (text) | review : year (number) | review : month (text) | tip : tip_id (number) | tip : business_id (text) | tip : text (text) | tip : user_id (text) | tip : likes (number) | tip : year (number) | tip : month (text)", - "Primary Keys": "business : bid | category : id | user : uid | checkin : cid | neighbourhood : id | review : rid | tip : tip_id", - "Foreign Keys": "category : business_id equals business : business_id | checkin : business_id equals business : business_id | neighbourhood : business_id equals business : business_id | review : user_id equals user : user_id | review : business_id equals business : business_id | tip : user_id equals user : user_id | tip : business_id equals business : business_id", - "db_id": "yelp" - }, - { - "Schema (values)": "list : LastName , FirstName , Grade , Classroom | teachers : LastName , FirstName , Classroom", - "Column names (type)": "teachers : * (text) | list : LastName (text) | list : FirstName (text) | list : Grade (number) | list : Classroom (number) | teachers : LastName (text) | teachers : FirstName (text) | teachers : Classroom (number)", - "Primary Keys": "list : LastName | teachers : LastName", - "Foreign Keys": "", - "db_id": "student_1" - }, - { - "Schema (values)": "manufacturer : Manufacturer_ID , Open_Year , Name , Num_of_Factories , Num_of_Shops | furniture : Furniture_ID , Name , Num_of_Component , Market_Rate | furniture_manufacte : Manufacturer_ID , Furniture_ID , Price_in_Dollar", - "Column names (type)": "furniture_manufacte : * (text) | manufacturer : Manufacturer_ID (number) | manufacturer : Open_Year (number) | manufacturer : Name (text) | manufacturer : Num_of_Factories (number) | manufacturer : Num_of_Shops (number) | furniture : Furniture_ID (number) | furniture : Name (text) | furniture : Num_of_Component (number) | furniture : Market_Rate (number) | furniture_manufacte : Manufacturer_ID (number) | furniture_manufacte : Furniture_ID (number) | furniture_manufacte : Price_in_Dollar (number)", - "Primary Keys": "manufacturer : Manufacturer_ID | furniture : Furniture_ID | furniture_manufacte : Manufacturer_ID", - "Foreign Keys": "furniture_manufacte : Furniture_ID equals furniture : Furniture_ID | furniture_manufacte : Manufacturer_ID equals manufacturer : Manufacturer_ID", - "db_id": "manufacturer" - }, - { - "Schema (values)": "artists : id , name | sqlite_sequence : name , seq | albums : id , title , artist_id | employees : id , last_name , first_name , title , reports_to , birth_date , hire_date , address , city , state , country , postal_code , phone , fax , email | customers : id , first_name , last_name , company , address , city , state , country , postal_code , phone , fax , email , support_rep_id | genres : id , name | invoices : id , customer_id , invoice_date , billing_address , billing_city , billing_state , billing_country , billing_postal_code , total | media_types : id , name | tracks : id , name , album_id , media_type_id , genre_id , composer , milliseconds , bytes , unit_price | invoice_lines : id , invoice_id , track_id , unit_price , quantity | playlists : id , name | playlist_tracks : playlist_id , track_id", - "Column names (type)": "playlist_tracks : * (text) | artists : id (number) | artists : name (text) | sqlite_sequence : name (text) | sqlite_sequence : seq (text) | albums : id (number) | albums : title (text) | albums : artist_id (number) | employees : id (number) | employees : last_name (text) | employees : first_name (text) | employees : title (text) | employees : reports_to (number) | employees : birth_date (time) | employees : hire_date (time) | employees : address (text) | employees : city (text) | employees : state (text) | employees : country (text) | employees : postal_code (text) | employees : phone (text) | employees : fax (text) | employees : email (text) | customers : id (number) | customers : first_name (text) | customers : last_name (text) | customers : company (text) | customers : address (text) | customers : city (text) | customers : state (text) | customers : country (text) | customers : postal_code (text) | customers : phone (text) | customers : fax (text) | customers : email (text) | customers : support_rep_id (number) | genres : id (number) | genres : name (text) | invoices : id (number) | invoices : customer_id (number) | invoices : invoice_date (time) | invoices : billing_address (text) | invoices : billing_city (text) | invoices : billing_state (text) | invoices : billing_country (text) | invoices : billing_postal_code (text) | invoices : total (number) | media_types : id (number) | media_types : name (text) | tracks : id (number) | tracks : name (text) | tracks : album_id (number) | tracks : media_type_id (number) | tracks : genre_id (number) | tracks : composer (text) | tracks : milliseconds (number) | tracks : bytes (number) | tracks : unit_price (number) | invoice_lines : id (number) | invoice_lines : invoice_id (number) | invoice_lines : track_id (number) | invoice_lines : unit_price (number) | invoice_lines : quantity (number) | playlists : id (number) | playlists : name (text) | playlist_tracks : playlist_id (number) | playlist_tracks : track_id (number)", - "Primary Keys": "artists : id | albums : id | employees : id | customers : id | genres : id | invoices : id | media_types : id | tracks : id | invoice_lines : id | playlists : id | playlist_tracks : playlist_id", - "Foreign Keys": "albums : artist_id equals artists : id | employees : reports_to equals employees : id | customers : support_rep_id equals employees : id | invoices : customer_id equals customers : id | tracks : media_type_id equals media_types : id | tracks : genre_id equals genres : id | tracks : album_id equals albums : id | invoice_lines : track_id equals tracks : id | invoice_lines : invoice_id equals invoices : id | playlist_tracks : track_id equals tracks : id | playlist_tracks : playlist_id equals playlists : id", - "db_id": "store_1" - }, - { - "Schema (values)": "station : Station_ID , Name , Annual_entry_exit , Annual_interchanges , Total_Passengers , Location , Main_Services , Number_of_Platforms | train : Train_ID , Name , Time , Service | train_station : Train_ID , Station_ID", - "Column names (type)": "train_station : * (text) | station : Station_ID (number) | station : Name (text) | station : Annual_entry_exit (number) | station : Annual_interchanges (number) | station : Total_Passengers (number) | station : Location (text) | station : Main_Services (text) | station : Number_of_Platforms (number) | train : Train_ID (number) | train : Name (text) | train : Time (text) | train : Service (text) | train_station : Train_ID (number) | train_station : Station_ID (number)", - "Primary Keys": "station : Station_ID | train : Train_ID | train_station : Train_ID", - "Foreign Keys": "train_station : Station_ID equals station : Station_ID | train_station : Train_ID equals train : Train_ID", - "db_id": "train_station" - }, - { - "Schema (values)": "Roles : role_code , role_description | Users : user_id , role_code , user_name , user_login , password | Document_Structures : document_structure_code , parent_document_structure_code , document_structure_description | Functional_Areas : functional_area_code , parent_functional_area_code , functional_area_description | Images : image_id , image_alt_text , image_name , image_url | Documents : document_code , document_structure_code , document_type_code , access_count , document_name | Document_Functional_Areas : document_code , functional_area_code | Document_Sections : section_id , document_code , section_sequence , section_code , section_title | Document_Sections_Images : section_id , image_id", - "Column names (type)": "Document_Sections_Images : * (text) | Roles : role_code (text) | Roles : role_description (text) | Users : user_id (number) | Users : role_code (text) | Users : user_name (text) | Users : user_login (text) | Users : password (text) | Document_Structures : document_structure_code (text) | Document_Structures : parent_document_structure_code (text) | Document_Structures : document_structure_description (text) | Functional_Areas : functional_area_code (text) | Functional_Areas : parent_functional_area_code (text) | Functional_Areas : functional_area_description (text) | Images : image_id (number) | Images : image_alt_text (text) | Images : image_name (text) | Images : image_url (text) | Documents : document_code (text) | Documents : document_structure_code (text) | Documents : document_type_code (text) | Documents : access_count (number) | Documents : document_name (text) | Document_Functional_Areas : document_code (text) | Document_Functional_Areas : functional_area_code (text) | Document_Sections : section_id (number) | Document_Sections : document_code (text) | Document_Sections : section_sequence (number) | Document_Sections : section_code (text) | Document_Sections : section_title (text) | Document_Sections_Images : section_id (number) | Document_Sections_Images : image_id (number)", - "Primary Keys": "Roles : role_code | Users : user_id | Document_Structures : document_structure_code | Functional_Areas : functional_area_code | Images : image_id | Documents : document_code | Document_Sections : section_id | Document_Sections_Images : section_id", - "Foreign Keys": "Users : role_code equals Roles : role_code | Documents : document_structure_code equals Document_Structures : document_structure_code | Document_Functional_Areas : functional_area_code equals Functional_Areas : functional_area_code | Document_Functional_Areas : document_code equals Documents : document_code | Document_Sections : document_code equals Documents : document_code | Document_Sections_Images : image_id equals Images : image_id | Document_Sections_Images : section_id equals Document_Sections : section_id", - "db_id": "document_management" - }, - { - "Schema (values)": "circuits : circuitId , circuitRef , name , location , country , lat , lng , alt , url | races : raceId , year , round , circuitId , name , date , time , url | drivers : driverId , driverRef , number , code , forename , surname , dob , nationality , url | status : statusId , status | seasons : year , url | constructors : constructorId , constructorRef , name , nationality , url | constructorStandings : constructorStandingsId , raceId , constructorId , points , position , positionText , wins | results : resultId , raceId , driverId , constructorId , number , grid , position , positionText , positionOrder , points , laps , time , milliseconds , fastestLap , rank , fastestLapTime , fastestLapSpeed , statusId | driverStandings : driverStandingsId , raceId , driverId , points , position , positionText , wins | constructorResults : constructorResultsId , raceId , constructorId , points , status | qualifying : qualifyId , raceId , driverId , constructorId , number , position , q1 , q2 , q3 | pitStops : raceId , driverId , stop , lap , time , duration , milliseconds | lapTimes : raceId , driverId , lap , position , time , milliseconds", - "Column names (type)": "lapTimes : * (text) | circuits : circuitId (number) | circuits : circuitRef (text) | circuits : name (text) | circuits : location (text) | circuits : country (text) | circuits : lat (number) | circuits : lng (number) | circuits : alt (number) | circuits : url (text) | races : raceId (number) | races : year (number) | races : round (number) | races : circuitId (number) | races : name (text) | races : date (text) | races : time (text) | races : url (text) | drivers : driverId (number) | drivers : driverRef (text) | drivers : number (number) | drivers : code (text) | drivers : forename (text) | drivers : surname (text) | drivers : dob (text) | drivers : nationality (text) | drivers : url (text) | status : statusId (number) | status : status (text) | seasons : year (number) | seasons : url (text) | constructors : constructorId (number) | constructors : constructorRef (text) | constructors : name (text) | constructors : nationality (text) | constructors : url (text) | constructorStandings : constructorStandingsId (number) | constructorStandings : raceId (number) | constructorStandings : constructorId (number) | constructorStandings : points (number) | constructorStandings : position (number) | constructorStandings : positionText (text) | constructorStandings : wins (number) | results : resultId (number) | results : raceId (number) | results : driverId (number) | results : constructorId (number) | results : number (number) | results : grid (number) | results : position (number) | results : positionText (text) | results : positionOrder (number) | results : points (number) | results : laps (number) | results : time (text) | results : milliseconds (number) | results : fastestLap (number) | results : rank (number) | results : fastestLapTime (text) | results : fastestLapSpeed (text) | results : statusId (number) | driverStandings : driverStandingsId (number) | driverStandings : raceId (number) | driverStandings : driverId (number) | driverStandings : points (number) | driverStandings : position (number) | driverStandings : positionText (text) | driverStandings : wins (number) | constructorResults : constructorResultsId (number) | constructorResults : raceId (number) | constructorResults : constructorId (number) | constructorResults : points (number) | constructorResults : status (number) | qualifying : qualifyId (number) | qualifying : raceId (number) | qualifying : driverId (number) | qualifying : constructorId (number) | qualifying : number (number) | qualifying : position (number) | qualifying : q1 (text) | qualifying : q2 (text) | qualifying : q3 (text) | pitStops : raceId (number) | pitStops : driverId (number) | pitStops : stop (number) | pitStops : lap (number) | pitStops : time (text) | pitStops : duration (text) | pitStops : milliseconds (number) | lapTimes : raceId (number) | lapTimes : driverId (number) | lapTimes : lap (number) | lapTimes : position (number) | lapTimes : time (text) | lapTimes : milliseconds (number)", - "Primary Keys": "circuits : circuitId | races : raceId | drivers : driverId | status : statusId | seasons : year | constructors : constructorId | constructorStandings : constructorStandingsId | results : resultId | driverStandings : driverStandingsId | constructorResults : constructorResultsId | qualifying : qualifyId | pitStops : raceId | lapTimes : raceId", - "Foreign Keys": "races : circuitId equals circuits : circuitId | constructorStandings : raceId equals races : raceId | constructorStandings : constructorId equals constructors : constructorId | results : driverId equals drivers : driverId | results : raceId equals races : raceId | results : constructorId equals constructors : constructorId | driverStandings : driverId equals drivers : driverId | driverStandings : raceId equals races : raceId | constructorResults : raceId equals races : raceId | constructorResults : constructorId equals constructors : constructorId | qualifying : driverId equals drivers : driverId | qualifying : raceId equals races : raceId | qualifying : constructorId equals constructors : constructorId | pitStops : driverId equals drivers : driverId | pitStops : raceId equals races : raceId | lapTimes : driverId equals drivers : driverId | lapTimes : raceId equals races : raceId", - "db_id": "formula_1" - }, - { - "Schema (values)": "Student : StuID , LName , Fname , Age , Sex , Major , Advisor , city_code | Video_Games : GameID , GName , GType | Plays_Games : StuID , GameID , Hours_Played | SportsInfo : StuID , SportName , HoursPerWeek , GamesPlayed , OnScholarship", - "Column names (type)": "SportsInfo : * (text) | Student : StuID (number) | Student : LName (text) | Student : Fname (text) | Student : Age (number) | Student : Sex (text) | Student : Major (number) | Student : Advisor (number) | Student : city_code (text) | Video_Games : GameID (number) | Video_Games : GName (text) | Video_Games : GType (text) | Plays_Games : StuID (number) | Plays_Games : GameID (number) | Plays_Games : Hours_Played (number) | SportsInfo : StuID (number) | SportsInfo : SportName (text) | SportsInfo : HoursPerWeek (number) | SportsInfo : GamesPlayed (number) | SportsInfo : OnScholarship (text)", - "Primary Keys": "Student : StuID | Video_Games : GameID", - "Foreign Keys": "Plays_Games : StuID equals Student : StuID | Plays_Games : GameID equals Video_Games : GameID | SportsInfo : StuID equals Student : StuID", - "db_id": "game_1" - }, - { - "Schema (values)": "bank : branch_ID , bname , no_of_customers , city , state | customer : cust_ID , cust_name , acc_type , acc_bal , no_of_loans , credit_score , branch_ID , state | loan : loan_ID , loan_type , cust_ID , branch_ID , amount", - "Column names (type)": "loan : * (text) | bank : branch_ID (number) | bank : bname (text) | bank : no_of_customers (number) | bank : city (text) | bank : state (text) | customer : cust_ID (text) | customer : cust_name (text) | customer : acc_type (text) | customer : acc_bal (number) | customer : no_of_loans (number) | customer : credit_score (number) | customer : branch_ID (number) | customer : state (text) | loan : loan_ID (text) | loan : loan_type (text) | loan : cust_ID (text) | loan : branch_ID (text) | loan : amount (number)", - "Primary Keys": "bank : branch_ID | customer : cust_ID | loan : loan_ID", - "Foreign Keys": "customer : branch_ID equals bank : branch_ID | loan : branch_ID equals bank : branch_ID", - "db_id": "loan_1" - }, - { - "Schema (values)": "station : id , name , lat , long , dock_count , city , installation_date | status : station_id , bikes_available , docks_available , time | trip : id , duration , start_date , start_station_name , start_station_id , end_date , end_station_name , end_station_id , bike_id , subscription_type , zip_code | weather : date , max_temperature_f , mean_temperature_f , min_temperature_f , max_dew_point_f , mean_dew_point_f , min_dew_point_f , max_humidity , mean_humidity , min_humidity , max_sea_level_pressure_inches , mean_sea_level_pressure_inches , min_sea_level_pressure_inches , max_visibility_miles , mean_visibility_miles , min_visibility_miles , max_wind_Speed_mph , mean_wind_speed_mph , max_gust_speed_mph , precipitation_inches , cloud_cover , events , wind_dir_degrees , zip_code", - "Column names (type)": "weather : * (text) | station : id (number) | station : name (text) | station : lat (number) | station : long (number) | station : dock_count (number) | station : city (text) | station : installation_date (text) | status : station_id (number) | status : bikes_available (number) | status : docks_available (number) | status : time (text) | trip : id (number) | trip : duration (number) | trip : start_date (text) | trip : start_station_name (text) | trip : start_station_id (number) | trip : end_date (text) | trip : end_station_name (text) | trip : end_station_id (number) | trip : bike_id (number) | trip : subscription_type (text) | trip : zip_code (number) | weather : date (text) | weather : max_temperature_f (number) | weather : mean_temperature_f (number) | weather : min_temperature_f (number) | weather : max_dew_point_f (number) | weather : mean_dew_point_f (number) | weather : min_dew_point_f (number) | weather : max_humidity (number) | weather : mean_humidity (number) | weather : min_humidity (number) | weather : max_sea_level_pressure_inches (number) | weather : mean_sea_level_pressure_inches (number) | weather : min_sea_level_pressure_inches (number) | weather : max_visibility_miles (number) | weather : mean_visibility_miles (number) | weather : min_visibility_miles (number) | weather : max_wind_Speed_mph (number) | weather : mean_wind_speed_mph (number) | weather : max_gust_speed_mph (number) | weather : precipitation_inches (number) | weather : cloud_cover (number) | weather : events (text) | weather : wind_dir_degrees (number) | weather : zip_code (number)", - "Primary Keys": "station : id | trip : id", - "Foreign Keys": "status : station_id equals station : id", - "db_id": "bike_1" - }, - { - "Schema (values)": "entrepreneur : Entrepreneur_ID , People_ID , Company , Money_Requested , Investor | people : People_ID , Name , Height , Weight , Date_of_Birth", - "Column names (type)": "people : * (text) | entrepreneur : Entrepreneur_ID (number) | entrepreneur : People_ID (number) | entrepreneur : Company (text) | entrepreneur : Money_Requested (number) | entrepreneur : Investor (text) | people : People_ID (number) | people : Name (text) | people : Height (number) | people : Weight (number) | people : Date_of_Birth (text)", - "Primary Keys": "entrepreneur : Entrepreneur_ID | people : People_ID", - "Foreign Keys": "entrepreneur : People_ID equals people : People_ID", - "db_id": "entrepreneur" - }, - { - "Schema (values)": "conductor : Conductor_ID , Name , Age , Nationality , Year_of_Work | orchestra : Orchestra_ID , Orchestra , Conductor_ID , Record_Company , Year_of_Founded , Major_Record_Format | performance : Performance_ID , Orchestra_ID , Type , Date , Official_ratings_(millions) , Weekly_rank , Share | show : Show_ID , Performance_ID , If_first_show , Result , Attendance", - "Column names (type)": "show : * (text) | conductor : Conductor_ID (number) | conductor : Name (text) | conductor : Age (number) | conductor : Nationality (text) | conductor : Year_of_Work (number) | orchestra : Orchestra_ID (number) | orchestra : Orchestra (text) | orchestra : Conductor_ID (number) | orchestra : Record_Company (text) | orchestra : Year_of_Founded (number) | orchestra : Major_Record_Format (text) | performance : Performance_ID (number) | performance : Orchestra_ID (number) | performance : Type (text) | performance : Date (text) | performance : Official_ratings_(millions) (number) | performance : Weekly_rank (text) | performance : Share (text) | show : Show_ID (number) | show : Performance_ID (number) | show : If_first_show (others) | show : Result (text) | show : Attendance (number)", - "Primary Keys": "conductor : Conductor_ID | orchestra : Orchestra_ID | performance : Performance_ID", - "Foreign Keys": "orchestra : Conductor_ID equals conductor : Conductor_ID | performance : Orchestra_ID equals orchestra : Orchestra_ID | show : Performance_ID equals performance : Performance_ID", - "db_id": "orchestra" - }, - { - "Schema (values)": "Ref_Payment_Methods : payment_method_code , payment_method_description | Ref_Service_Types : Service_Type_Code , Parent_Service_Type_Code , Service_Type_Description | Addresses : Address_ID , Line_1 , Line_2 , City_Town , State_County , Other_Details | Products : Product_ID , Product_Name , Product_Price , Product_Description , Other_Product_Service_Details | Marketing_Regions : Marketing_Region_Code , Marketing_Region_Name , Marketing_Region_Descriptrion , Other_Details | Clients : Client_ID , Address_ID , Customer_Email_Address , Customer_Name , Customer_Phone , Other_Details | Drama_Workshop_Groups : Workshop_Group_ID , Address_ID , Currency_Code , Marketing_Region_Code , Store_Name , Store_Phone , Store_Email_Address , Other_Details | Performers : Performer_ID , Address_ID , Customer_Name , Customer_Phone , Customer_Email_Address , Other_Details | Customers : Customer_ID , Address_ID , Customer_Name , Customer_Phone , Customer_Email_Address , Other_Details | Stores : Store_ID , Address_ID , Marketing_Region_Code , Store_Name , Store_Phone , Store_Email_Address , Other_Details | Bookings : Booking_ID , Customer_ID , Workshop_Group_ID , Status_Code , Store_ID , Order_Date , Planned_Delivery_Date , Actual_Delivery_Date , Other_Order_Details | Performers_in_Bookings : Order_ID , Performer_ID | Customer_Orders : Order_ID , Customer_ID , Store_ID , Order_Date , Planned_Delivery_Date , Actual_Delivery_Date , Other_Order_Details | Order_Items : Order_Item_ID , Order_ID , Product_ID , Order_Quantity , Other_Item_Details | Invoices : Invoice_ID , Order_ID , payment_method_code , Product_ID , Order_Quantity , Other_Item_Details , Order_Item_ID | Services : Service_ID , Service_Type_Code , Workshop_Group_ID , Product_Description , Product_Name , Product_Price , Other_Product_Service_Details | Bookings_Services : Order_ID , Product_ID | Invoice_Items : Invoice_Item_ID , Invoice_ID , Order_ID , Order_Item_ID , Product_ID , Order_Quantity , Other_Item_Details", - "Column names (type)": "Invoice_Items : * (text) | Ref_Payment_Methods : payment_method_code (text) | Ref_Payment_Methods : payment_method_description (text) | Ref_Service_Types : Service_Type_Code (text) | Ref_Service_Types : Parent_Service_Type_Code (text) | Ref_Service_Types : Service_Type_Description (text) | Addresses : Address_ID (text) | Addresses : Line_1 (text) | Addresses : Line_2 (text) | Addresses : City_Town (text) | Addresses : State_County (text) | Addresses : Other_Details (text) | Products : Product_ID (text) | Products : Product_Name (text) | Products : Product_Price (number) | Products : Product_Description (text) | Products : Other_Product_Service_Details (text) | Marketing_Regions : Marketing_Region_Code (text) | Marketing_Regions : Marketing_Region_Name (text) | Marketing_Regions : Marketing_Region_Descriptrion (text) | Marketing_Regions : Other_Details (text) | Clients : Client_ID (number) | Clients : Address_ID (number) | Clients : Customer_Email_Address (text) | Clients : Customer_Name (text) | Clients : Customer_Phone (text) | Clients : Other_Details (text) | Drama_Workshop_Groups : Workshop_Group_ID (number) | Drama_Workshop_Groups : Address_ID (number) | Drama_Workshop_Groups : Currency_Code (text) | Drama_Workshop_Groups : Marketing_Region_Code (text) | Drama_Workshop_Groups : Store_Name (text) | Drama_Workshop_Groups : Store_Phone (text) | Drama_Workshop_Groups : Store_Email_Address (text) | Drama_Workshop_Groups : Other_Details (text) | Performers : Performer_ID (number) | Performers : Address_ID (number) | Performers : Customer_Name (text) | Performers : Customer_Phone (text) | Performers : Customer_Email_Address (text) | Performers : Other_Details (text) | Customers : Customer_ID (text) | Customers : Address_ID (number) | Customers : Customer_Name (text) | Customers : Customer_Phone (text) | Customers : Customer_Email_Address (text) | Customers : Other_Details (text) | Stores : Store_ID (text) | Stores : Address_ID (number) | Stores : Marketing_Region_Code (text) | Stores : Store_Name (text) | Stores : Store_Phone (text) | Stores : Store_Email_Address (text) | Stores : Other_Details (text) | Bookings : Booking_ID (number) | Bookings : Customer_ID (number) | Bookings : Workshop_Group_ID (text) | Bookings : Status_Code (text) | Bookings : Store_ID (number) | Bookings : Order_Date (time) | Bookings : Planned_Delivery_Date (time) | Bookings : Actual_Delivery_Date (time) | Bookings : Other_Order_Details (text) | Performers_in_Bookings : Order_ID (number) | Performers_in_Bookings : Performer_ID (number) | Customer_Orders : Order_ID (number) | Customer_Orders : Customer_ID (number) | Customer_Orders : Store_ID (number) | Customer_Orders : Order_Date (time) | Customer_Orders : Planned_Delivery_Date (time) | Customer_Orders : Actual_Delivery_Date (time) | Customer_Orders : Other_Order_Details (text) | Order_Items : Order_Item_ID (number) | Order_Items : Order_ID (number) | Order_Items : Product_ID (number) | Order_Items : Order_Quantity (text) | Order_Items : Other_Item_Details (text) | Invoices : Invoice_ID (number) | Invoices : Order_ID (number) | Invoices : payment_method_code (text) | Invoices : Product_ID (number) | Invoices : Order_Quantity (text) | Invoices : Other_Item_Details (text) | Invoices : Order_Item_ID (number) | Services : Service_ID (number) | Services : Service_Type_Code (text) | Services : Workshop_Group_ID (number) | Services : Product_Description (text) | Services : Product_Name (text) | Services : Product_Price (number) | Services : Other_Product_Service_Details (text) | Bookings_Services : Order_ID (number) | Bookings_Services : Product_ID (number) | Invoice_Items : Invoice_Item_ID (number) | Invoice_Items : Invoice_ID (number) | Invoice_Items : Order_ID (number) | Invoice_Items : Order_Item_ID (number) | Invoice_Items : Product_ID (number) | Invoice_Items : Order_Quantity (number) | Invoice_Items : Other_Item_Details (text)", - "Primary Keys": "Ref_Payment_Methods : payment_method_code | Ref_Service_Types : Service_Type_Code | Addresses : Address_ID | Products : Product_ID | Marketing_Regions : Marketing_Region_Code | Clients : Client_ID | Drama_Workshop_Groups : Workshop_Group_ID | Performers : Performer_ID | Customers : Customer_ID | Stores : Store_ID | Bookings : Booking_ID | Performers_in_Bookings : Order_ID | Customer_Orders : Order_ID | Order_Items : Order_Item_ID | Invoices : Invoice_ID | Services : Service_ID | Bookings_Services : Order_ID | Invoice_Items : Invoice_Item_ID", - "Foreign Keys": "Clients : Address_ID equals Addresses : Address_ID | Drama_Workshop_Groups : Address_ID equals Addresses : Address_ID | Performers : Address_ID equals Addresses : Address_ID | Customers : Address_ID equals Addresses : Address_ID | Stores : Marketing_Region_Code equals Marketing_Regions : Marketing_Region_Code | Stores : Address_ID equals Addresses : Address_ID | Bookings : Workshop_Group_ID equals Drama_Workshop_Groups : Workshop_Group_ID | Bookings : Customer_ID equals Clients : Client_ID | Performers_in_Bookings : Order_ID equals Bookings : Booking_ID | Performers_in_Bookings : Performer_ID equals Performers : Performer_ID | Customer_Orders : Store_ID equals Stores : Store_ID | Customer_Orders : Customer_ID equals Customers : Customer_ID | Order_Items : Product_ID equals Products : Product_ID | Order_Items : Order_ID equals Customer_Orders : Order_ID | Invoices : payment_method_code equals Ref_Payment_Methods : payment_method_code | Invoices : Order_ID equals Bookings : Booking_ID | Invoices : Order_ID equals Customer_Orders : Order_ID | Services : Service_Type_Code equals Ref_Service_Types : Service_Type_Code | Services : Workshop_Group_ID equals Drama_Workshop_Groups : Workshop_Group_ID | Bookings_Services : Product_ID equals Services : Service_ID | Bookings_Services : Order_ID equals Bookings : Booking_ID | Invoice_Items : Order_ID equals Bookings_Services : Order_ID | Invoice_Items : Product_ID equals Bookings_Services : Product_ID | Invoice_Items : Invoice_ID equals Invoices : Invoice_ID | Invoice_Items : Order_Item_ID equals Order_Items : Order_Item_ID", - "db_id": "cre_Drama_Workshop_Groups" - }, - { - "Schema (values)": "continents : ContId , Continent | countries : CountryId , CountryName , Continent | car_makers : Id , Maker , FullName , Country | model_list : ModelId , Maker , Model | car_names : MakeId , Model , Make | cars_data : Id , MPG , Cylinders , Edispl , Horsepower , Weight , Accelerate , Year", - "Column names (type)": "cars_data : * (text) | continents : ContId (number) | continents : Continent (text) | countries : CountryId (number) | countries : CountryName (text) | countries : Continent (number) | car_makers : Id (number) | car_makers : Maker (text) | car_makers : FullName (text) | car_makers : Country (text) | model_list : ModelId (number) | model_list : Maker (number) | model_list : Model (text) | car_names : MakeId (number) | car_names : Model (text) | car_names : Make (text) | cars_data : Id (number) | cars_data : MPG (text) | cars_data : Cylinders (number) | cars_data : Edispl (number) | cars_data : Horsepower (text) | cars_data : Weight (number) | cars_data : Accelerate (number) | cars_data : Year (number)", - "Primary Keys": "continents : ContId | countries : CountryId | car_makers : Id | model_list : ModelId | car_names : MakeId | cars_data : Id", - "Foreign Keys": "countries : Continent equals continents : ContId | car_makers : Country equals countries : CountryId | model_list : Maker equals car_makers : Id | car_names : Model equals model_list : Model | cars_data : Id equals car_names : MakeId", - "db_id": "car_1" - }, - { - "Schema (values)": "state : state_name , population , area , country_name , capital , density | city : city_name , population , country_name , state_name | border_info : state_name , border | highlow : state_name , highest_elevation , lowest_point , highest_point , lowest_elevation | lake : lake_name , area , country_name , state_name | mountain : mountain_name , mountain_altitude , country_name , state_name | river : river_name , length , country_name , traverse", - "Column names (type)": "river : * (text) | state : state_name (text) | state : population (number) | state : area (number) | state : country_name (text) | state : capital (text) | state : density (number) | city : city_name (text) | city : population (number) | city : country_name (text) | city : state_name (text) | border_info : state_name (text) | border_info : border (text) | highlow : state_name (text) | highlow : highest_elevation (text) | highlow : lowest_point (text) | highlow : highest_point (text) | highlow : lowest_elevation (text) | lake : lake_name (text) | lake : area (number) | lake : country_name (text) | lake : state_name (text) | mountain : mountain_name (text) | mountain : mountain_altitude (number) | mountain : country_name (text) | mountain : state_name (text) | river : river_name (text) | river : length (number) | river : country_name (text) | river : traverse (text)", - "Primary Keys": "state : state_name | city : city_name | border_info : border | highlow : state_name | mountain : mountain_name | river : river_name", - "Foreign Keys": "city : state_name equals state : state_name | border_info : border equals state : state_name | border_info : state_name equals state : state_name | highlow : state_name equals state : state_name | mountain : state_name equals state : state_name | river : traverse equals state : state_name", - "db_id": "geo" - }, - { - "Schema (values)": "Ref_Address_Types : address_type_code , address_type_description | Ref_Detention_Type : detention_type_code , detention_type_description | Ref_Incident_Type : incident_type_code , incident_type_description | Addresses : address_id , line_1 , line_2 , line_3 , city , zip_postcode , state_province_county , country , other_address_details | Students : student_id , address_id , first_name , middle_name , last_name , cell_mobile_number , email_address , date_first_rental , date_left_university , other_student_details | Teachers : teacher_id , address_id , first_name , middle_name , last_name , gender , cell_mobile_number , email_address , other_details | Assessment_Notes : notes_id , student_id , teacher_id , date_of_notes , text_of_notes , other_details | Behavior_Incident : incident_id , incident_type_code , student_id , date_incident_start , date_incident_end , incident_summary , recommendations , other_details | Detention : detention_id , detention_type_code , teacher_id , datetime_detention_start , datetime_detention_end , detention_summary , other_details | Student_Addresses : student_id , address_id , date_address_from , date_address_to , monthly_rental , other_details | Students_in_Detention : student_id , detention_id , incident_id", - "Column names (type)": "Students_in_Detention : * (text) | Ref_Address_Types : address_type_code (text) | Ref_Address_Types : address_type_description (text) | Ref_Detention_Type : detention_type_code (text) | Ref_Detention_Type : detention_type_description (text) | Ref_Incident_Type : incident_type_code (text) | Ref_Incident_Type : incident_type_description (text) | Addresses : address_id (number) | Addresses : line_1 (text) | Addresses : line_2 (text) | Addresses : line_3 (text) | Addresses : city (text) | Addresses : zip_postcode (text) | Addresses : state_province_county (text) | Addresses : country (text) | Addresses : other_address_details (text) | Students : student_id (number) | Students : address_id (number) | Students : first_name (text) | Students : middle_name (text) | Students : last_name (text) | Students : cell_mobile_number (text) | Students : email_address (text) | Students : date_first_rental (time) | Students : date_left_university (time) | Students : other_student_details (text) | Teachers : teacher_id (number) | Teachers : address_id (number) | Teachers : first_name (text) | Teachers : middle_name (text) | Teachers : last_name (text) | Teachers : gender (text) | Teachers : cell_mobile_number (text) | Teachers : email_address (text) | Teachers : other_details (text) | Assessment_Notes : notes_id (number) | Assessment_Notes : student_id (number) | Assessment_Notes : teacher_id (number) | Assessment_Notes : date_of_notes (time) | Assessment_Notes : text_of_notes (text) | Assessment_Notes : other_details (text) | Behavior_Incident : incident_id (number) | Behavior_Incident : incident_type_code (text) | Behavior_Incident : student_id (number) | Behavior_Incident : date_incident_start (time) | Behavior_Incident : date_incident_end (time) | Behavior_Incident : incident_summary (text) | Behavior_Incident : recommendations (text) | Behavior_Incident : other_details (text) | Detention : detention_id (number) | Detention : detention_type_code (text) | Detention : teacher_id (number) | Detention : datetime_detention_start (time) | Detention : datetime_detention_end (time) | Detention : detention_summary (text) | Detention : other_details (text) | Student_Addresses : student_id (number) | Student_Addresses : address_id (number) | Student_Addresses : date_address_from (time) | Student_Addresses : date_address_to (time) | Student_Addresses : monthly_rental (number) | Student_Addresses : other_details (text) | Students_in_Detention : student_id (number) | Students_in_Detention : detention_id (number) | Students_in_Detention : incident_id (number)", - "Primary Keys": "Ref_Address_Types : address_type_code | Ref_Detention_Type : detention_type_code | Ref_Incident_Type : incident_type_code | Addresses : address_id | Students : student_id | Teachers : teacher_id | Behavior_Incident : incident_id | Detention : detention_id", - "Foreign Keys": "Students : address_id equals Addresses : address_id | Teachers : address_id equals Addresses : address_id | Assessment_Notes : teacher_id equals Teachers : teacher_id | Assessment_Notes : student_id equals Students : student_id | Behavior_Incident : student_id equals Students : student_id | Behavior_Incident : incident_type_code equals Ref_Incident_Type : incident_type_code | Detention : teacher_id equals Teachers : teacher_id | Detention : detention_type_code equals Ref_Detention_Type : detention_type_code | Student_Addresses : student_id equals Students : student_id | Student_Addresses : address_id equals Addresses : address_id | Students_in_Detention : student_id equals Students : student_id | Students_in_Detention : detention_id equals Detention : detention_id | Students_in_Detention : incident_id equals Behavior_Incident : incident_id", - "db_id": "behavior_monitoring" - }, - { - "Schema (values)": "Ref_Document_Types : Document_Type_Code , Document_Type_Name , Document_Type_Description | Ref_Calendar : Calendar_Date , Day_Number | Ref_Locations : Location_Code , Location_Name , Location_Description | Roles : Role_Code , Role_Name , Role_Description | All_Documents : Document_ID , Date_Stored , Document_Type_Code , Document_Name , Document_Description , Other_Details | Employees : Employee_ID , Role_Code , Employee_Name , Gender_MFU , Date_of_Birth , Other_Details | Document_Locations : Document_ID , Location_Code , Date_in_Location_From , Date_in_Locaton_To | Documents_to_be_Destroyed : Document_ID , Destruction_Authorised_by_Employee_ID , Destroyed_by_Employee_ID , Planned_Destruction_Date , Actual_Destruction_Date , Other_Details", - "Column names (type)": "Documents_to_be_Destroyed : * (text) | Ref_Document_Types : Document_Type_Code (text) | Ref_Document_Types : Document_Type_Name (text) | Ref_Document_Types : Document_Type_Description (text) | Ref_Calendar : Calendar_Date (time) | Ref_Calendar : Day_Number (number) | Ref_Locations : Location_Code (text) | Ref_Locations : Location_Name (text) | Ref_Locations : Location_Description (text) | Roles : Role_Code (text) | Roles : Role_Name (text) | Roles : Role_Description (text) | All_Documents : Document_ID (number) | All_Documents : Date_Stored (time) | All_Documents : Document_Type_Code (text) | All_Documents : Document_Name (text) | All_Documents : Document_Description (text) | All_Documents : Other_Details (text) | Employees : Employee_ID (number) | Employees : Role_Code (text) | Employees : Employee_Name (text) | Employees : Gender_MFU (text) | Employees : Date_of_Birth (time) | Employees : Other_Details (text) | Document_Locations : Document_ID (number) | Document_Locations : Location_Code (text) | Document_Locations : Date_in_Location_From (time) | Document_Locations : Date_in_Locaton_To (time) | Documents_to_be_Destroyed : Document_ID (number) | Documents_to_be_Destroyed : Destruction_Authorised_by_Employee_ID (number) | Documents_to_be_Destroyed : Destroyed_by_Employee_ID (number) | Documents_to_be_Destroyed : Planned_Destruction_Date (time) | Documents_to_be_Destroyed : Actual_Destruction_Date (time) | Documents_to_be_Destroyed : Other_Details (text)", - "Primary Keys": "Ref_Document_Types : Document_Type_Code | Ref_Calendar : Calendar_Date | Ref_Locations : Location_Code | Roles : Role_Code | All_Documents : Document_ID | Employees : Employee_ID | Document_Locations : Document_ID | Documents_to_be_Destroyed : Document_ID", - "Foreign Keys": "All_Documents : Date_Stored equals Ref_Calendar : Calendar_Date | All_Documents : Document_Type_Code equals Ref_Document_Types : Document_Type_Code | Employees : Role_Code equals Roles : Role_Code | Document_Locations : Document_ID equals All_Documents : Document_ID | Document_Locations : Date_in_Locaton_To equals Ref_Calendar : Calendar_Date | Document_Locations : Date_in_Location_From equals Ref_Calendar : Calendar_Date | Document_Locations : Location_Code equals Ref_Locations : Location_Code | Documents_to_be_Destroyed : Document_ID equals All_Documents : Document_ID | Documents_to_be_Destroyed : Actual_Destruction_Date equals Ref_Calendar : Calendar_Date | Documents_to_be_Destroyed : Planned_Destruction_Date equals Ref_Calendar : Calendar_Date | Documents_to_be_Destroyed : Destruction_Authorised_by_Employee_ID equals Employees : Employee_ID | Documents_to_be_Destroyed : Destroyed_by_Employee_ID equals Employees : Employee_ID", - "db_id": "cre_Doc_Tracking_DB" - }, - { - "Schema (values)": "basketball_match : Team_ID , School_ID , Team_Name , ACC_Regular_Season , ACC_Percent , ACC_Home , ACC_Road , All_Games , All_Games_Percent , All_Home , All_Road , All_Neutral | university : School_ID , School , Location , Founded , Affiliation , Enrollment , Nickname , Primary_conference", - "Column names (type)": "university : * (text) | basketball_match : Team_ID (number) | basketball_match : School_ID (number) | basketball_match : Team_Name (text) | basketball_match : ACC_Regular_Season (text) | basketball_match : ACC_Percent (text) | basketball_match : ACC_Home (text) | basketball_match : ACC_Road (text) | basketball_match : All_Games (text) | basketball_match : All_Games_Percent (number) | basketball_match : All_Home (text) | basketball_match : All_Road (text) | basketball_match : All_Neutral (text) | university : School_ID (number) | university : School (text) | university : Location (text) | university : Founded (number) | university : Affiliation (text) | university : Enrollment (number) | university : Nickname (text) | university : Primary_conference (text)", - "Primary Keys": "basketball_match : Team_ID | university : School_ID", - "Foreign Keys": "basketball_match : School_ID equals university : School_ID", - "db_id": "university_basketball" - }, - { - "Schema (values)": "College : cName , state , enr | Player : pID , pName , yCard , HS | Tryout : pID , cName , pPos , decision", - "Column names (type)": "Tryout : * (text) | College : cName (text) | College : state (text) | College : enr (number) | Player : pID (number) | Player : pName (text) | Player : yCard (text) | Player : HS (number) | Tryout : pID (number) | Tryout : cName (text) | Tryout : pPos (text) | Tryout : decision (text)", - "Primary Keys": "College : cName | Player : pID | Tryout : pID", - "Foreign Keys": "Tryout : cName equals College : cName | Tryout : pID equals Player : pID", - "db_id": "soccer_2" - }, - { - "Schema (values)": "Activity : actid , activity_name | Participates_in : stuid , actid | Faculty_Participates_in : FacID , actid | Student : StuID , LName , Fname , Age , Sex , Major , Advisor , city_code | Faculty : FacID , Lname , Fname , Rank , Sex , Phone , Room , Building", - "Column names (type)": "Faculty : * (text) | Activity : actid (number) | Activity : activity_name (text) | Participates_in : stuid (number) | Participates_in : actid (number) | Faculty_Participates_in : FacID (number) | Faculty_Participates_in : actid (number) | Student : StuID (number) | Student : LName (text) | Student : Fname (text) | Student : Age (number) | Student : Sex (text) | Student : Major (number) | Student : Advisor (number) | Student : city_code (text) | Faculty : FacID (number) | Faculty : Lname (text) | Faculty : Fname (text) | Faculty : Rank (text) | Faculty : Sex (text) | Faculty : Phone (number) | Faculty : Room (text) | Faculty : Building (text)", - "Primary Keys": "Activity : actid | Student : StuID | Faculty : FacID", - "Foreign Keys": "Participates_in : actid equals Activity : actid | Participates_in : stuid equals Student : StuID | Faculty_Participates_in : actid equals Activity : actid | Faculty_Participates_in : FacID equals Faculty : FacID", - "db_id": "activity_1" - }, - { - "Schema (values)": "Ref_Hotel_Star_Ratings : star_rating_code , star_rating_description | Locations : Location_ID , Location_Name , Address , Other_Details | Ref_Attraction_Types : Attraction_Type_Code , Attraction_Type_Description | Visitors : Tourist_ID , Tourist_Details | Features : Feature_ID , Feature_Details | Hotels : hotel_id , star_rating_code , pets_allowed_yn , price_range , other_hotel_details | Tourist_Attractions : Tourist_Attraction_ID , Attraction_Type_Code , Location_ID , How_to_Get_There , Name , Description , Opening_Hours , Other_Details | Street_Markets : Market_ID , Market_Details | Shops : Shop_ID , Shop_Details | Museums : Museum_ID , Museum_Details | Royal_Family : Royal_Family_ID , Royal_Family_Details | Theme_Parks : Theme_Park_ID , Theme_Park_Details | Visits : Visit_ID , Tourist_Attraction_ID , Tourist_ID , Visit_Date , Visit_Details | Photos : Photo_ID , Tourist_Attraction_ID , Name , Description , Filename , Other_Details | Staff : Staff_ID , Tourist_Attraction_ID , Name , Other_Details | Tourist_Attraction_Features : Tourist_Attraction_ID , Feature_ID", - "Column names (type)": "Tourist_Attraction_Features : * (text) | Ref_Hotel_Star_Ratings : star_rating_code (text) | Ref_Hotel_Star_Ratings : star_rating_description (text) | Locations : Location_ID (number) | Locations : Location_Name (text) | Locations : Address (text) | Locations : Other_Details (text) | Ref_Attraction_Types : Attraction_Type_Code (text) | Ref_Attraction_Types : Attraction_Type_Description (text) | Visitors : Tourist_ID (number) | Visitors : Tourist_Details (text) | Features : Feature_ID (number) | Features : Feature_Details (text) | Hotels : hotel_id (number) | Hotels : star_rating_code (text) | Hotels : pets_allowed_yn (text) | Hotels : price_range (number) | Hotels : other_hotel_details (text) | Tourist_Attractions : Tourist_Attraction_ID (number) | Tourist_Attractions : Attraction_Type_Code (text) | Tourist_Attractions : Location_ID (number) | Tourist_Attractions : How_to_Get_There (text) | Tourist_Attractions : Name (text) | Tourist_Attractions : Description (text) | Tourist_Attractions : Opening_Hours (text) | Tourist_Attractions : Other_Details (text) | Street_Markets : Market_ID (number) | Street_Markets : Market_Details (text) | Shops : Shop_ID (number) | Shops : Shop_Details (text) | Museums : Museum_ID (number) | Museums : Museum_Details (text) | Royal_Family : Royal_Family_ID (number) | Royal_Family : Royal_Family_Details (text) | Theme_Parks : Theme_Park_ID (number) | Theme_Parks : Theme_Park_Details (text) | Visits : Visit_ID (number) | Visits : Tourist_Attraction_ID (number) | Visits : Tourist_ID (number) | Visits : Visit_Date (time) | Visits : Visit_Details (text) | Photos : Photo_ID (number) | Photos : Tourist_Attraction_ID (number) | Photos : Name (text) | Photos : Description (text) | Photos : Filename (text) | Photos : Other_Details (text) | Staff : Staff_ID (number) | Staff : Tourist_Attraction_ID (number) | Staff : Name (text) | Staff : Other_Details (text) | Tourist_Attraction_Features : Tourist_Attraction_ID (number) | Tourist_Attraction_Features : Feature_ID (number)", - "Primary Keys": "Ref_Hotel_Star_Ratings : star_rating_code | Locations : Location_ID | Ref_Attraction_Types : Attraction_Type_Code | Visitors : Tourist_ID | Features : Feature_ID | Hotels : hotel_id | Tourist_Attractions : Tourist_Attraction_ID | Street_Markets : Market_ID | Shops : Shop_ID | Museums : Museum_ID | Royal_Family : Royal_Family_ID | Theme_Parks : Theme_Park_ID | Visits : Visit_ID | Photos : Photo_ID | Staff : Staff_ID | Tourist_Attraction_Features : Tourist_Attraction_ID", - "Foreign Keys": "Hotels : star_rating_code equals Ref_Hotel_Star_Ratings : star_rating_code | Tourist_Attractions : Attraction_Type_Code equals Ref_Attraction_Types : Attraction_Type_Code | Tourist_Attractions : Location_ID equals Locations : Location_ID | Street_Markets : Market_ID equals Tourist_Attractions : Tourist_Attraction_ID | Shops : Shop_ID equals Tourist_Attractions : Tourist_Attraction_ID | Museums : Museum_ID equals Tourist_Attractions : Tourist_Attraction_ID | Royal_Family : Royal_Family_ID equals Tourist_Attractions : Tourist_Attraction_ID | Theme_Parks : Theme_Park_ID equals Tourist_Attractions : Tourist_Attraction_ID | Visits : Tourist_ID equals Visitors : Tourist_ID | Visits : Tourist_Attraction_ID equals Tourist_Attractions : Tourist_Attraction_ID | Photos : Tourist_Attraction_ID equals Tourist_Attractions : Tourist_Attraction_ID | Staff : Tourist_Attraction_ID equals Tourist_Attractions : Tourist_Attraction_ID | Tourist_Attraction_Features : Feature_ID equals Features : Feature_ID | Tourist_Attraction_Features : Tourist_Attraction_ID equals Tourist_Attractions : Tourist_Attraction_ID", - "db_id": "cre_Theme_park" - }, - { - "Schema (values)": "follows : f1 , f2 | tweets : id , uid , text , createdate | user_profiles : uid , name , email , partitionid , followers", - "Column names (type)": "user_profiles : * (text) | follows : f1 (number) | follows : f2 (number) | tweets : id (number) | tweets : uid (number) | tweets : text (text) | tweets : createdate (time) | user_profiles : uid (number) | user_profiles : name (text) | user_profiles : email (text) | user_profiles : partitionid (number) | user_profiles : followers (number)", - "Primary Keys": "follows : f1 | tweets : id | user_profiles : uid", - "Foreign Keys": "follows : f2 equals user_profiles : uid | follows : f1 equals user_profiles : uid | tweets : uid equals user_profiles : uid", - "db_id": "twitter_1" - }, - { - "Schema (values)": "election : Election_ID , Representative_ID , Date , Votes , Vote_Percent , Seats , Place | representative : Representative_ID , Name , State , Party , Lifespan", - "Column names (type)": "representative : * (text) | election : Election_ID (number) | election : Representative_ID (number) | election : Date (text) | election : Votes (number) | election : Vote_Percent (number) | election : Seats (number) | election : Place (number) | representative : Representative_ID (number) | representative : Name (text) | representative : State (text) | representative : Party (text) | representative : Lifespan (text)", - "Primary Keys": "election : Election_ID | representative : Representative_ID", - "Foreign Keys": "election : Representative_ID equals representative : Representative_ID", - "db_id": "election_representative" - }, - { - "Schema (values)": "Student : StuID , LName , Fname , Age , Sex , Major , Advisor , city_code | Voting_record : StuID , Registration_Date , Election_Cycle , President_Vote , Vice_President_Vote , Secretary_Vote , Treasurer_Vote , Class_President_Vote , Class_Senator_Vote", - "Column names (type)": "Voting_record : * (text) | Student : StuID (number) | Student : LName (text) | Student : Fname (text) | Student : Age (number) | Student : Sex (text) | Student : Major (number) | Student : Advisor (number) | Student : city_code (text) | Voting_record : StuID (number) | Voting_record : Registration_Date (text) | Voting_record : Election_Cycle (text) | Voting_record : President_Vote (number) | Voting_record : Vice_President_Vote (number) | Voting_record : Secretary_Vote (number) | Voting_record : Treasurer_Vote (number) | Voting_record : Class_President_Vote (number) | Voting_record : Class_Senator_Vote (number)", - "Primary Keys": "Student : StuID", - "Foreign Keys": "Voting_record : Class_Senator_Vote equals Student : StuID | Voting_record : Class_President_Vote equals Student : StuID | Voting_record : Treasurer_Vote equals Student : StuID | Voting_record : Secretary_Vote equals Student : StuID | Voting_record : Vice_President_Vote equals Student : StuID | Voting_record : President_Vote equals Student : StuID | Voting_record : StuID equals Student : StuID", - "db_id": "voter_2" - }, - { - "Schema (values)": "people : People_ID , Name , Country , Is_Male , Age | church : Church_ID , Name , Organized_by , Open_Date , Continuation_of | wedding : Church_ID , Male_ID , Female_ID , Year", - "Column names (type)": "wedding : * (text) | people : People_ID (number) | people : Name (text) | people : Country (text) | people : Is_Male (text) | people : Age (number) | church : Church_ID (number) | church : Name (text) | church : Organized_by (text) | church : Open_Date (number) | church : Continuation_of (text) | wedding : Church_ID (number) | wedding : Male_ID (number) | wedding : Female_ID (number) | wedding : Year (number)", - "Primary Keys": "people : People_ID | church : Church_ID | wedding : Church_ID", - "Foreign Keys": "wedding : Female_ID equals people : People_ID | wedding : Male_ID equals people : People_ID | wedding : Church_ID equals church : Church_ID", - "db_id": "wedding" - }, - { - "Schema (values)": "event : Event_ID , Date , Venue , Name , Event_Attendance | journalist : journalist_ID , Name , Nationality , Age , Years_working | news_report : journalist_ID , Event_ID , Work_Type", - "Column names (type)": "news_report : * (text) | event : Event_ID (number) | event : Date (text) | event : Venue (text) | event : Name (text) | event : Event_Attendance (number) | journalist : journalist_ID (number) | journalist : Name (text) | journalist : Nationality (text) | journalist : Age (text) | journalist : Years_working (number) | news_report : journalist_ID (number) | news_report : Event_ID (number) | news_report : Work_Type (text)", - "Primary Keys": "event : Event_ID | journalist : journalist_ID | news_report : journalist_ID", - "Foreign Keys": "news_report : Event_ID equals event : Event_ID | news_report : journalist_ID equals journalist : journalist_ID", - "db_id": "news_report" - }, - { - "Schema (values)": "grapes : ID , Grape , Color | appellations : No , Appelation , County , State , Area , isAVA | wine : No , Grape , Winery , Appelation , State , Name , Year , Price , Score , Cases , Drink", - "Column names (type)": "wine : * (text) | grapes : ID (number) | grapes : Grape (text) | grapes : Color (text) | appellations : No (number) | appellations : Appelation (text) | appellations : County (text) | appellations : State (text) | appellations : Area (text) | appellations : isAVA (text) | wine : No (number) | wine : Grape (text) | wine : Winery (text) | wine : Appelation (text) | wine : State (text) | wine : Name (text) | wine : Year (number) | wine : Price (number) | wine : Score (number) | wine : Cases (number) | wine : Drink (text)", - "Primary Keys": "grapes : ID | appellations : No", - "Foreign Keys": "wine : Appelation equals appellations : Appelation | wine : Grape equals grapes : Grape", - "db_id": "wine_1" - }, - { - "Schema (values)": "Addresses : address_id , address_content , city , zip_postcode , state_province_county , country , other_address_details | Products : product_id , product_details | Customers : customer_id , payment_method , customer_name , date_became_customer , other_customer_details | Customer_Addresses : customer_id , address_id , date_address_from , address_type , date_address_to | Customer_Contact_Channels : customer_id , channel_code , active_from_date , active_to_date , contact_number | Customer_Orders : order_id , customer_id , order_status , order_date , order_details | Order_Items : order_id , product_id , order_quantity", - "Column names (type)": "Order_Items : * (text) | Addresses : address_id (number) | Addresses : address_content (text) | Addresses : city (text) | Addresses : zip_postcode (text) | Addresses : state_province_county (text) | Addresses : country (text) | Addresses : other_address_details (text) | Products : product_id (number) | Products : product_details (text) | Customers : customer_id (number) | Customers : payment_method (text) | Customers : customer_name (text) | Customers : date_became_customer (time) | Customers : other_customer_details (text) | Customer_Addresses : customer_id (number) | Customer_Addresses : address_id (number) | Customer_Addresses : date_address_from (time) | Customer_Addresses : address_type (text) | Customer_Addresses : date_address_to (time) | Customer_Contact_Channels : customer_id (number) | Customer_Contact_Channels : channel_code (text) | Customer_Contact_Channels : active_from_date (time) | Customer_Contact_Channels : active_to_date (time) | Customer_Contact_Channels : contact_number (text) | Customer_Orders : order_id (number) | Customer_Orders : customer_id (number) | Customer_Orders : order_status (text) | Customer_Orders : order_date (time) | Customer_Orders : order_details (text) | Order_Items : order_id (number) | Order_Items : product_id (number) | Order_Items : order_quantity (text)", - "Primary Keys": "Addresses : address_id | Products : product_id | Customers : customer_id | Customer_Orders : order_id", - "Foreign Keys": "Customer_Addresses : customer_id equals Customers : customer_id | Customer_Addresses : address_id equals Addresses : address_id | Customer_Contact_Channels : customer_id equals Customers : customer_id | Customer_Orders : customer_id equals Customers : customer_id | Order_Items : order_id equals Customer_Orders : order_id | Order_Items : product_id equals Products : product_id", - "db_id": "customers_and_addresses" - }, - { - "Schema (values)": "building : building_id , Name , Street_address , Years_as_tallest , Height_feet , Floors | Institution : Institution_id , Institution , Location , Founded , Type , Enrollment , Team , Primary_Conference , building_id | protein : common_name , protein_name , divergence_from_human_lineage , accession_number , sequence_length , sequence_identity_to_human_protein , Institution_id", - "Column names (type)": "protein : * (text) | building : building_id (text) | building : Name (text) | building : Street_address (text) | building : Years_as_tallest (text) | building : Height_feet (number) | building : Floors (number) | Institution : Institution_id (text) | Institution : Institution (text) | Institution : Location (text) | Institution : Founded (number) | Institution : Type (text) | Institution : Enrollment (number) | Institution : Team (text) | Institution : Primary_Conference (text) | Institution : building_id (text) | protein : common_name (text) | protein : protein_name (text) | protein : divergence_from_human_lineage (number) | protein : accession_number (text) | protein : sequence_length (number) | protein : sequence_identity_to_human_protein (text) | protein : Institution_id (text)", - "Primary Keys": "building : building_id | Institution : Institution_id | protein : common_name", - "Foreign Keys": "Institution : building_id equals building : building_id | protein : Institution_id equals Institution : Institution_id", - "db_id": "protein_institute" - }, - { - "Schema (values)": "school : School_ID , School , Location , Enrollment , Founded , Denomination , Boys_or_Girls , Day_or_Boarding , Year_Entered_Competition , School_Colors | school_details : School_ID , Nickname , Colors , League , Class , Division | school_performance : School_Id , School_Year , Class_A , Class_AA | player : Player_ID , Player , Team , Age , Position , School_ID", - "Column names (type)": "player : * (text) | school : School_ID (number) | school : School (text) | school : Location (text) | school : Enrollment (number) | school : Founded (number) | school : Denomination (text) | school : Boys_or_Girls (text) | school : Day_or_Boarding (text) | school : Year_Entered_Competition (number) | school : School_Colors (text) | school_details : School_ID (number) | school_details : Nickname (text) | school_details : Colors (text) | school_details : League (text) | school_details : Class (text) | school_details : Division (text) | school_performance : School_Id (number) | school_performance : School_Year (text) | school_performance : Class_A (text) | school_performance : Class_AA (text) | player : Player_ID (number) | player : Player (text) | player : Team (text) | player : Age (number) | player : Position (text) | player : School_ID (number)", - "Primary Keys": "school : School_ID | school_details : School_ID | school_performance : School_Id | player : Player_ID", - "Foreign Keys": "school_details : School_ID equals school : School_ID | school_performance : School_Id equals school : School_ID | player : School_ID equals school : School_ID", - "db_id": "school_player" - }, - { - "Schema (values)": "chip_model : Model_name , Launch_year , RAM_MiB , ROM_MiB , Slots , WiFi , Bluetooth | screen_mode : Graphics_mode , Char_cells , Pixels , Hardware_colours , used_kb , map , Type | phone : Company_name , Hardware_Model_name , Accreditation_type , Accreditation_level , Date , chip_model , screen_mode", - "Column names (type)": "phone : * (text) | chip_model : Model_name (text) | chip_model : Launch_year (number) | chip_model : RAM_MiB (number) | chip_model : ROM_MiB (number) | chip_model : Slots (text) | chip_model : WiFi (text) | chip_model : Bluetooth (text) | screen_mode : Graphics_mode (number) | screen_mode : Char_cells (text) | screen_mode : Pixels (text) | screen_mode : Hardware_colours (number) | screen_mode : used_kb (number) | screen_mode : map (text) | screen_mode : Type (text) | phone : Company_name (text) | phone : Hardware_Model_name (text) | phone : Accreditation_type (text) | phone : Accreditation_level (text) | phone : Date (text) | phone : chip_model (text) | phone : screen_mode (text)", - "Primary Keys": "chip_model : Model_name | screen_mode : Graphics_mode | phone : Hardware_Model_name", - "Foreign Keys": "phone : chip_model equals chip_model : Model_name | phone : screen_mode equals screen_mode : Graphics_mode", - "db_id": "phone_1" - }, - { - "Schema (values)": "TV_Channel : id , series_name , Country , Language , Content , Pixel_aspect_ratio_PAR , Hight_definition_TV , Pay_per_view_PPV , Package_Option | TV_series : id , Episode , Air_Date , Rating , Share , 18_49_Rating_Share , Viewers_m , Weekly_Rank , Channel | Cartoon : id , Title , Directed_by , Written_by , Original_air_date , Production_code , Channel", - "Column names (type)": "Cartoon : * (text) | TV_Channel : id (text) | TV_Channel : series_name (text) | TV_Channel : Country (text) | TV_Channel : Language (text) | TV_Channel : Content (text) | TV_Channel : Pixel_aspect_ratio_PAR (text) | TV_Channel : Hight_definition_TV (text) | TV_Channel : Pay_per_view_PPV (text) | TV_Channel : Package_Option (text) | TV_series : id (number) | TV_series : Episode (text) | TV_series : Air_Date (text) | TV_series : Rating (text) | TV_series : Share (number) | TV_series : 18_49_Rating_Share (text) | TV_series : Viewers_m (text) | TV_series : Weekly_Rank (number) | TV_series : Channel (text) | Cartoon : id (number) | Cartoon : Title (text) | Cartoon : Directed_by (text) | Cartoon : Written_by (text) | Cartoon : Original_air_date (text) | Cartoon : Production_code (number) | Cartoon : Channel (text)", - "Primary Keys": "TV_Channel : id | TV_series : id | Cartoon : id", - "Foreign Keys": "TV_series : Channel equals TV_Channel : id | Cartoon : Channel equals TV_Channel : id", - "db_id": "tvshow" - }, - { - "Schema (values)": "wrestler : Wrestler_ID , Name , Reign , Days_held , Location , Event | Elimination : Elimination_ID , Wrestler_ID , Team , Eliminated_By , Elimination_Move , Time", - "Column names (type)": "Elimination : * (text) | wrestler : Wrestler_ID (number) | wrestler : Name (text) | wrestler : Reign (text) | wrestler : Days_held (text) | wrestler : Location (text) | wrestler : Event (text) | Elimination : Elimination_ID (text) | Elimination : Wrestler_ID (text) | Elimination : Team (text) | Elimination : Eliminated_By (text) | Elimination : Elimination_Move (text) | Elimination : Time (text)", - "Primary Keys": "wrestler : Wrestler_ID | Elimination : Elimination_ID", - "Foreign Keys": "Elimination : Wrestler_ID equals wrestler : Wrestler_ID", - "db_id": "wrestler" - }, - { - "Schema (values)": "Staff : staff_id , gender , first_name , last_name , email_address , phone_number | Customers : customer_id , customer_type_code , address_line_1 , address_line_2 , town_city , state , email_address , phone_number | Products : product_id , parent_product_id , product_category_code , date_product_first_available , date_product_discontinued , product_name , product_description , product_price | Complaints : complaint_id , product_id , customer_id , complaint_outcome_code , complaint_status_code , complaint_type_code , date_complaint_raised , date_complaint_closed , staff_id", - "Column names (type)": "Complaints : * (text) | Staff : staff_id (number) | Staff : gender (text) | Staff : first_name (text) | Staff : last_name (text) | Staff : email_address (text) | Staff : phone_number (text) | Customers : customer_id (number) | Customers : customer_type_code (text) | Customers : address_line_1 (text) | Customers : address_line_2 (text) | Customers : town_city (text) | Customers : state (text) | Customers : email_address (text) | Customers : phone_number (text) | Products : product_id (number) | Products : parent_product_id (number) | Products : product_category_code (text) | Products : date_product_first_available (time) | Products : date_product_discontinued (time) | Products : product_name (text) | Products : product_description (text) | Products : product_price (number) | Complaints : complaint_id (number) | Complaints : product_id (number) | Complaints : customer_id (number) | Complaints : complaint_outcome_code (text) | Complaints : complaint_status_code (text) | Complaints : complaint_type_code (text) | Complaints : date_complaint_raised (time) | Complaints : date_complaint_closed (time) | Complaints : staff_id (number)", - "Primary Keys": "Staff : staff_id | Customers : customer_id | Products : product_id", - "Foreign Keys": "Complaints : customer_id equals Customers : customer_id | Complaints : product_id equals Products : product_id | Complaints : staff_id equals Staff : staff_id", - "db_id": "customer_complaints" - }, - { - "Schema (values)": "department : Department_ID , Name , Creation , Ranking , Budget_in_Billions , Num_Employees | head : head_ID , name , born_state , age | management : department_ID , head_ID , temporary_acting", - "Column names (type)": "management : * (text) | department : Department_ID (number) | department : Name (text) | department : Creation (text) | department : Ranking (number) | department : Budget_in_Billions (number) | department : Num_Employees (number) | head : head_ID (number) | head : name (text) | head : born_state (text) | head : age (number) | management : department_ID (number) | management : head_ID (number) | management : temporary_acting (text)", - "Primary Keys": "department : Department_ID | head : head_ID | management : department_ID", - "Foreign Keys": "management : head_ID equals head : head_ID | management : department_ID equals department : Department_ID", - "db_id": "department_management" - }, - { - "Schema (values)": "Addresses : address_id , line_1_number_building , city , zip_postcode , state_province_county , country | Products : product_id , product_type_code , product_name , product_price | Customers : customer_id , payment_method_code , customer_number , customer_name , customer_address , customer_phone , customer_email | Contacts : contact_id , customer_id , gender , first_name , last_name , contact_phone | Customer_Address_History : customer_id , address_id , date_from , date_to | Customer_Orders : order_id , customer_id , order_date , order_status_code | Order_Items : order_item_id , order_id , product_id , order_quantity", - "Column names (type)": "Order_Items : * (text) | Addresses : address_id (number) | Addresses : line_1_number_building (text) | Addresses : city (text) | Addresses : zip_postcode (text) | Addresses : state_province_county (text) | Addresses : country (text) | Products : product_id (number) | Products : product_type_code (text) | Products : product_name (text) | Products : product_price (number) | Customers : customer_id (number) | Customers : payment_method_code (text) | Customers : customer_number (text) | Customers : customer_name (text) | Customers : customer_address (text) | Customers : customer_phone (text) | Customers : customer_email (text) | Contacts : contact_id (number) | Contacts : customer_id (number) | Contacts : gender (text) | Contacts : first_name (text) | Contacts : last_name (text) | Contacts : contact_phone (text) | Customer_Address_History : customer_id (number) | Customer_Address_History : address_id (number) | Customer_Address_History : date_from (time) | Customer_Address_History : date_to (time) | Customer_Orders : order_id (number) | Customer_Orders : customer_id (number) | Customer_Orders : order_date (time) | Customer_Orders : order_status_code (text) | Order_Items : order_item_id (number) | Order_Items : order_id (number) | Order_Items : product_id (number) | Order_Items : order_quantity (text)", - "Primary Keys": "Addresses : address_id | Products : product_id | Customers : customer_id | Contacts : contact_id | Customer_Orders : order_id", - "Foreign Keys": "Customer_Address_History : address_id equals Addresses : address_id | Customer_Address_History : customer_id equals Customers : customer_id | Customer_Orders : customer_id equals Customers : customer_id | Order_Items : order_id equals Customer_Orders : order_id | Order_Items : product_id equals Products : product_id", - "db_id": "customers_and_products_contacts" - }, - { - "Schema (values)": "works_on : Essn , Pno , Hours | employee : Fname , Minit , Lname , Ssn , Bdate , Address , Sex , Salary , Super_ssn , Dno | department : Dname , Dnumber , Mgr_ssn , Mgr_start_date | project : Pname , Pnumber , Plocation , Dnum | dependent : Essn , Dependent_name , Sex , Bdate , Relationship | dept_locations : Dnumber , Dlocation", - "Column names (type)": "dept_locations : * (text) | works_on : Essn (number) | works_on : Pno (number) | works_on : Hours (number) | employee : Fname (text) | employee : Minit (text) | employee : Lname (text) | employee : Ssn (number) | employee : Bdate (text) | employee : Address (text) | employee : Sex (text) | employee : Salary (number) | employee : Super_ssn (number) | employee : Dno (number) | department : Dname (text) | department : Dnumber (number) | department : Mgr_ssn (number) | department : Mgr_start_date (text) | project : Pname (text) | project : Pnumber (number) | project : Plocation (text) | project : Dnum (number) | dependent : Essn (number) | dependent : Dependent_name (text) | dependent : Sex (text) | dependent : Bdate (text) | dependent : Relationship (text) | dept_locations : Dnumber (number) | dept_locations : Dlocation (text)", - "Primary Keys": "works_on : Essn | employee : Ssn | department : Dnumber | project : Pnumber | dependent : Essn | dept_locations : Dnumber", - "Foreign Keys": "", - "db_id": "company_1" - }, - { - "Schema (values)": "workshop : Workshop_ID , Date , Venue , Name | submission : Submission_ID , Scores , Author , College | Acceptance : Submission_ID , Workshop_ID , Result", - "Column names (type)": "Acceptance : * (text) | workshop : Workshop_ID (number) | workshop : Date (text) | workshop : Venue (text) | workshop : Name (text) | submission : Submission_ID (number) | submission : Scores (number) | submission : Author (text) | submission : College (text) | Acceptance : Submission_ID (number) | Acceptance : Workshop_ID (number) | Acceptance : Result (text)", - "Primary Keys": "workshop : Workshop_ID | submission : Submission_ID | Acceptance : Submission_ID", - "Foreign Keys": "Acceptance : Workshop_ID equals workshop : Workshop_ID | Acceptance : Submission_ID equals submission : Submission_ID", - "db_id": "workshop_paper" - }, - { - "Schema (values)": "item : i_id , title | review : a_id , u_id , i_id , rating , rank | useracct : u_id , name | trust : source_u_id , target_u_id , trust", - "Column names (type)": "trust : * (text) | item : i_id (number) | item : title (text) | review : a_id (number) | review : u_id (number) | review : i_id (number) | review : rating (number) | review : rank (number) | useracct : u_id (number) | useracct : name (text) | trust : source_u_id (number) | trust : target_u_id (number) | trust : trust (number)", - "Primary Keys": "item : i_id | review : a_id | useracct : u_id", - "Foreign Keys": "review : i_id equals item : i_id | review : u_id equals useracct : u_id | trust : target_u_id equals useracct : u_id | trust : source_u_id equals useracct : u_id", - "db_id": "epinions_1" - }, - { - "Schema (values)": "party : Party_ID , Party_Theme , Location , First_year , Last_year , Number_of_hosts | host : Host_ID , Name , Nationality , Age | party_host : Party_ID , Host_ID , Is_Main_in_Charge", - "Column names (type)": "party_host : * (text) | party : Party_ID (number) | party : Party_Theme (text) | party : Location (text) | party : First_year (text) | party : Last_year (text) | party : Number_of_hosts (number) | host : Host_ID (number) | host : Name (text) | host : Nationality (text) | host : Age (text) | party_host : Party_ID (number) | party_host : Host_ID (number) | party_host : Is_Main_in_Charge (others)", - "Primary Keys": "party : Party_ID | host : Host_ID | party_host : Party_ID", - "Foreign Keys": "party_host : Party_ID equals party : Party_ID | party_host : Host_ID equals host : Host_ID", - "db_id": "party_host" - }, - { - "Schema (values)": "Attribute_Definitions : attribute_id , attribute_name , attribute_data_type | Catalogs : catalog_id , catalog_name , catalog_publisher , date_of_publication , date_of_latest_revision | Catalog_Structure : catalog_level_number , catalog_id , catalog_level_name | Catalog_Contents : catalog_entry_id , catalog_level_number , parent_entry_id , previous_entry_id , next_entry_id , catalog_entry_name , product_stock_number , price_in_dollars , price_in_euros , price_in_pounds , capacity , length , height , width | Catalog_Contents_Additional_Attributes : catalog_entry_id , catalog_level_number , attribute_id , attribute_value", - "Column names (type)": "Catalog_Contents_Additional_Attributes : * (text) | Attribute_Definitions : attribute_id (number) | Attribute_Definitions : attribute_name (text) | Attribute_Definitions : attribute_data_type (text) | Catalogs : catalog_id (number) | Catalogs : catalog_name (text) | Catalogs : catalog_publisher (text) | Catalogs : date_of_publication (time) | Catalogs : date_of_latest_revision (time) | Catalog_Structure : catalog_level_number (number) | Catalog_Structure : catalog_id (number) | Catalog_Structure : catalog_level_name (text) | Catalog_Contents : catalog_entry_id (number) | Catalog_Contents : catalog_level_number (number) | Catalog_Contents : parent_entry_id (number) | Catalog_Contents : previous_entry_id (number) | Catalog_Contents : next_entry_id (number) | Catalog_Contents : catalog_entry_name (text) | Catalog_Contents : product_stock_number (text) | Catalog_Contents : price_in_dollars (number) | Catalog_Contents : price_in_euros (number) | Catalog_Contents : price_in_pounds (number) | Catalog_Contents : capacity (text) | Catalog_Contents : length (text) | Catalog_Contents : height (text) | Catalog_Contents : width (text) | Catalog_Contents_Additional_Attributes : catalog_entry_id (number) | Catalog_Contents_Additional_Attributes : catalog_level_number (number) | Catalog_Contents_Additional_Attributes : attribute_id (number) | Catalog_Contents_Additional_Attributes : attribute_value (text)", - "Primary Keys": "Attribute_Definitions : attribute_id | Catalogs : catalog_id | Catalog_Structure : catalog_level_number | Catalog_Contents : catalog_entry_id", - "Foreign Keys": "Catalog_Structure : catalog_id equals Catalogs : catalog_id | Catalog_Contents : catalog_level_number equals Catalog_Structure : catalog_level_number | Catalog_Contents_Additional_Attributes : catalog_level_number equals Catalog_Structure : catalog_level_number | Catalog_Contents_Additional_Attributes : catalog_entry_id equals Catalog_Contents : catalog_entry_id", - "db_id": "product_catalog" - } -] \ No newline at end of file