Dataset Viewer
Auto-converted to Parquet Duplicate
questions
string
sql_statement
string
difficulty
string
question_id
string
schema_id
string
question_style
string
evidence
string
full_schema
string
schema_content
string
relevant_tables
string
number_of_relevant_tables
int64
execution_result
string
execution_match
int64
pair_verified
bool
anchor_agreement
float64
probe_agreement
float64
What is the current job name and next execution time for the background task scheduler with ID 38?
SELECT JOB_NAME, NEXT_EXECUTION FROM APP_BG_TASK_SCHEDULER WHERE SCHED_ID = 38
simple
schema_015135_s3_q0_48918b8b00
schema_015135
bird_aligned
ID 38 refers to the specific scheduler instance. 'Current job name' is the active task title.
"CREATE TABLE APP_TYPE_FIELDS ( TYPE_NAME BigInt NOT NULL, COMMENT Varchar NOT NULL, FIELD_NAM(...TRUNCATED)
"{\"APP_QUERY_HISTORY\": [{\"QUERY_ID\": 1, \"USER_NAME\": \"Pollock\", \"START_TIME\": 1680200680, (...TRUNCATED)
["APP_BG_TASK_LOG", "APP_BG_TASK_PARAMETERS", "APP_BG_TASK_SCHEDULER"]
3
[["password_reset_reminder_38", 1740644658]]
1
false
null
1
"List people who attended training and have siblings as emergency contacts, including their first an(...TRUNCATED)
"SELECT p.first_name, p.last_name, COUNT(ec.contact_id) AS sibling_contact_count FROM l(...TRUNCATED)
moderate
schema_011805_s3_q5_cc5a3086de
schema_011805
bird_aligned
"Emergency contact relationship 'Sibling' refers to brother or sister. Count includes only contacts (...TRUNCATED)
"CREATE TABLE layer1_lov_gender ( gender_id TEXT NOT NULL UNIQUE, gender Varchar NOT NULL ); CR(...TRUNCATED)
"{\"layer1_lov_title\": [{\"title_id\": 1, \"title\": \"Prof\", \"gender_id\": 3}, {\"title_id\": 2,(...TRUNCATED)
"[\"layer1_per_emergency_contact\", \"layer1_per_person\", \"layer1_per_training_attendance\", \"lay(...TRUNCATED)
5
"[[\"Buchanan\", \"Uttridge\", 5], [\"Farnsworth\", \"Aldworth\", 1], [\"Amin\", \"Mckie\", 1], [\"E(...TRUNCATED)
1
false
null
1
What are the unique notification IDs and creation times for all login alert notifications?
"SELECT DISTINCT uid, creation_time FROM notification WHERE type = 'login_alert' ORDER BY creation_t(...TRUNCATED)
simple
schema_002414_s3_q1_634253d012
schema_002414
bird_aligned
"Login alert notifications are system events triggered by user authentication attempts for security (...TRUNCATED)
"CREATE TABLE user ( uid Text NOT NULL, twitter_secret Text NOT NULL, twitter_token Text NOT N(...TRUNCATED)
"{\"tweet\": [{\"uid\": \"tweet_1\", \"text\": \"Just read about deep learning advancements. Amazing(...TRUNCATED)
["device_tokens", "notification", "tweet_sentiment_analysis"]
3
"[[\"notif_000074\", \"2021-04-15 15:25:25\"], [\"notif_000039\", \"2021-06-19 05:45:04\"], [\"notif(...TRUNCATED)
1
true
null
1
"Which ads have peak bitrate totals and at least one mobile carrier statistic with a session length (...TRUNCATED)
"SELECT a.AD_TITLE, SUM(b.PEAK_BITRATE_KBPS) AS total_peak_bitrate FROM AD a INNER JOIN AD_(...TRUNCATED)
hard
schema_004159_s0_q7_a54a3afabd
schema_004159
bird_aligned
"Peak bitrate is the maximum data rate. Mobile carrier statistics are per-ad metrics. 'Exceeding 100(...TRUNCATED)
"CREATE TABLE AD_CONTENT ( AD_CONTENT_ID Integer NOT NULL UNIQUE, CLICKTRACKERS Varchar NOT NULL(...TRUNCATED)
"{\"AD_CAMPAIGN\": [{\"CAMPAIGN_ID\": 1, \"START_DATE\": \"2022-01-25\", \"END_DATE\": \"2022-03-17\(...TRUNCATED)
"[\"AD\", \"ADOPT_AWARD_FINAL_MAP\", \"AD_AWARD_RATINGS\", \"AD_MOBILE_CARRIER_STATS\", \"AD_VIDEO_B(...TRUNCATED)
6
"[[\"Classic Fashion Campaign 996\", 31415.89], [\"Seasonal Automotive Campaign 163\", 26791.67], [\(...TRUNCATED)
1
false
null
0.5
How many frames are in the video identified by UUID 'uuid-0057-a1b2-c3d4-e5f6-000000000000'?
SELECT frame_count FROM VIDEO_FILE WHERE file_uuid = 'uuid-0057-a1b2-c3d4-e5f6-000000000000'
simple
schema_018739_s0_q2_317b619901
schema_018739
bird_aligned
Frame count determines total playback duration. UUID uniquely identifies the specific video asset.
"CREATE TABLE PROCESSOR ( id Varchar NOT NULL UNIQUE, bridge_id Varchar NOT NULL UNIQUE, name (...TRUNCATED)
"{\"RESOURCE_ALERTING_RULES\": [{\"id\": \"AR-1000\", \"resource_type\": \"WebApp_CPU_Load\", \"thre(...TRUNCATED)
["VIDEO_FILE"]
1
[[7501]]
1
false
null
1
"Which employees have an emergency contact phone number beginning with '081313', and what are their (...TRUNCATED)
"SELECT k.NIP, k.namaKar, k.gajiPokok FROM karyawan k INNER JOIN kontak_darurat kd ON k.NIP = kd.NIP(...TRUNCATED)
moderate
schema_002057_s0_q5_ce5bd7d6de
schema_002057
bird_aligned
Emergency contact phone number refers to the primary contact field stored in the employee record.
"CREATE TABLE hrd ( no_hrd Int NOT NULL UNIQUE, namaHrd Varchar NOT NULL, jenkel_hrd Varchar N(...TRUNCATED)
"{\"karyawan\": [{\"NIP\": \"NIP00001\", \"namaKar\": \"Pho\", \"Jenkel\": \"Laki-laki\", \"alamat\"(...TRUNCATED)
["karyawan", "kontak_darurat"]
2
[["NIP00031", "Ton", "Rp 3.900.000"]]
1
false
null
1
"Find the names and phone numbers of partners whose total payment history exceeds the average paymen(...TRUNCATED)
"WITH partner_totals AS ( SELECT id_mitra, SUM(jumlah_pembayaran) AS total_jumlah FROM mitra(...TRUNCATED)
moderate
schema_002585_s0_q5_211cdea4eb
schema_002585
verbose
"CREATE TABLE admin ( id_admin Int NOT NULL, nama Varchar NOT NULL, no_telp Varchar NOT NULL, (...TRUNCATED)
"{\"stok_barang_mitra\": [{\"id_stokbarmit\": 1, \"id_mitra\": 1017, \"nama_kategori\": \"Tas\", \"h(...TRUNCATED)
["mitra", "mitra_payment_history", "mitra_settlements", "mitra_trail"]
4
"[[\"Farrelly Orvis\", \"08827203797\"], [\"Mellor Carpenter\", \"+62853512856\"], [\"Hutchins Falk\(...TRUNCATED)
1
false
null
1
"Find the titles and the count of active individuals holding each title, but only include titles tha(...TRUNCATED)
"WITH active_with_password AS ( SELECT DISTINCT p.title_id FROM layer1_per_person p JOIN(...TRUNCATED)
moderate
schema_011805_s0_q4_437bafb64f
schema_011805
verbose
"CREATE TABLE layer1_lov_gender ( gender_id TEXT NOT NULL UNIQUE, gender Varchar NOT NULL ); CR(...TRUNCATED)
"{\"layer1_lov_title\": [{\"title_id\": 1, \"title\": \"Prof\", \"gender_id\": 3}, {\"title_id\": 2,(...TRUNCATED)
["layer1_per_person", "layer1_sec_password_history"]
2
"[[\"1\", 3], [\"10\", 5], [\"12\", 6], [\"13\", 2], [\"15\", 1], [\"19\", 1], [\"2\", 2], [\"22\", (...TRUNCATED)
1
false
null
1
"How many permissions are currently ungranted for each group, indicating potential security gaps whe(...TRUNCATED)
"SELECT g.GroupId, g.GroupName, COUNT(gp.GroupPermissionId) AS UngrantedPermissionCount(...TRUNCATED)
moderate
schema_009022_s3_q4_3097b736cf
schema_009022
bird_aligned
Ungranted permissions are those with a status of false, meaning access has not been authorized.
"CREATE TABLE dbo_AspNetUserLogins ( LoginProvider Varchar NOT NULL, ProviderKey Varchar NOT NUL(...TRUNCATED)
"{\"dbo_PasswordHistory\": [{\"PasswordId\": 1, \"UserId\": \"member_xrclte\", \"HashedPassword\": \(...TRUNCATED)
"[\"dbo_ApiKeys\", \"dbo_GroupPermissions\", \"dbo_Groups\", \"dbo_SecurityQuestions\", \"dbo_Sessio(...TRUNCATED)
6
"[[7, \"Eta Cluster\", 2], [8, \"Theta Bloc\", 2], [5, \"Epsilon Department\", 1], [6, \"Zeta Squad\(...TRUNCATED)
1
false
null
0.5
"Which users have a primary payment method and tracked parcels, ordered by the longest duration betw(...TRUNCATED)
"WITH primary_users AS ( SELECT DISTINCT user_fk FROM user_payment_method WHERE is_prima(...TRUNCATED)
hard
schema_004381_s0_q7_421d3cb9bf
schema_004381
bird_aligned
"Duration is the difference between the earliest and latest status timestamps for all parcels associ(...TRUNCATED)
"CREATE TABLE parcel_tracking ( id Int NOT NULL UNIQUE, status_date Date NOT NULL, status Varc(...TRUNCATED)
"{\"support_ticket\": [{\"id\": 1, \"user_fk\": 1, \"title\": \"Issue with flavor mixing ratio calcu(...TRUNCATED)
["parcel_tracking", "user_payment_method"]
2
[[100, 0.0], [99, 0.0], [83, 0.0], [56, 0.0], [49, 0.0], [19, 0.0], [14, 0.0]]
1
false
null
0.5
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
20