context_id
stringlengths
4
28
reflection_prompt_info
dict
movie_platform
{ "db_schema": "CREATE TABLE lists\n(\n\tuser_id INTEGER references lists_users (user_id), -- Example Values: `(88260493,)`, `(45204418,)`, `(48905025,)` | Value Statics: Total count 79565 - Distinct count 22925 - Null count 0 | Column Description: ID related to the user who created the list. \n\tlist_id INTEGER not...
book_publishing_company
{ "db_schema": "CREATE TABLE authors\n(\n\tau_id TEXT primary key,\n\tau_lname TEXT not null, -- Example Values: `('White',)`, `('Green',)`, `('Carson',)` | Value Statics: Total count 23 - Distinct count 22 - Null count 0 | Column Name Meaning: author last name | Column Description: author last name \n\tau_fname TEXT...
retail_complains
{ "db_schema": "CREATE TABLE state\n(\n\tStateCode TEXT constraint state_pk primary key,\n\tState TEXT, -- Example Values: `('Alabama',)`, `('Arkansas',)`, `('Arizona',)` | Value Statics: Total count 48 - Distinct count 48 - Null count 0 \n\tRegion TEXT, -- Example Values: `South`, `West`, `Northeast`, `Midwest` | ...
movies_4
{ "db_schema": "CREATE TABLE country\n(\n\tcountry_id INTEGER not null primary key,\n\tcountry_iso_code TEXT default NULL, -- Example Values: `('AE',)`, `('AF',)`, `('AO',)` | Value Statics: Total count 88 - Distinct count 88 - Null count 0 | Column Name Meaning: country iso code | Column Description: the ISO code | ...
codebase_comments
{ "db_schema": "CREATE TABLE Method\n(\n\tId INTEGER not null primary key autoincrement,\n\tName TEXT, -- Example Values: `('HtmlSharp.HtmlParser.Feed',)`, `('HtmlSharp.HtmlParser.ParseDoctypeElement',)`, `('IQ.Data.DbQueryProvider.GetQueryText',)` | Value Statics: Total count 100000 - Distinct count 83803 - Null cou...
trains
{ "db_schema": "CREATE TABLE cars\n(\n\t`id` INTEGER NOT NULL, -- Example Values: `(1,)`, `(2,)`, `(3,)` | Value Statics: Total count 63 - Distinct count 63 - Null count 0 | Column Description: the unique id number representing the cars \n\t`train_id` INTEGER DEFAULT NULL, -- Example Values: `(1,)`, `(2,)`, `(3,)` |...
movie
{ "db_schema": "CREATE TABLE actor\n(\n\tActorID INTEGER constraint actor_pk primary key,\n\tName TEXT, -- Example Values: `('John Travolta',)`, `('Kirstie Alley',)`, `('Olympia Dukakis',)` | Value Statics: Total count 2600 - Distinct count 2598 - Null count 113 | Column Description: actor's name \n\t\"Date of Birth...
social_media
{ "db_schema": "CREATE TABLE location\n(\n\tLocationID INTEGER constraint location_pk primary key,\n\tCountry TEXT, -- Example Values: `('Albania',)`, `('Algeria',)`, `('Andorra',)` | Value Statics: Total count 6210 - Distinct count 174 - Null count 1 | Column Description: the country \n\tState TEXT, -- Example Valu...
cs_semester
{ "db_schema": "CREATE TABLE course\n(\n\tcourse_id INTEGER constraint course_pk primary key,\n\tname TEXT, -- Example Values: `Machine Learning Theory`, `Intro to Database 1`, `Intro to Database 2`, `Natural Language Processing`, `Intro to BlockChain` | Value Statics: Total count 13 - Distinct count 13 - Null count ...
computer_student
{ "db_schema": "CREATE TABLE course\n(\n\tcourse_id INTEGER constraint course_pk primary key,\n\tcourseLevel TEXT, -- Example Values: `Level_500`, `Level_300`, `Level_400` | Value Statics: Total count 132 - Distinct count 3 - Null count 0 | Column Name Meaning: course level | Column Description: course level | Value ...
talkingdata
{ "db_schema": "CREATE TABLE app_all\n(\n\t`app_id` INTEGER NOT NULL, -- Example Values: `(-9223281467940916832,)`, `(-9222877069545393219,)`, `(-9222785464897897681,)` | Value Statics: Total count 100000 - Distinct count 100000 - Null count 0 \n\tPRIMARY KEY (`app_id`),\n);\n\nCREATE TABLE app_events\n(\n\t`event_...
law_episode
{ "db_schema": "CREATE TABLE Episode\n(\n\tepisode_id TEXT primary key,\n\tseries TEXT, -- Example Values: `Law and Order` | Value Statics: Total count 24 - Distinct count 1 - Null count 0 | Column Description: the name of the series \n\tseason INTEGER, -- Example Values: `9` | Value Statics: Total count 24 - Distin...
synthea
{ "db_schema": "CREATE TABLE all_prevalences\n(\n\tITEM TEXT primary key,\n\t\"POPULATION TYPE\" TEXT, -- Example Values: `LIVING` | Value Statics: Total count 244 - Distinct count 1 - Null count 0 | Column Description: the population type - LIVING \n\tOCCURRENCES INTEGER, -- Example Values: `(868,)`, `(487,)`, `(11...
car_retails
{ "db_schema": "CREATE TABLE offices\n(\n\tofficeCode TEXT not null primary key,\n\tcity TEXT not null, -- Example Values: `San Francisco`, `Boston`, `NYC`, `Paris`, `Tokyo` | Value Statics: Total count 7 - Distinct count 7 - Null count 0 \n\tphone TEXT not null, -- Example Values: `+1 650 219 4782`, `+1 215 837 08...
restaurant
{ "db_schema": "CREATE TABLE geographic\n(\n\tcity TEXT not null primary key,\n\tcounty TEXT null, -- Example Values: `('alameda county',)`, `('contra costa county',)`, `('santa clara county',)` | Value Statics: Total count 168 - Distinct count 20 - Null count 0 | Column Name Meaning: country | Column Description: th...
soccer_2016
{ "db_schema": "CREATE TABLE Batting_Style\n(\n\tBatting_Id INTEGER primary key,\n\tBatting_hand TEXT, -- Example Values: `Left-hand bat`, `Right-hand bat` | Value Statics: Total count 2 - Distinct count 2 - Null count 0 | Column Name Meaning: batting hand | Column Description: the batting hand: left or right \n);\n\...
music_tracker
{ "db_schema": "CREATE TABLE torrents\n(\n\tgroupName TEXT, -- Example Values: `('superappin'',)`, `('spiderap / a corona jam',)`, `('rapper's delight',)` | Value Statics: Total count 75719 - Distinct count 69692 - Null count 0 | Column Description: release title \n\ttotalSnatched INTEGER, -- Example Values:...
world_development_indicators
{ "db_schema": "CREATE TABLE Country\n(\n\tCountryCode TEXT not null primary key,\n\tShortName TEXT, -- Example Values: `('Afghanistan',)`, `('Albania',)`, `('Algeria',)` | Value Statics: Total count 247 - Distinct count 247 - Null count 0 | Column Name Meaning: Short Name | Column Description: Short names of countri...
movielens
{ "db_schema": "CREATE TABLE users\n(\n\tuserid INTEGER default 0 not null primary key,\n\tage TEXT not null, -- Example Values: `1`, `56`, `25`, `45`, `50` | Value Statics: Total count 6039 - Distinct count 7 - Null count 0 | Column Description: age | Value Description: 1: 1-18 years old; 18: 18-25 years old; 25:...
superstore
{ "db_schema": "CREATE TABLE people\n(\n\t\"Customer ID\" TEXT, -- Example Values: `('AA-10315',)`, `('AA-10375',)`, `('AA-10480',)` | Value Statics: Total count 2501 - Distinct count 793 - Null count 0 | Column Description: the id of the customers \n\t\"Customer Name\" TEXT, -- Example Values: `('Alex Avila',)`, `(...
app_store
{ "db_schema": "CREATE TABLE playstore\n(\n\tApp TEXT, -- \n\tCategory TEXT, -- Example Values: `('ART_AND_DESIGN',)`, `('AUTO_AND_VEHICLES',)`, `('BEAUTY',)` | Value Statics: Total count 10840 - Distinct count 33 - Null count 0 \n\tRating REAL, -- Example Values: `(4.1,)`, `(3.9,)`, `(4.7,)` | Value Statics: Tota...
regional_sales
{ "db_schema": "CREATE TABLE Customers\n(\n\tCustomerID INTEGER constraint Customers_pk primary key,\n\t\"Customer Names\" TEXT, -- Example Values: `('Avon Corp',)`, `('WakeFern ',)`, `('Elorac, Corp',)` | Value Statics: Total count 50 - Distinct count 50 - Null count 0 | Column Description: the name of the customer...
european_football_1
{ "db_schema": "CREATE TABLE divisions\n(\n\tdivision TEXT not null primary key,\n\tname TEXT, -- Example Values: `('Division 1A',)`, `('Bundesliga',)`, `('2. Bundesliga',)` | Value Statics: Total count 21 - Distinct count 21 - Null count 0 | Column Description: name of the division \n\tcountry TEXT, -- Example Valu...
professional_basketball
{ "db_schema": "CREATE TABLE awards_players\n(\n\tplayerID TEXT not null, -- Example Values: `('abdulka01',)`, `('abdulma02',)`, `('adamsal01',)` | Value Statics: Total count 1719 - Distinct count 441 - Null count 0 | Column Description: ID number identifying the unique number of the player \n\taward TEXT not null, ...
shakespeare
{ "db_schema": "CREATE TABLE chapters\n(\n\tid INTEGER primary key autoincrement,\n\tAct INTEGER not null, -- Example Values: `1`, `2`, `3`, `4`, `5` | Value Statics: Total count 945 - Distinct count 6 - Null count 0 | Column Description: An act is a major division of a theatre work, including a play, film, opera, o...
cars
{ "db_schema": "CREATE TABLE country\n(\n\torigin INTEGER primary key,\n\tcountry TEXT, -- Example Values: `USA`, `Europe`, `Japan` | Value Statics: Total count 3 - Distinct count 3 - Null count 0 | Column Description: the origin country of the car \n);\n\nCREATE TABLE price\n(\n\tID INTEGER primary key,\n\tprice RE...
donor
{ "db_schema": "CREATE TABLE essays\n(\n\tprojectid TEXT, -- Example Values: `('ffffc4f85b60efc5b52347df489d0238',)`, `('ffffac55ee02a49d1abc87ba6fc61135',)`, `('ffff97ed93720407d70a2787475932b0',)` | Value Statics: Total count 99998 - Distinct count 99998 - Null count 0 | Column Name Meaning: project id | Column Des...
video_games
{ "db_schema": "CREATE TABLE genre\n(\n\tid INTEGER not null primary key,\n\tgenre_name TEXT default NULL, -- Example Values: `Action`, `Adventure`, `Fighting`, `Misc`, `Platform` | Value Statics: Total count 12 - Distinct count 12 - Null count 0 | Column Description: the game genre | Value Description: The game gen...
authors
{ "db_schema": "CREATE TABLE Author\n(\n\tId INTEGER constraint Author_pk primary key,\n\tName TEXT, -- Example Values: `('Ernest Jordan',)`, `('K. MORIBE',)`, `('D. Jakominich',)` | Value Statics: Total count 99974 - Distinct count 96457 - Null count 26 | Column Description: Author Name \n\tAffiliation TEXT, -- Exa...
college_completion
{ "db_schema": "CREATE TABLE institution_details\n(\n\tunitid INTEGER constraint institution_details_pk primary key,\n\tchronname TEXT, -- Example Values: `('Alabama A&M University',)`, `('University of Alabama at Birmingham',)`, `('Amridge University',)` | Value Statics: Total count 3798 - Distinct count 3793 - Null...
public_review_platform
{ "db_schema": "CREATE TABLE Attributes\n(\n\tattribute_id INTEGER constraint Attributes_pk primary key,\n\tattribute_name TEXT, -- Example Values: `('Alcohol',)`, `('Waiter Service',)`, `('Delivery',)` | Value Statics: Total count 80 - Distinct count 80 - Null count 0 | Column Name Meaning: attribute name | Column D...
simpson_episodes
{ "db_schema": "CREATE TABLE Episode\n(\n\tepisode_id TEXT constraint Episode_pk primary key,\n\tseason INTEGER, -- Example Values: `20` | Value Statics: Total count 21 - Distinct count 1 - Null count 0 | Column Description: the season of the episode \n\tepisode INTEGER, -- Example Values: `(1,)`, `(2,)`, `(3,)` | V...
student_loan
{ "db_schema": "CREATE TABLE bool\n(\n\t\"name\" TEXT default '' not null primary key,\n);\n\nCREATE TABLE person\n(\n\t\"name\" TEXT default '' not null primary key,\n);\n\nCREATE TABLE disabled\n(\n\t\"name\" TEXT default '' not null primary key,\n\tforeign key (\"name\") references person (\"name\") on update casc...
mental_health_survey
{ "db_schema": "CREATE TABLE Question\n(\n\tquestiontext TEXT, -- Example Values: `('What is your age?',)`, `('What is your gender?',)`, `('What country do you live in?',)` | Value Statics: Total count 105 - Distinct count 105 - Null count 0 | Column Name Meaning: question text | Column Description: The detailed text...
disney
{ "db_schema": "CREATE TABLE characters\n(\n\tmovie_title TEXT primary key,\n\trelease_date TEXT, -- Example Values: `('21-Dec-37',)`, `('7-Feb-40',)`, `('13-Nov-40',)` | Value Statics: Total count 56 - Distinct count 56 - Null count 0 | Column Name Meaning: release date | Column Description: The release date of the ...
legislator
{ "db_schema": "CREATE TABLE current\n(\n\tballotpedia_id TEXT, -- Example Values: `('Sherrod Brown',)`, `('Maria Cantwell',)`, `('Ben Cardin',)` | Value Statics: Total count 347 - Distinct count 347 - Null count 194 | Column Name Meaning: ballotpedia id | Column Description: The ballotpedia.org page name for the per...
olympics
{ "db_schema": "CREATE TABLE city\n(\n\tid INTEGER not null primary key,\n\tcity_name TEXT default NULL, -- Example Values: `('Barcelona',)`, `('London',)`, `('Antwerpen',)` | Value Statics: Total count 42 - Distinct count 42 - Null count 0 | Column Name Meaning: city name | Column Description: the name of the city \...
address
{ "db_schema": "CREATE TABLE CBSA\n(\n\tCBSA INTEGER primary key,\n\tCBSA_name TEXT, -- Example Values: `('Adrian, MI',)`, `('Aguadilla-Isabela, PR',)`, `('Akron, OH',)` | Value Statics: Total count 465 - Distinct count 465 - Null count 0 | Column Name Meaning: cbsa name | Column Description: the name and the positio...
beer_factory
{ "db_schema": "CREATE TABLE customers\n(\n\tCustomerID INTEGER primary key,\n\tFirst TEXT, -- Example Values: `('Kenneth',)`, `('Madeleine',)`, `('Damen',)` | Value Statics: Total count 554 - Distinct count 359 - Null count 0 | Column Name Meaning: first name | Column Description: the first name of the customer \n\t...
sales
{ "db_schema": "CREATE TABLE Customers\n(\n\tCustomerID INTEGER not null primary key,\n\tFirstName TEXT not null, -- Example Values: `('Aaron',)`, `('Abby',)`, `('Abe',)` | Value Statics: Total count 19759 - Distinct count 1011 - Null count 0 | Column Name Meaning: First Name | Column Description: the customer's firs...
menu
{ "db_schema": "CREATE TABLE Dish\n(\n\tid INTEGER primary key,\n\tname TEXT, -- Example Values: `('Consomme printaniere royal',)`, `('Chicken gumbo',)`, `('Tomato aux croutons',)` | Value Statics: Total count 100000 - Distinct count 99994 - Null count 0 | Column Description: the name of the dish \n\tdescription TEX...
shipping
{ "db_schema": "CREATE TABLE city\n(\n\tcity_id INTEGER primary key,\n\tcity_name TEXT, -- Example Values: `('Union City',)`, `('Huntington Park',)`, `('Passaic',)` | Value Statics: Total count 601 - Distinct count 566 - Null count 0 | Column Name Meaning: city name | Column Description: name of the city \n\tstate TE...
language_corpus
{ "db_schema": "CREATE TABLE langs\n(\n\tlid INTEGER PRIMARY KEY AUTOINCREMENT,\n\tlang TEXT UNIQUE, -- Example Values: `ca` | Value Statics: Total count 1 - Distinct count 1 - Null count 0 | Column Name Meaning: language | Column Description: language name | Value Description: ca means Catalan language.\n\tlocale TE...
airline
{ "db_schema": "CREATE TABLE Air Carriers\n(\n\tCode INTEGER primary key,\n\tDescription TEXT, -- Example Values: `('Mackey International Inc.: MAC',)`, `('Munz Northern Airlines Inc.: XY',)`, `('Cochise Airlines Inc.: COC',)` | Value Statics: Total count 1656 - Distinct count 1656 - Null count 0 | Column Descriptio...
books
{ "db_schema": "CREATE TABLE address_status\n(\n\tstatus_id INTEGER primary key,\n\taddress_status TEXT, -- Example Values: `Active`, `Inactive` | Value Statics: Total count 2 - Distinct count 2 - Null count 0 | Column Name Meaning: address status | Column Description: the status of the address | Value Description: •...
food_inspection_2
{ "db_schema": "CREATE TABLE employee\n(\n\temployee_id INTEGER primary key,\n\tfirst_name TEXT, -- Example Values: `('Anastasia',)`, `('Joshua',)`, `('Zach',)` | Value Statics: Total count 75 - Distinct count 71 - Null count 0 | Column Name Meaning: first name | Column Description: first name of the employee \n\tlas...
coinmarketcap
{ "db_schema": "CREATE TABLE coins\n(\n\tid INTEGER not null primary key,\n\tname TEXT, -- Example Values: `('Bitcoin',)`, `('Litecoin',)`, `('Namecoin',)` | Value Statics: Total count 8927 - Distinct count 8863 - Null count 0 | Column Description: name of coins \n\tslug TEXT, -- Example Values: `('bitcoin',)`, `('l...
retail_world
{ "db_schema": "CREATE TABLE Categories\n(\n\tCategoryID INTEGER PRIMARY KEY AUTOINCREMENT,\n\tCategoryName TEXT, -- Example Values: `Beverages`, `Condiments`, `Confections`, `Dairy Products`, `Grains/Cereals` | Value Statics: Total count 8 - Distinct count 8 - Null count 0 | Column Name Meaning: Category Name | Colu...
retails
{ "db_schema": "CREATE TABLE customer\n(\n\t`c_custkey` INTEGER NOT NULL, -- Example Values: `(1,)`, `(2,)`, `(3,)` | Value Statics: Total count 100000 - Distinct count 100000 - Null count 0 | Column Name Meaning: customer key | Column Description: unique id number identifying the customer \n\t`c_mktsegment` TEXT DEF...
ice_hockey_draft
{ "db_schema": "CREATE TABLE height_info\n(\n\theight_id INTEGER primary key,\n\theight_in_cm INTEGER, -- Example Values: `165`, `170`, `172`, `174`, `177` | Value Statics: Total count 16 - Distinct count 16 - Null count 0 | Column Name Meaning: height in cm | Column Description: height in cm | Value Description: e.g...
works_cycles
{ "db_schema": "CREATE TABLE CountryRegion\n(\n\tCountryRegionCode TEXT not null primary key,\n\tName TEXT not null unique, -- Example Values: `('Afghanistan',)`, `('Albania',)`, `('Algeria',)` | Value Statics: Total count 239 - Distinct count 239 - Null count 0 | Column Description: Country or region name. \n\tModi...
image_and_language
{ "db_schema": "CREATE TABLE ATT_CLASSES\n(\n\tATT_CLASS_ID INTEGER default 0 not null primary key,\n\tATT_CLASS TEXT not null, -- Example Values: `('building s',)`, `('indoors',)`, `('cluttered',)` | Value Statics: Total count 699 - Distinct count 699 - Null count 0 | Column Name Meaning: ATTRIBUTE CLASS | Column De...
hockey
{ "db_schema": "CREATE TABLE AwardsMisc\n(\n\tname TEXT not null primary key,\n\tID TEXT, -- Example Values: `('arboual01',)`, `('delveal01',)`, `('rossar01',)` | Value Statics: Total count 85 - Distinct count 85 - Null count 39 | Column Description: id number of players or coaches, etc. \n\taward TEXT, -- Example V...
world
{ "db_schema": "CREATE TABLE City\n(\n\t`ID` INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,\n\t`Name` TEXT NOT NULL DEFAULT '', -- Example Values: `('Kabul',)`, `('Qandahar',)`, `('Herat',)` | Value Statics: Total count 4079 - Distinct count 4001 - Null count 0 | Column Description: the name of the city \n\t`CountryCod...
music_platform_2
{ "db_schema": "CREATE TABLE runs\n(\n\trun_at text not null, -- Example Values: `2021-05-10 02:53:00`, `2021-06-06 21:34:36`, `2021-07-02 18:04:55`, `2021-08-01 17:54:42`, `2021-09-02 18:00:30` | Value Statics: Total count 12 - Distinct count 12 - Null count 0 | Column Name Meaning: run at | Column Description: The ...
university
{ "db_schema": "CREATE TABLE country\n(\n\tid INTEGER not null primary key,\n\tcountry_name TEXT default NULL, -- Example Values: `('Argentina',)`, `('Australia',)`, `('Austria',)` | Value Statics: Total count 74 - Distinct count 74 - Null count 0 | Column Name Meaning: country name | Column Description: the name of ...
sales_in_weather
{ "db_schema": "CREATE TABLE sales_in_weather\n(\n\tdate DATE, -- Example Values: `('2012-01-01',)`, `('2012-01-02',)`, `('2012-01-03',)` | Value Statics: Total count 100000 - Distinct count 901 - Null count 0 | Column Description: the date of sales \n\tstore_nbr INTEGER, -- Example Values: `(1,)`, `(2,)`, `(3,)` | ...
mondial_geo
{ "db_schema": "CREATE TABLE borders\n(\n\tCountry1 TEXT default '' not null constraint borders_ibfk_1 references country, -- Example Values: `('A',)`, `('AFG',)`, `('AL',)` | Value Statics: Total count 320 - Distinct count 121 - Null count 0 | Column Description: a country code \n\tCountry2 TEXT default '' not null...
software_company
{ "db_schema": "CREATE TABLE Demog\n(\n\tGEOID INTEGER constraint Demog_pk primary key,\n\tINHABITANTS_K REAL, -- Example Values: `(30.046,)`, `(36.25,)`, `(47.645,)` | Value Statics: Total count 200 - Distinct count 200 - Null count 0 | Column Name Meaning: INHABITANTS (THOUSANDS) | Column Description: number of inh...
chicago_crime
{ "db_schema": "CREATE TABLE Community_Area\n(\n\tcommunity_area_no INTEGER primary key,\n\tcommunity_area_name TEXT, -- Example Values: `('Rogers Park',)`, `('West Ridge',)`, `('Uptown',)` | Value Statics: Total count 77 - Distinct count 77 - Null count 0 | Column Name Meaning: community area name | Column Descripti...
food_inspection
{ "db_schema": "CREATE TABLE businesses\n(\n\t`business_id` INTEGER NOT NULL, -- Example Values: `(10,)`, `(24,)`, `(31,)` | Value Statics: Total count 6358 - Distinct count 6358 - Null count 0 | Column Name Meaning: business id | Column Description: the unique id of the business \n\t`name` TEXT NOT NULL, -- Example ...
cookbook
{ "db_schema": "CREATE TABLE Ingredient\n(\n\tingredient_id INTEGER primary key,\n\tcategory TEXT, -- Example Values: `('dairy',)`, `('Mexican products',)`, `('cereals',)` | Value Statics: Total count 3346 - Distinct count 69 - Null count 0 | Column Description: the category of the ingredient \n\tname TEXT, -- Examp...
human_resources
{ "db_schema": "CREATE TABLE location\n(\n\tlocationID INTEGER constraint location_pk primary key,\n\tlocationcity TEXT, -- Example Values: `Atlanta`, `Boston`, `Chicago`, `Miami`, `New York City` | Value Statics: Total count 8 - Distinct count 8 - Null count 0 | Column Name Meaning: location city | Column Descriptio...
bike_share_1
{ "db_schema": "CREATE TABLE station\n(\n\tid INTEGER not null primary key,\n\tname TEXT, -- Example Values: `('San Jose Diridon Caltrain Station',)`, `('San Jose Civic Center',)`, `('Santa Clara at Almaden',)` | Value Statics: Total count 70 - Distinct count 70 - Null count 0 | Column Description: Station name \n\t...
movie_3
{ "db_schema": "CREATE TABLE film_text\n(\n\tfilm_id INTEGER not null primary key,\n\ttitle TEXT not null, -- Example Values: `('ACADEMY DINOSAUR',)`, `('ACE GOLDFINGER',)`, `('ADAPTATION HOLES',)` | Value Statics: Total count 1000 - Distinct count 1000 - Null count 0 | Column Description: title of the film \n\tdesc...