Table of Contents
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Odio porro similique eveniet tenetur voluptas at? Perferendis sunt temporibus fuga in?
-- phpMyAdmin SQL Dump
-- version 5.2.0
-- https://www.phpmyadmin.net/
--
-- Host: localhost:8889
-- Generation Time: Feb 20, 2023 at 06:56 AM
-- Server version: 5.7.39
-- PHP Version: 7.4.33
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
--
-- Database: `disney`
--
-- --------------------------------------------------------
--
-- Table structure for table `director`
--
CREATE TABLE `director` (
`movie_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`director` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `director`
--
INSERT INTO `director` (`movie_title`, `director`) VALUES
('Snow White and the Seven Dwarfs', 'David Hand'),
('Pinocchio', 'Ben Sharpsteen'),
('Fantasia', 'full credits'),
('Dumbo', 'Ben Sharpsteen'),
('Bambi', 'David Hand'),
('Saludos Amigos', 'Jack Kinney'),
('The Three Caballeros', 'Norman Ferguson'),
('Make Mine Music', 'Jack Kinney'),
('Fun and Fancy Free', 'Jack Kinney'),
('Melody Time', 'Clyde Geronimi'),
('The Adventures of Ichabod and Mr. Toad', 'Jack Kinney'),
('Cinderella', 'Wilfred Jackson'),
('Alice in Wonderland', 'Clyde Geronimi'),
('Peter Pan', 'Hamilton Luske'),
('Lady and the Tramp', 'Hamilton Luske'),
('Sleeping Beauty', 'Clyde Geronimi'),
('101 Dalmatians', 'Wolfgang Reitherman'),
('The Sword in the Stone', 'Wolfgang Reitherman'),
('The Jungle Book', 'Wolfgang Reitherman'),
('The Aristocats', 'Wolfgang Reitherman'),
('Robin Hood', 'Wolfgang Reitherman'),
('The Many Adventures of Winnie the Pooh', 'Wolfgang Reitherman'),
('The Rescuers', 'Wolfgang Reitherman'),
('The Fox and the Hound', 'Art Stevens'),
('The Black Cauldron', 'Ted Berman'),
('The Great Mouse Detective', 'Ron Clements'),
('Oliver & Company', 'George Scribner'),
('The Little Mermaid', 'Ron Clements'),
('The Rescuers Down Under', 'Mike Gabriel'),
('Beauty and the Beast', 'Gary Trousdale'),
('Aladdin', 'Ron Clements'),
('The Lion King', 'Roger Allers'),
('Pocahontas', 'Mike Gabriel'),
('The Hunchback of Notre Dame', 'Gary Trousdale'),
('Hercules', 'Ron Clements'),
('Mulan', 'Barry Cook'),
('Tarzan', 'Chris Buck'),
('Fantasia 2000', 'full credits'),
('Dinosaur', 'Ralph Zondag'),
('The Emperor\'s New Groove', 'Mark Dindal'),
('Atlantis: The Lost Empire', 'Gary Trousdale'),
('Lilo & Stitch', 'Chris Sanders'),
('Treasure Planet', 'Ron Clements'),
('Brother Bear', 'Robert Walker'),
('Home on the Range', 'Will Finn'),
('Chicken Little', 'Mark Dindal'),
('Meet the Robinsons', 'Stephen J. Anderson'),
('Bolt', 'Chris Williams'),
('The Princess and the Frog', 'Ron Clements'),
('Tangled', 'Nathan Greno'),
('Winnie the Pooh', 'Stephen J. Anderson'),
('Wreck-It Ralph', 'Rich Moore'),
('Frozen', 'Chris Buck'),
('Big Hero 6', 'Don Hall'),
('Zootopia', 'Byron Howard'),
('Moana', 'Ron Clements');
-- --------------------------------------------------------
--
-- Table structure for table `disney_char`
--
CREATE TABLE `disney_char` (
`movie_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`release_date` date DEFAULT NULL,
`hero` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`villian` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`song` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `disney_char`
--
INSERT INTO `disney_char` (`movie_title`, `release_date`, `hero`, `villian`, `song`) VALUES
('Snow White and the Seven Dwarfs', '1937-12-21', 'Snow White', 'Evil Queen', 'Some Day My Prince Will Come'),
('Pinocchio', '1940-02-07', 'Pinocchio', 'Stromboli', 'When You Wish upon a Star'),
('Fantasia', '1940-11-13', NULL, 'Chernabog', NULL),
('Dumbo', '1941-10-23', 'Dumbo', 'Ringmaster', 'Baby Mine'),
('Bambi', '1942-08-13', 'Bambi', 'Hunter', 'Love Is a Song'),
('Saludos Amigos', '1943-02-06', 'Donald Duck', NULL, 'Saludos Amigos'),
('The Three Caballeros', '1945-02-03', 'Donald Duck', NULL, NULL),
('Make Mine Music', '1946-04-20', NULL, NULL, NULL),
('Fun and Fancy Free', '1947-09-27', 'Mickey Mouse', 'Willie the Giant', NULL),
('Melody Time', '1948-05-27', NULL, NULL, 'Little Toot'),
('The Adventures of Ichabod and Mr. Toad', '1949-10-05', 'Mr. Toad and Ichabod Crane', 'Mr. Winkie and The Headless Horseman', 'The Merrily Song'),
('Cinderella', '1950-02-15', 'Cinderella', 'Lady Tremaine', 'Bibbidi-Bobbidi-Boo'),
('Alice in Wonderland', '1951-07-28', 'Alice', 'Queen of Hearts', 'The Unbirthday Song'),
('Peter Pan', '1953-02-05', 'Peter Pan', 'Captain Hook', 'You Can Fly!'),
('Lady and the Tramp', '1955-06-22', 'Lady and Tramp', 'Si and Am', 'Bella Notte'),
('Sleeping Beauty', '1959-01-29', 'Aurora', 'Maleficent', 'Once Upon a Dream'),
('One Hundred and One Dalmatians', '1961-01-25', 'Pongo', 'Cruella de Vil', 'Cruella De Vil'),
('The Sword in the Stone', '1963-12-25', 'Arthur', 'Madam Mim', 'Higitus Figitus'),
('The Jungle Book', '1967-10-18', 'Mowgli', 'Kaa and Shere Khan', 'The Bare Necessities'),
('The Aristocats', '1970-12-24', 'Thomas and Duchess', 'Edgar Balthazar', 'Ev\'rybody Wants to Be a Cat'),
('Robin Hood', '1973-11-08', 'Robin Hood', 'Prince John', 'Oo De Lally'),
('The Many Adventures of Winnie the Pooh', '1977-03-11', 'Winnie the Pooh', NULL, 'Winnie the Pooh'),
('The Rescuers', '1977-06-22', 'Bernard and Miss Bianca', 'Madame Medusa', 'The Journey'),
('The Fox and the Hound', '1981-07-10', 'Tod and Copper', 'Amos Slade', 'Best of Friends'),
('The Black Cauldron', '1985-07-24', 'Taran', 'Horned King', NULL),
('The Great Mouse Detective', '1986-07-02', 'Basil', 'Professor Ratigan', 'The World\'s Greatest Criminal Mind'),
('Oliver & Company', '1988-11-18', 'Oliver', 'Sykes', 'Once Upon a Time in New York City'),
('The Little Mermaid', '1989-11-17', 'Ariel', 'Ursula', 'Under the Sea'),
('The Rescuers Down Under', '1990-11-16', 'Bernard and Miss Bianca', 'Percival C. McLeach', ''),
('Beauty and the Beast', '1991-11-22', 'Belle', 'Gaston', 'Be Our Guest'),
('Aladdin', '1992-11-25', 'Aladdin', 'Jafar', 'A Whole New World'),
('The Lion King', '1994-06-24', 'Simba', 'Scar', 'Circle of Life'),
('Pocahontas', '1995-06-23', 'Pocahontas', 'Governor Ratcliffe', 'Colors of the Wind'),
('The Hunchback of Notre Dame', '1996-06-21', 'Quasimodo', 'Claude Frollo', 'God Help the Outcasts'),
('Hercules', '1997-06-27', 'Hercules', 'Hades', 'Go the Distance'),
('Mulan', '1998-06-19', 'Mulan', 'Shan Yu', 'I\'ll Make a Man Out of You'),
('Tarzan', '1999-06-18', 'Tarzan', 'Clayton', 'You\'ll Be in My Heart'),
('Fantasia 2000', '1999-12-17', NULL, NULL, NULL),
('Dinosaur', '2000-05-19', 'Aladar', 'Kron', NULL),
('The Emperor\'s New Groove', '2000-12-15', 'Kuzco', 'Yzma', 'My Funny Friend and Me'),
('Atlantis: The Lost Empire', '2001-06-15', 'Milo Thatch', 'Commander Rourke', 'Where the Dream Takes You'),
('Lilo & Stitch', '2002-06-21', 'Lilo and Stitch', NULL, 'He Mele No Lilo'),
('Treasure Planet', '2002-11-27', 'Jim Hawkins', 'John Silver', 'I\'m Still Here'),
('Brother Bear', '2003-11-01', 'Kenai', 'Denahi', 'Look Through My Eyes'),
('Home on the Range', '2004-04-02', 'Maggie', 'Alameda Slim', NULL),
('Chicken Little', '2005-11-04', 'Ace Cluck', 'Foxy Loxy', NULL),
('Meet the Robinsons', '2007-03-30', 'Lewis', 'Doris', 'Little Wonders'),
('Bolt', '2008-11-21', 'Bolt', 'Dr. Calico', 'I Thought I Lost You'),
('The Princess and the Frog', '2009-12-11', 'Tiana', 'Dr. Facilier', 'Almost There'),
('Tangled', '2010-11-24', 'Rapunzel', 'Mother Gothel', 'I See the Light'),
('Winnie the Pooh', '2011-07-15', 'Winnie the Pooh', NULL, 'Winnie the Pooh'),
('Wreck-It Ralph', '2012-11-02', 'Ralph', 'Turbo', 'Sugar Rush'),
('Frozen', '2013-11-27', 'Elsa', 'Prince Hans', 'Let It Go'),
('Big Hero 6', '2014-11-07', 'Hiro Hamada', 'Professor Callaghan', 'Immortals'),
('Zootopia', '2016-03-04', 'Judy Hopps', NULL, 'Try Everything'),
('Moana', '2016-11-23', 'Moana', NULL, 'How Far I\'ll Go');
-- --------------------------------------------------------
--
-- Table structure for table `movie_gross`
--
CREATE TABLE `movie_gross` (
`movie_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`release_date` date DEFAULT NULL,
`genre` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`mpaa_rating` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`total_gross` bigint(20) DEFAULT NULL,
`inflation_adjusted_gross` bigint(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `movie_gross`
--
INSERT INTO `movie_gross` (`movie_title`, `release_date`, `genre`, `mpaa_rating`, `total_gross`, `inflation_adjusted_gross`) VALUES
('Snow White and the Seven Dwarfs', '1937-12-21', 'Musical', 'G', 184925485, 5228953251),
('Pinocchio', '1940-02-09', 'Adventure', 'G', 84300000, 2188229052),
('Fantasia', '1940-11-13', 'Musical', 'G', 83320000, 2187090808),
('Song of the South', '1946-11-12', 'Adventure', 'G', 65000000, 1078510579),
('Cinderella', '1950-02-15', 'Drama', 'G', 85000000, 920608730),
('20,000 Leagues Under the Sea', '1954-12-23', 'Adventure', NULL, 28200000, 528279994),
('Lady and the Tramp', '1955-06-22', 'Drama', 'G', 93600000, 1236035515),
('Sleeping Beauty', '1959-01-29', 'Drama', NULL, 9464608, 21505832),
('101 Dalmatians', '1961-01-25', 'Comedy', 'G', 153000000, 1362870985),
('The Absent Minded Professor', '1961-03-16', 'Comedy', NULL, 25381407, 310094574),
('Babes in Toyland', '1961-12-14', 'Musical', 'G', 10218316, 124841160),
('Bon Voyage!', '1962-05-17', 'Comedy', 'Not Rated', 9230769, 109581646),
('The Sword in the Stone', '1963-12-25', 'Adventure', NULL, 22182353, 153870834),
('The Jungle Book', '1967-10-18', 'Musical', 'Not Rated', 141843000, 789612346),
('Blackbeard\'s Ghost', '1968-02-08', 'Comedy', NULL, 21540050, 138612686),
('The Aristocats', '1970-04-24', 'Musical', 'G', 55675257, 255161499),
('The Boatniks', '1970-07-01', 'Comedy', NULL, 18607492, 101200742),
('Bedknobs and Broomsticks', '1971-10-07', 'Musical', NULL, 17871174, 91305448),
('The Apple Dumpling Gang', '1975-07-01', 'Comedy', NULL, 31916500, 131246872),
('Freaky Friday', '1977-01-21', 'Comedy', NULL, 25942000, 98067733),
('The Many Adventures of Winnie the Pooh', '1977-03-11', NULL, NULL, 0, 0),
('The Rescuers', '1977-06-22', 'Adventure', NULL, 48775599, 159743914),
('Herbie Goes to Monte Carlo', '1977-06-24', NULL, NULL, 28000000, 105847527),
('The Black Hole', '1979-12-21', NULL, NULL, 35841901, 120377374),
('Midnight Madness', '1980-02-08', NULL, NULL, 2900000, 9088096),
('The Last Flight of Noah’s Ark', '1980-06-25', NULL, NULL, 11000000, 34472116),
('The Devil and Max Devlin', '1981-01-01', NULL, NULL, 16000000, 48517980),
('Amy', '1981-03-20', 'Drama', NULL, 0, 0),
('The Fox and the Hound', '1981-07-10', 'Comedy', NULL, 43899231, 133118889),
('Condorman', '1981-08-07', 'Action', NULL, 0, 0),
('Night Crossing', '1982-02-05', 'Drama', NULL, 4500000, 12903059),
('Tron', '1982-07-09', 'Action', NULL, 26918576, 77184895),
('Tex', '1982-11-19', 'Drama', NULL, 7199408, 20643199),
('Trenchcoat', '1983-03-11', 'Comedy', NULL, 4304286, 11519089),
('Something Wicked This Way Comes', '1983-04-29', 'Horror', NULL, 5656087, 15136765),
('Never Cry Wolf', '1983-10-07', 'Drama', NULL, 27668764, 70669955),
('Running Brave', '1983-11-04', 'Drama', NULL, 1204595, 3223725),
('Splash', '1984-03-09', 'Comedy', 'PG', 62599495, 157057661),
('Country', '1984-09-29', 'Drama', NULL, 8400000, 21075000),
('Baby: Secret of the Lost Legend', '1985-03-22', 'Adventure', NULL, 14276095, 33900697),
('Return to Oz', '1985-06-21', 'Adventure', NULL, 10618813, 25215934),
('The Black Cauldron', '1985-07-24', 'Adventure', NULL, 21288692, 50553142),
('My Science Project', '1985-08-09', 'Comedy', NULL, 4100000, 9736051),
('The Journey of Natty Gann', '1985-09-27', 'Drama', NULL, 9468512, 22302956),
('One Magic Christmas', '1985-11-22', 'Drama', NULL, 13229514, 31415432),
('Down and Out in Beverly Hills', '1986-01-31', 'Comedy', 'R', 62134225, 141183693),
('Off Beat', '1986-04-11', 'Comedy', NULL, 4842778, 11003932),
('Ruthless People', '1986-06-27', 'Comedy', 'R', 71624879, 162748712),
('The Great Mouse Detective', '1986-07-02', 'Adventure', NULL, 23605534, 53637367),
('Flight of the Navigator', '1986-07-30', 'Adventure', NULL, 18564613, 42183197),
('Tough Guys', '1986-10-03', 'Comedy', NULL, 21458229, 48758184),
('The Color of Money', '1986-10-17', 'Drama', 'R', 52293000, 117957323),
('Outrageous Fortune', '1987-01-30', 'Comedy', 'R', 52864741, 113976921),
('Tin Men', '1987-03-06', 'Comedy', NULL, 25411386, 54787202),
('Ernest Goes to Camp', '1987-05-22', 'Comedy', NULL, 23509382, 50686462),
('Benji the Hunted', '1987-06-05', 'Adventure', NULL, 15212539, 32798382),
('Adventures in Babysitting', '1987-07-03', 'Comedy', NULL, 33790923, 72853569),
('Stakeout', '1987-08-05', 'Comedy', 'R', 65673233, 141592160),
('Can\'t Buy Me Love', '1987-08-14', 'Romantic Comedy', NULL, 31623833, 68181300),
('Hello Again', '1987-11-06', 'Comedy', NULL, 20419446, 44024529),
('3 Men and a Baby', '1987-11-25', 'Comedy', 'PG', 167780960, 353334607),
('Good Morning Vietnam', '1987-12-23', 'Comedy', 'R', 123922370, 254414837),
('Shoot to Kill', '1988-02-12', 'Action', NULL, 29300000, 60097074),
('D.O.A.', '1988-03-18', 'Thriller/Suspense', NULL, 12706478, 26062188),
('Return to Snowy River', '1988-04-15', 'Adventure', 'PG', 13687027, 28073384),
('Big Business', '1988-06-10', 'Comedy', 'PG', 40150487, 82352451),
('Who Framed Roger Rabbit?', '1988-06-22', 'Comedy', 'PG', 154112492, 316250084),
('Cocktail', '1988-07-29', 'Drama', 'R', 78222753, 160442289),
('The Rescue', '1988-08-05', 'Action', NULL, 5855392, 12009960),
('Heartbreak Hotel', '1988-09-30', 'Comedy', NULL, 5509417, 11300331),
('The Good Mother', '1988-11-04', 'Drama', NULL, 4764606, 9772655),
('Ernest Saves Christmas', '1988-11-11', 'Comedy', 'PG', 28202109, 57845202),
('Oliver & Company', '1988-11-18', 'Adventure', 'G', 49576671, 102254492),
('Beaches', '1988-12-21', 'Drama', 'PG-13', 57041866, 120381757),
('Three Fugitives', '1989-01-27', 'Comedy', 'PG-13', 40590000, 85757817),
('New York Stories', '1989-03-01', 'Drama', 'PG', 10763469, 22740861),
('Disorganized Crime', '1989-04-14', 'Comedy', NULL, 7210149, 15233465),
('Dead Poets Society', '1989-06-02', 'Drama', 'PG', 95860116, 202531517),
('Honey, I Shrunk the Kids', '1989-06-23', 'Adventure', 'PG', 130724172, 276191669),
('Turner & Hooch', '1989-07-28', 'Comedy', 'PG', 71079915, 150176361),
('Cheetah', '1989-08-18', 'Adventure', NULL, 7882250, 16653473),
('An Innocent Man', '1989-10-06', 'Drama', 'R', 19397847, 40983414),
('Gross Anatomy', '1989-10-20', 'Drama', 'PG-13', 11346186, 23972012),
('The Little Mermaid', '1989-11-15', 'Adventure', 'G', 111543479, 223726012),
('Blaze', '1989-12-13', 'Drama', 'R', 19049727, 39884640),
('Stella', '1990-02-02', 'Drama', 'PG-13', 20062347, 40077147),
('Where the Heart Is', '1990-02-23', 'Comedy', NULL, 1106475, 2210321),
('Pretty Woman', '1990-03-23', 'Romantic Comedy', 'R', 178406268, 356389765),
('Ernest Goes to Jail', '1990-04-06', 'Comedy', 'PG', 25029569, 49999822),
('Spaced Invaders', '1990-04-27', 'Comedy', 'PG', 15000000, 29964452),
('Fire Birds', '1990-05-24', 'Action', 'PG-13', 14760451, 29485923),
('Dick Tracy', '1990-06-15', 'Action', 'PG', 103738726, 207231621),
('Betsy\'s Wedding', '1990-06-22', 'Comedy', 'R', 19740070, 39433357),
('Arachnophobia', '1990-07-18', 'Thriller/Suspense', 'PG-13', 53208180, 106290270),
('DuckTales: The Movie - Treasure of th…', '1990-08-03', 'Adventure', 'G', 18075331, 36107823),
('Taking Care of Business', '1990-08-17', 'Comedy', 'R', 20005435, 39963460),
('Mr. Destiny', '1990-10-12', 'Comedy', 'PG-13', 15379253, 30722056),
('The Rescuers Down Under', '1990-11-16', 'Adventure', 'G', 27931461, 55796728),
('3 Men and a Little Lady', '1990-11-21', 'Comedy', 'PG', 71609321, 143108869),
('Green Card', '1990-12-25', 'Romantic Comedy', 'PG-13', 29804169, 59679131),
('White Fang', '1991-01-18', 'Adventure', 'PG', 34729091, 69540672),
('Scenes from a Mall', '1991-02-22', 'Comedy', NULL, 9563393, 19149495),
('Haakon Haakonsen', '1991-03-01', 'Adventure', 'PG', 15024232, 30084149),
('The Marrying Man', '1991-04-05', 'Romantic Comedy', 'R', 12454768, 24939118),
('Oscar', '1991-04-26', 'Comedy', 'PG', 23562716, 47181395),
('One Good Cop', '1991-05-03', 'Action', 'R', 11276846, 22580472),
('What About Bob?', '1991-05-17', 'Comedy', 'PG', 63710000, 127571325),
('Wild Hearts Can\'t Be Broken', '1991-05-24', 'Drama', NULL, 7300000, 14617333),
('The Rocketeer', '1991-06-21', 'Action', 'PG', 46573027, 93256673),
('The Doctor', '1991-07-24', 'Drama', 'PG-13', 37497480, 75084021),
('Paradise', '1991-09-18', 'Drama', 'PG-13', 18634643, 37313540),
('Deceived', '1991-09-27', 'Thriller/Suspense', 'PG-13', 28738096, 57544453),
('Ernest Scared Stupid', '1991-10-11', 'Comedy', 'PG', 14143280, 28320147),
('Billy Bathgate', '1991-11-01', 'Drama', 'R', 15565363, 31167691),
('Beauty and the Beast', '1991-11-13', 'Musical', 'G', 218951625, 363017667),
('Father of the Bride', '1991-12-20', 'Comedy', 'PG', 89325780, 179821881),
('The Hand That Rocks the Cradle', '1992-01-10', 'Thriller/Suspense', 'R', 88036683, 178831137),
('Medicine Man', '1992-02-07', 'Drama', 'PG-13', 44948240, 91304495),
('Blame it on the Bellboy', '1992-03-06', 'Comedy', 'PG-13', 2891055, 5872667),
('Noises Off...', '1992-03-20', 'Comedy', 'PG-13', 2280148, 4631720),
('Straight Talk', '1992-04-03', 'Comedy', 'PG', 21202099, 43068356),
('Newsies', '1992-04-08', NULL, 'PG', 2706352, 5497481),
('Passed Away', '1992-04-24', NULL, 'PG-13', 4030793, 8187848),
('Encino Man', '1992-05-22', 'Comedy', 'PG', 40057130, 81369058),
('Sister Act', '1992-05-29', 'Comedy', 'PG', 139605150, 283583472),
('Honey I Blew Up the Kid', '1992-07-17', 'Comedy', 'PG', 58662452, 119162518),
('A Stranger Among Us', '1992-07-17', 'Drama', 'PG-13', 12282994, 24950752),
('3 Ninjas', '1992-08-07', 'Action', 'PG', 29028000, 58965304),
('A Gun in Betty Lou\'s Handbag', '1992-08-21', NULL, 'PG-13', 3591460, 7295423),
('Captain Ron', '1992-09-18', 'Comedy', 'PG-13', 22518097, 45741576),
('Sarafina!', '1992-09-18', 'Drama', 'PG-13', 7306242, 14841352),
('Innocent Blood', '1992-09-25', 'Horror', 'R', 4877567, 9907922),
('The Mighty Ducks', '1992-10-02', 'Comedy', 'PG', 50752337, 103120810),
('1492: Conquest of Paradise', '1992-10-09', 'Adventure', 'PG-13', 7099531, 14421454),
('Consenting Adults', '1992-10-16', 'Drama', 'R', 21591728, 43859823),
('Aladdin', '1992-11-11', 'Comedy', 'G', 217350219, 441969178),
('The Distinguished Gentleman', '1992-12-04', 'Comedy', 'R', 46434570, 94349900),
('The Muppet Christmas Carol', '1992-12-11', 'Comedy', 'G', 27281507, 55417615),
('Alive', '1993-01-15', 'Adventure', 'R', 36299670, 73914543),
('Aspen Extreme', '1993-01-22', 'Romantic Comedy', 'PG-13', 7843388, 15970955),
('Homeward Bound: The Incredible Journey', '1993-02-03', 'Adventure', 'G', 41833324, 85182343),
('The Cemetery Club', '1993-02-03', 'Comedy', 'PG-13', 5583621, 11369541),
('Swing Kids', '1993-03-05', 'Musical', 'PG-13', 5632086, 11468231),
('A Far Off Place', '1993-03-12', 'Adventure', 'PG', 12890752, 26248558),
('Born Yesterday', '1993-03-26', 'Romantic Comedy', 'PG', 17760754, 36165012),
('The Adventures of Huck Finn', '1993-04-02', 'Adventure', 'PG', 24103594, 49080505),
('Bound by Honor', '1993-04-16', NULL, 'R', 4496583, 9156084),
('Indian Summer', '1993-04-23', 'Comedy', 'R', 14717851, 29968953),
('Super Mario Bros.', '1993-05-28', 'Action', 'PG', 20844907, 42445058),
('Guilty as Sin', '1993-06-04', 'Thriller/Suspense', 'R', 22622537, 46064723),
('Life With Mikey', '1993-06-04', 'Comedy', 'PG', 12349549, 25146538),
('What\'s Love Got to Do With It', '1993-06-09', 'Drama', 'R', 39100956, 79618610),
('Son in Law', '1993-07-02', 'Comedy', 'PG-13', 25989889, 52921433),
('Hocus Pocus', '1993-07-16', 'Comedy', 'PG', 39360491, 80147079),
('Another Stakeout', '1993-07-23', 'Comedy', 'PG-13', 20107504, 40943541),
('My Boyfriend\'s Back', '1993-08-06', NULL, 'PG-13', 3218882, 6554384),
('Father Hood', '1993-08-27', NULL, 'PG-13', 3268203, 6654819),
('The Joy Luck Club', '1993-09-08', 'Drama', 'R', 32790064, 66768171),
('Money for Nothing', '1993-09-10', 'Comedy', 'R', 1044824, 2127496),
('The Program', '1993-09-24', 'Action', 'R', 23042200, 46919256),
('Cool Runnings', '1993-10-01', 'Comedy', 'PG', 68856263, 140392731),
('The Nightmare Before Christmas', '1993-10-13', 'Musical', 'PG', 50408318, 100026637),
('The Three Musketeers', '1993-11-12', 'Adventure', 'PG', 53661805, 109310377),
('Sister Act 2 Back in the Habit', '1993-12-10', 'Comedy', 'PG', 57319029, 116965668),
('Tombstone', '1993-12-25', 'Western', 'R', 56505065, 115781734),
('The Air Up There', '1994-01-07', 'Comedy', 'PG', 20782439, 42940186),
('Cabin Boy', '1994-01-07', 'Comedy', 'PG-13', 3469493, 7168577),
('Iron Will', '1994-01-14', 'Drama', 'PG', 20623071, 42610902),
('Red Rock West', '1994-01-28', NULL, 'R', 2502551, 5170709),
('Blank Check', '1994-02-11', 'Comedy', 'PG', 30573770, 63170804),
('Angie', '1994-03-04', 'Comedy', 'R', 9252349, 19116981),
('The Ref', '1994-03-09', 'Comedy', 'R', 11325885, 23401275),
('D2: The Mighty Ducks', '1994-03-25', 'Comedy', 'PG', 45604206, 94226333),
('Holy Matrimony', '1994-04-08', 'Comedy', NULL, 713234, 1473665),
('White Fang 2: Myth of the White Wolf', '1994-04-15', 'Adventure', 'PG', 8752399, 18083994),
('The Inkwell', '1994-04-22', 'Comedy', 'R', 8864699, 18316030),
('When a Man Loves a Woman', '1994-04-29', 'Drama', 'R', 50021959, 103354194),
('3 Ninjas Kick Back', '1994-05-06', 'Action', 'PG', 11744960, 24267154),
('Renaissance Man', '1994-06-03', 'Comedy', 'PG-13', 24172899, 49945474),
('The Lion King', '1994-06-15', 'Adventure', 'G', 422780140, 761640898),
('I Love Trouble', '1994-06-29', 'Romantic Comedy', 'PG', 30806194, 63651027),
('Angels in the Outfield', '1994-07-15', 'Comedy', 'PG', 50236831, 103798152),
('In the Army Now', '1994-08-12', 'Comedy', 'PG', 28881266, 59673787),
('Color of Night', '1994-08-19', 'Thriller/Suspense', 'R', 19750470, 40804816),
('Camp Nowhere', '1994-08-26', 'Comedy', 'PG', 10442641, 21576332),
('It\'s Pat', '1994-08-26', 'Comedy', NULL, 60822, 125666),
('A Simple Twist of Fate', '1994-09-02', 'Drama', 'PG-13', 3404935, 7035189),
('Quiz Show', '1994-09-14', 'Drama', 'PG-13', 24787282, 50840394),
('Terminal Velocity', '1994-09-23', 'Action', 'PG-13', 16478900, 34048315),
('Ed Wood', '1994-09-30', 'Comedy', 'R', 5828466, 12042634),
('The Puppet Masters', '1994-10-21', 'Horror', 'R', 8579626, 17727017),
('Squanto: A Warrior\'s Tale', '1994-10-28', 'Drama', 'PG', 3319344, 6858345),
('The Santa Clause', '1994-11-11', 'Comedy', 'PG', 144833357, 298369717),
('A Low Down Dirty Shame', '1994-11-23', 'Action', 'R', 29317886, 60321919),
('The Jungle Book', '1994-12-25', 'Adventure', 'PG', 44342956, 88930321),
('Houseguest', '1995-01-06', 'Comedy', 'PG', 26325256, 51016522),
('Bad Company', '1995-01-20', 'Thriller/Suspense', 'R', 3523909, 6829092),
('Miami Rhapsody', '1995-01-27', 'Romantic Comedy', 'PG-13', 5086578, 9857435),
('The Jerky Boys', '1995-02-03', 'Comedy', 'R', 7555256, 14641561),
('Heavy Weights', '1995-02-17', 'Comedy', 'PG', 17671310, 34245779),
('Man of the House', '1995-03-03', 'Comedy', 'PG', 40029009, 77573459),
('Roommates', '1995-03-03', 'Comedy', 'PG', 12076989, 23404369),
('Tall Tale', '1995-03-24', 'Western', 'PG', 8247627, 15983331),
('A Pyromaniac\'s Love Story', '1995-03-28', 'Romantic Comedy', 'PG', 468240, 907414),
('Jefferson in Paris', '1995-03-31', 'Drama', 'PG-13', 2461628, 4770461),
('Funny Bones', '1995-03-31', 'Comedy', 'R', 529135, 1025425),
('A Goofy Movie', '1995-04-07', 'Comedy', 'G', 35336439, 68479579),
('While You Were Sleeping', '1995-04-21', 'Romantic Comedy', 'PG', 81057016, 157082900),
('Crimson Tide', '1995-05-12', 'Action', 'R', 91387195, 177102077),
('Mad Love', '1995-05-26', 'Drama', 'PG-13', 15446532, 29934306),
('Pocahontas', '1995-06-10', 'Adventure', 'G', 141579773, 274370957),
('Judge Dredd', '1995-06-30', 'Action', 'R', 34687912, 67222776),
('Operation Dumbo Drop', '1995-07-28', 'Adventure', 'PG', 24670346, 47809421),
('Dangerous Minds', '1995-08-11', 'Drama', 'R', 84919401, 164552293),
('A Kid in King Arthur\'s Court', '1995-08-11', 'Adventure', 'PG', 13406717, 25981285),
('The Tie That Binds', '1995-09-08', 'Thriller/Suspense', 'R', 5762795, 11167895),
('Unstrung Heroes', '1995-09-15', 'Drama', 'PG', 7929000, 15365850),
('The Big Green', '1995-09-29', 'Comedy', 'PG', 17736619, 34372339),
('Dead Presidents', '1995-10-04', 'Drama', 'R', 24120194, 46741467),
('The Scarlet Letter', '1995-10-13', 'Drama', 'R', 10359006, 20075033),
('Feast of July', '1995-10-13', 'Drama', 'R', 293274, 568342),
('Powder', '1995-10-27', 'Drama', 'PG-13', 30833914, 59727216),
('Toy Story', '1995-11-22', 'Adventure', 'G', 191796233, 370409631),
('Father of the Bride Part II', '1995-12-08', 'Comedy', 'PG', 76578911, 147658438),
('Nixon', '1995-12-20', 'Drama', 'R', 13668249, 26302005),
('Tom and Huck', '1995-12-22', 'Adventure', 'PG', 23837227, 45911517),
('Mr. Holland\'s Opus', '1995-12-29', 'Drama', 'PG', 82582604, 157508868),
('White Squall', '1996-02-02', 'Adventure', 'PG-13', 10229300, 19509726),
('Muppet Treasure Island', '1996-02-16', 'Adventure', 'G', 34327391, 65470567),
('Mr. Wrong', '1996-02-16', 'Romantic Comedy', 'PG-13', 12805071, 24422334),
('Before and After', '1996-02-23', 'Drama', 'PG-13', 8642118, 16482589),
('Up Close & Personal', '1996-03-01', 'Drama', 'PG-13', 51045801, 97356578),
('Homeward Bound II: Lost in San Franc…', '1996-03-08', 'Adventure', 'G', 32709423, 62384706),
('Two Much', '1996-03-15', 'Romantic Comedy', 'PG-13', 1078555, 2057055),
('Un indien dans la ville', '1996-03-22', 'Comedy', 'PG', 1029731, 1963937),
('James and the Giant Peach', '1996-04-12', 'Adventure', 'PG', 28921264, 55159783),
('Celtic Pride', '1996-04-19', 'Comedy', 'PG-13', 9240378, 17623615),
('Last Dance', '1996-05-03', 'Drama', 'R', 5857534, 11171714),
('Boys', '1996-05-10', 'Drama', 'PG-13', 21930418, 41826566),
('Spy Hard', '1996-05-24', 'Comedy', 'PG-13', 26936265, 51373912),
('Eddie', '1996-05-31', 'Comedy', 'PG-13', 31369401, 59828966),
('The Rock', '1996-06-07', 'Action', 'R', 134069511, 255702705),
('The Hunchback of Notre Dame', '1996-06-21', 'Adventure', 'G', 100138851, 190988799),
('Phenomenon', '1996-07-05', 'Drama', 'PG', 104636382, 199559799),
('Kazaam', '1996-07-17', 'Comedy', 'PG', 18880508, 36009655),
('Jack', '1996-08-09', 'Drama', 'PG-13', 58617334, 111792852),
('First Kid', '1996-08-30', 'Comedy', 'PG', 26465920, 50465108),
('The Rich Man\'s Wife', '1996-09-13', 'Thriller/Suspense', 'R', 8538318, 16284619),
('D3: The Mighty Ducks', '1996-10-04', 'Comedy', 'PG', 22936273, 43713554),
('The Associate', '1996-10-25', 'Comedy', 'PG-13', 12772657, 24333094),
('Ransom', '1996-11-08', 'Action', 'R', 136492681, 259807820),
('The War at Home', '1996-11-20', NULL, 'R', 34368, 65543),
('101 Dalmatians', '1996-11-27', 'Comedy', 'G', 136189294, 258728898),
('The Preacher\'s Wife', '1996-12-13', 'Drama', 'PG', 48102795, 91076877),
('Evita', '1996-12-25', 'Musical', 'PG', 50047179, 92077628),
('Metro', '1997-01-17', 'Action', 'R', 32017895, 58804106),
('Prefontaine', '1997-01-24', 'Drama', 'PG-13', 590817, 1085093),
('Shadow Conspiracy', '1997-01-31', 'Thriller/Suspense', 'R', 2154540, 3957025),
('That Darn Cat', '1997-02-14', 'Comedy', 'PG', 18301828, 33613158),
('Jungle 2 Jungle', '1997-03-07', 'Comedy', 'PG', 59925026, 110058379),
('The Sixth Man', '1997-03-28', 'Comedy', 'PG-13', 14765099, 27117599),
('Grosse Pointe Blank', '1997-04-11', 'Black Comedy', 'R', 28084357, 51579764),
('Romy and Michele\'s High School Reunion', '1997-04-25', 'Comedy', 'R', 29235353, 53693680),
('Gone Fishin\'', '1997-05-30', 'Comedy', 'PG', 19745922, 36265379),
('Con Air', '1997-06-06', 'Action', 'R', 101117573, 185712664),
('Hercules', '1997-06-13', 'Adventure', 'G', 99112101, 182029412),
('George Of The Jungle', '1997-07-16', 'Comedy', 'PG', 105263257, 193326632),
('Nothing To Lose', '1997-07-18', 'Comedy', 'R', 44480039, 81692095),
('Air Bud', '1997-08-01', 'Comedy', 'PG', 24646936, 45266588),
('G.I. Jane', '1997-08-22', 'Drama', 'R', 48169156, 88467531),
('A Thousand Acres', '1997-09-19', 'Drama', 'R', 7928412, 14561324),
('Washington Square', '1997-10-05', 'Drama', 'PG', 1775644, 3257546),
('Rocket Man', '1997-10-10', 'Comedy', 'PG', 15448043, 28371890),
('Playing God', '1997-10-17', 'Thriller/Suspense', 'R', 4166918, 7652965),
('Flubber', '1997-11-26', 'Comedy', 'PG', 92993801, 170406423),
('An American Werewolf in Paris', '1997-12-25', 'Horror', 'R', 26570463, 48546161),
('Mr. Magoo', '1997-12-25', 'Comedy', 'PG', 21437192, 39145784),
('Kundun', '1997-12-25', 'Drama', 'PG-13', 5686694, 10236836),
('Deep Rising', '1998-01-30', 'Action', 'R', 11203026, 20136775),
('Krippendorf\'s Tribe', '1998-02-27', 'Comedy', 'PG-13', 7571115, 13608633),
('An Alan Smithee Film: Burn Hollywood …', '1998-02-27', 'Comedy', 'R', 45779, 82277),
('Meet the Deedles', '1998-03-27', 'Comedy', 'PG', 4356126, 7829877),
('He Got Game', '1998-05-01', 'Drama', 'R', 21567853, 38766948),
('The Horse Whisperer', '1998-05-15', 'Drama', 'PG-13', 75383563, 135497531),
('Six Days, Seven Nights', '1998-06-12', 'Romantic Comedy', 'PG-13', 74339294, 133620516),
('Mulan', '1998-06-19', 'Adventure', 'G', 120620254, 216807832),
('Armageddon', '1998-07-01', 'Adventure', 'PG-13', 201578182, 362324957),
('Jane Austen\'s Mafia', '1998-07-24', 'Comedy', 'PG-13', 19843795, 35668055),
('The Parent Trap', '1998-07-29', 'Comedy', 'PG', 66308518, 119185667),
('Firelight', '1998-09-04', 'Drama', 'R', 784419, 1409943),
('Simon Birch', '1998-09-11', 'Drama', 'PG', 18253415, 32809442),
('Holy Man', '1998-10-09', 'Comedy', 'PG', 12069719, 21694605),
('Beloved', '1998-10-16', 'Drama', 'R', 22852487, 41062682),
('The Waterboy', '1998-11-06', 'Comedy', 'PG-13', 161491646, 288691833),
('I\'ll Be Home For Christmas', '1998-11-13', 'Comedy', 'PG', 12214338, 21941840),
('A Bug\'s Life', '1998-11-20', 'Adventure', 'G', 162798565, 288981698),
('Enemy of the State', '1998-11-20', 'Action', 'R', 111549836, 198472008),
('Rushmore', '1998-12-11', 'Black Comedy', 'R', 17105219, 28392518),
('A Civil Action', '1998-12-25', 'Drama', 'PG-13', 56709981, 94139530),
('Mighty Joe Young', '1998-12-25', 'Adventure', 'PG', 50632037, 87906042),
('My Favorite Martian', '1999-02-12', 'Comedy', 'PG', 36850101, 61150849),
('The Other Sister', '1999-02-26', 'Romantic Comedy', 'PG-13', 27807627, 46145331),
('Doug\'s 1st Movie', '1999-03-26', 'Adventure', 'G', 19421271, 32228598),
('Ten Things I Hate About You', '1999-03-31', 'Romantic Comedy', 'PG-13', 38177966, 63354375),
('Endurance', '1999-05-14', NULL, 'PG', 229128, 380218),
('Instinct', '1999-06-04', 'Drama', 'R', 34105207, 56595842),
('Tarzan', '1999-06-16', 'Adventure', 'G', 171091819, 283900254),
('Summer of Sam', '1999-07-02', 'Drama', 'R', 19288130, 32007656),
('Inspector Gadget', '1999-07-23', 'Comedy', 'PG', 97387965, 161610341),
('The Sixth Sense', '1999-08-06', 'Thriller/Suspense', 'PG-13', 293506292, 485424724),
('The 13th Warrior', '1999-08-27', 'Action', 'R', 32698899, 54262148),
('Breakfast of Champions', '1999-09-17', 'Comedy', 'R', 178287, 295851),
('Mumford', '1999-09-24', 'Comedy', 'R', 4559569, 7566363),
('Mystery, Alaska', '1999-10-01', 'Comedy', 'R', 8891623, 14755189),
('The Straight Story', '1999-10-15', 'Drama', 'G', 6197866, 10111144),
('The Insider', '1999-11-05', 'Drama', 'R', 28965197, 47794214),
('Toy Story 2', '1999-11-19', 'Adventure', 'G', 245852179, 404450426),
('Cradle Will Rock', '1999-12-08', 'Drama', 'R', 2899970, 4609153),
('Deuce Bigalow: Male Gigolo', '1999-12-10', 'Comedy', 'R', 65535067, 106921374),
('Bicentennial Man', '1999-12-17', 'Drama', 'PG', 58220776, 94838225),
('Play it to the Bone', '1999-12-24', 'Comedy', 'R', 8427204, 13180524),
('Fantasia 2000 (IMAX)', '2000-01-01', 'Musical', 'G', 60507228, 94852354),
('Gun Shy', '2000-02-04', 'Comedy', 'R', 1638202, 2562155),
('The Tigger Movie', '2000-02-11', 'Adventure', 'G', 45542421, 71228678),
('Mission to Mars', '2000-03-10', 'Adventure', 'PG', 60874615, 95208344),
('High Fidelity', '2000-03-31', 'Comedy', 'R', 27277055, 42661516),
('Keeping the Faith', '2000-04-14', 'Romantic Comedy', 'PG-13', 37036404, 57925202),
('Dinosaur', '2000-05-19', 'Adventure', 'PG', 137748063, 215438985),
('Shanghai Noon', '2000-05-26', 'Western', 'PG-13', 56932305, 89042541),
('Gone in 60 Seconds', '2000-06-09', 'Action', 'PG-13', 101643008, 158970411),
('Fantasia 2000 (Theatrical Release)', '2000-06-16', 'Musical', 'G', 9103630, 14238144),
('The Kid', '2000-07-07', 'Comedy', 'PG', 69688384, 108993148),
('Coyote Ugly', '2000-08-04', 'Drama', 'PG-13', 60786269, 95070168),
('The Crew', '2000-08-25', 'Comedy', 'PG-13', 13019253, 20362201),
('Duets', '2000-09-15', 'Drama', 'R', 4734235, 7404372),
('Remember the Titans', '2000-09-29', 'Drama', 'PG', 115654751, 180742479),
('Unbreakable', '2000-11-22', 'Thriller/Suspense', 'PG-13', 94999143, 148208901),
('102 Dalmatians', '2000-11-22', 'Comedy', 'G', 66941559, 104055039),
('The Emperor\'s New Groove', '2000-12-15', 'Adventure', 'G', 89296573, 136789252),
('O Brother, Where Art Thou?', '2000-12-22', 'Comedy', 'PG-13', 45506619, 67922002),
('Double Take', '2001-01-12', 'Action', 'PG-13', 29823162, 44418589),
('Recess: School\'s Out', '2001-02-16', 'Comedy', 'G', 36696761, 54656124),
('Just Visiting', '2001-04-06', 'Comedy', 'PG-13', 4777007, 7114869),
('Pearl Harbor', '2001-05-25', 'Action', 'PG-13', 198539855, 295705112),
('Atlantis: The Lost Empire', '2001-06-08', 'Adventure', 'PG', 84052762, 125188122),
('crazy/beautiful', '2001-06-29', 'Drama', 'PG-13', 16929123, 25214223),
('The Princess Diaries', '2001-08-03', 'Comedy', 'G', 108244774, 161218928),
('Bubble Boy', '2001-08-24', 'Comedy', 'PG-13', 5002310, 7450434),
('Max Keeble\'s Big Move', '2001-10-05', 'Comedy', 'PG', 17292381, 25749730),
('Corky Romano', '2001-10-12', 'Comedy', 'PG-13', 23978402, 35705805),
('High Heels and Low Lifes', '2001-10-26', NULL, 'R', 226792, 337782),
('Monsters, Inc.', '2001-11-02', 'Adventure', 'G', 289423425, 416073179),
('Out Cold', '2001-11-21', 'Comedy', 'PG-13', 13906394, 20700691),
('The Royal Tenenbaums', '2001-12-14', 'Black Comedy', 'R', 52353636, 76758193),
('Beauty and the Beast (IMAX)', '2002-01-01', 'Musical', 'G', 25487028, 36980311),
('Frank McKlusky C.I.', '2002-01-01', NULL, NULL, 0, 0),
('Snow Dogs', '2002-01-18', 'Comedy', 'PG', 81150692, 117745317),
('The Count of Monte Cristo', '2002-01-25', 'Drama', 'PG-13', 54228104, 78682079),
('Peter Pan: Return to Neverland', '2002-02-15', 'Adventure', 'G', 48430258, 70269715),
('Reign of Fire', '2002-02-19', 'Action', 'PG-13', 43061982, 62480631),
('Sorority Boys', '2002-03-22', 'Comedy', 'R', 10198766, 14797862),
('The Rookie', '2002-03-29', 'Drama', 'G', 75600072, 109691666),
('Big Trouble', '2002-04-05', 'Comedy', 'PG-13', 7262288, 10537188),
('ESPN\'s Ultimate X - The Movie', '2002-05-10', 'Documentary', 'PG', 4197175, 6089874),
('Bad Company', '2002-06-07', 'Action', 'PG-13', 30157016, 43756218),
('Lilo & Stitch', '2002-06-21', 'Adventure', 'PG', 145771527, 211506702),
('The Country Bears', '2002-07-26', 'Adventure', 'G', 16988996, 24650121),
('Signs', '2002-08-02', 'Thriller/Suspense', 'PG-13', 227965690, 330754439),
('Sen to Chihiro no Kamikakushi', '2002-09-20', 'Adventure', 'PG', 10049886, 14338992),
('Sweet Home Alabama', '2002-09-27', 'Comedy', 'PG-13', 127214072, 184521151),
('Moonlight Mile', '2002-09-27', 'Drama', 'PG-13', 6830957, 9909094),
('Tuck Everlasting', '2002-10-11', 'Drama', 'PG', 19161999, 27789959),
('The Santa Clause 2', '2002-11-01', 'Comedy', 'G', 139225854, 201959095),
('Treasure Planet', '2002-11-27', 'Adventure', 'PG', 38120554, 55189145),
('The Hot Chick', '2002-12-13', 'Comedy', 'PG-13', 35081550, 50624654),
('25th Hour', '2002-12-19', 'Drama', 'R', 13084595, 18325463),
('The Recruit', '2003-01-31', 'Thriller/Suspense', 'PG-13', 52784696, 73793522),
('Shanghai Knights', '2003-02-07', 'Adventure', 'PG-13', 60470220, 84537962),
('The Jungle Book 2', '2003-02-14', 'Adventure', 'G', 47901582, 66966883),
('Bringing Down the House', '2003-03-07', 'Comedy', 'PG-13', 132675402, 185481530),
('Piglet\'s Big Movie', '2003-03-21', 'Comedy', 'G', 23103423, 32298812),
('Ghosts of the Abyss', '2003-04-11', 'Documentary', 'G', 17093668, 23803108),
('Holes', '2003-04-18', 'Drama', 'PG', 67383924, 94203395),
('The Lizzie McGuire Movie', '2003-05-02', 'Comedy', 'PG', 42734455, 59743191),
('Finding Nemo', '2003-05-30', 'Adventure', 'G', 380529370, 518148559),
('Pirates of the Caribbean: The Curse o…', '2003-07-09', 'Adventure', 'PG-13', 305411224, 426967926),
('Freaky Friday', '2003-08-06', 'Comedy', 'PG', 110222438, 154090360),
('Open Range', '2003-08-15', 'Western', 'R', 58331254, 81547672),
('Cold Creek Manor', '2003-09-19', 'Thriller/Suspense', 'R', 21384035, 29895090),
('Under the Tuscan Sun', '2003-09-26', 'Comedy', 'PG-13', 43601508, 60944053),
('Veronica Guerin', '2003-10-17', 'Drama', 'R', 1569918, 2194759),
('Brother Bear', '2003-10-24', 'Adventure', 'G', 85336277, 119218333),
('The Haunted Mansion', '2003-11-26', 'Comedy', 'PG', 75817994, 105775678),
('Calendar Girls', '2003-12-19', 'Comedy', 'PG-13', 31011616, 42379650),
('Young Black Stallion', '2003-12-25', 'Adventure', 'G', 6751389, 9254344),
('Teacher\'s Pet: The Movie', '2004-01-16', 'Comedy', 'PG', 6491969, 8812764),
('Miracle', '2004-02-06', 'Drama', 'PG', 64378093, 87392478),
('Confessions of a Teenage Drama Queen', '2004-02-20', 'Comedy', 'PG', 29331068, 39816568),
('Hidalgo', '2004-03-05', 'Western', 'PG-13', 67286731, 91340921),
('The Ladykillers', '2004-03-26', 'Comedy', 'R', 39692139, 53881593),
('Home on the Range', '2004-04-02', 'Comedy', 'PG', 50026353, 67910166),
('The Alamo', '2004-04-09', 'Western', 'PG-13', 22406362, 30416359),
('Raising Helen', '2004-05-28', 'Comedy', 'PG-13', 37485528, 50886144),
('Around the World in 80 Days', '2004-06-16', 'Adventure', 'PG', 24004159, 32585356),
('America\'s Heart and Soul', '2004-07-02', 'Documentary', 'Not Rated', 314000, 426246),
('King Arthur', '2004-07-07', 'Adventure', 'PG-13', 51877963, 70423706),
('The Village', '2004-07-30', 'Thriller/Suspense', 'PG-13', 114197520, 155021748),
('The Princess Diaries 2: Royal Engagement', '2004-08-11', 'Romantic Comedy', 'G', 95149435, 129164207),
('Mr. 3000', '2004-09-17', 'Comedy', 'PG-13', 21800302, 29593641),
('The Last Shot', '2004-09-24', 'Comedy', 'R', 463730, 629502),
('Ladder 49', '2004-10-01', 'Action', 'PG-13', 74541707, 101161045),
('The Incredibles', '2004-11-05', 'Adventure', 'PG', 261441092, 354488708),
('National Treasure', '2004-11-19', 'Adventure', 'PG', 173005002, 234069353),
('The Life Aquatic with Steve Zissou', '2004-12-10', 'Comedy', 'R', 24006726, 32198655),
('Aliens of the Deep', '2005-01-28', 'Documentary', 'G', 8968684, 11740942),
('Pooh\'s Heffalump Movie', '2005-02-11', 'Adventure', 'G', 18098433, 23801835),
('The Pacifier', '2005-03-04', 'Comedy', 'PG', 113006880, 148619029),
('Ice Princess', '2005-03-18', 'Comedy', 'G', 24381334, 32064685),
('A Lot Like Love', '2005-04-22', 'Comedy', 'PG-13', 21835784, 28716947),
('The Hitchhiker\'s Guide to the Galaxy', '2005-04-29', 'Comedy', 'PG', 51019112, 67096891),
('Hauru no ugoku shiro', '2005-06-10', 'Adventure', 'PG', 4710455, 6194870),
('Herbie: Fully Loaded', '2005-06-22', 'Comedy', 'G', 66010682, 86812798),
('Dark Water', '2005-07-08', 'Thriller/Suspense', 'PG-13', 25473093, 33500491),
('Sky High', '2005-07-29', 'Adventure', 'PG', 63939454, 84088854),
('Valiant', '2005-08-19', 'Adventure', 'G', 19478106, 25616292),
('Flightplan', '2005-09-23', 'Thriller/Suspense', 'PG-13', 89706988, 117960425),
('The Greatest Game Ever Played', '2005-09-30', 'Drama', 'PG', 15331289, 20162672),
('Shopgirl', '2005-10-21', 'Drama', 'R', 10284523, 13519621),
('Chicken Little', '2005-11-04', 'Adventure', 'G', 135386665, 177954661),
('The Chronicles of Narnia: The Lion, t…', '2005-12-09', 'Adventure', 'PG', 291710957, 381557539),
('Casanova', '2005-12-25', 'Drama', 'R', 11304403, 14574087),
('Glory Road', '2006-01-13', 'Drama', 'PG', 42647449, 54888236),
('Annapolis', '2006-01-27', 'Drama', 'PG-13', 17127992, 22044113),
('Roving Mars', '2006-01-27', 'Documentary', 'G', 10407978, 12948025),
('Eight Below', '2006-02-17', 'Adventure', 'PG', 81612565, 105037235),
('The Shaggy Dog', '2006-03-10', 'Comedy', 'PG', 61123569, 78667428),
('Stay Alive', '2006-03-24', 'Horror', 'PG-13', 23086480, 29712825),
('The Wild', '2006-04-14', 'Adventure', 'G', 37384046, 48114115),
('Stick It', '2006-04-28', 'Comedy', 'PG-13', 26910736, 34634731),
('Goal! The Dream Begins', '2006-05-12', 'Drama', 'PG', 4283255, 5512647),
('Cars', '2006-06-09', 'Comedy', 'G', 244082982, 314140384),
('Pirates of the Caribbean: Dead Man’…', '2006-07-07', 'Adventure', 'PG-13', 423315812, 544817142),
('Step Up', '2006-08-11', 'Drama', 'PG-13', 65328121, 84078780),
('Invincible', '2006-08-25', 'Drama', 'PG', 57806952, 74398864),
('The Guardian', '2006-09-29', 'Action', 'PG-13', 55011732, 70801353),
('The Prestige', '2006-10-20', 'Thriller/Suspense', 'PG-13', 53089891, 68289913),
('Tim Burton\'s The Nightmare Before Chr…', '2006-10-20', 'Musical', 'PG', 24732041, 30737517),
('The Santa Clause 3: The Escape Clause', '2006-11-03', 'Comedy', 'G', 84500122, 108694869),
('Déjà Vu', '2006-11-22', 'Thriller/Suspense', 'PG-13', 64038616, 82267038),
('Apocalypto', '2006-12-08', 'Adventure', 'R', 50866635, 64959548),
('Primeval', '2007-01-12', 'Adventure', 'R', 10597734, 12985302),
('Bridge to Terabithia', '2007-02-16', 'Drama', 'PG', 82234139, 100760721),
('Wild Hogs', '2007-03-02', 'Comedy', 'PG-13', 168213584, 206110533),
('Meet the Robinsons', '2007-03-30', 'Adventure', 'G', 97822171, 119860589),
('The Lookout', '2007-03-30', 'Drama', 'R', 4600585, 5637048),
('The Hoax', '2007-04-06', 'Drama', 'R', 7164995, 8779196),
('The Invisible', '2007-04-27', 'Thriller/Suspense', 'PG-13', 20568319, 25202168),
('Pirates of the Caribbean: At World’…', '2007-05-24', 'Adventure', 'PG-13', 309420425, 379129960),
('Ratatouille', '2007-06-29', 'Comedy', 'G', 206445654, 252955933),
('Underdog', '2007-08-03', 'Adventure', 'PG', 43760605, 53619462),
('The Game Plan', '2007-09-22', 'Comedy', 'PG', 90648202, 111010758),
('Dan in Real Life', '2007-10-20', 'Romantic Comedy', 'PG-13', 47642963, 58350234),
('Enchanted', '2007-11-21', 'Romantic Comedy', 'PG', 127706877, 156074310),
('National Treasure 2: Book of Secrets', '2007-12-21', 'Adventure', 'PG', 219961501, 267003525),
('Hannah Montana/Miley Cyrus: Best of B…', '2008-02-01', 'Concert/Performance', 'G', 65281781, 76646993),
('Step Up 2 the Streets', '2008-02-14', 'Drama', 'PG-13', 58017783, 68118371),
('College Road Trip', '2008-03-07', 'Comedy', 'G', 45610425, 53550960),
('The Chronicles of Narnia: Prince Caspian', '2008-05-16', 'Adventure', 'PG', 141621490, 166277038),
('WALL-E', '2008-06-27', 'Adventure', 'G', 223808164, 262771918),
('Swing Vote', '2008-08-01', 'Comedy', 'PG-13', 16289867, 19125841),
('Goal! 2: Living the Dream...', '2008-08-29', 'Drama', 'PG-13', 225067, 264247),
('Miracle at St. Anna', '2008-09-26', 'Drama', 'R', 7916887, 9295171),
('Beverly Hills Chihuahua', '2008-10-03', 'Comedy', 'PG', 94514402, 110932022),
('Morning Light', '2008-10-17', 'Documentary', 'PG', 275093, 322979),
('High School Musical 3: Senior Year', '2008-10-24', 'Musical', 'G', 90559416, 106308538),
('Bolt', '2008-11-21', 'Comedy', 'PG', 114053759, 133702498),
('Bedtime Stories', '2008-12-25', 'Comedy', 'PG', 110101975, 128039679),
('Confessions of a Shopaholic', '2009-02-13', 'Romantic Comedy', 'PG', 44277350, 49767744),
('Jonas Brothers: The 3D Concert Experi…', '2009-02-27', 'Concert/Performance', 'G', 38174685, 38174685),
('Race to Witch Mountain', '2009-03-13', 'Adventure', 'PG', 67172594, 75501997),
('Hannah Montana the Movie', '2009-04-10', 'Drama', 'G', 79576189, 89443640),
('Earth', '2009-04-22', 'Documentary', 'G', 32011576, 35981010),
('Up', '2009-05-29', 'Adventure', 'PG', 293004164, 329336681),
('The Proposal', '2009-06-19', 'Romantic Comedy', 'PG-13', 163958031, 184288829),
('G-Force', '2009-07-24', 'Adventure', 'PG', 119436770, 134246932),
('Gake no ue no Ponyo', '2009-08-14', 'Adventure', 'G', 15090399, 16961607),
('X Games 3D: The Movie', '2009-08-21', 'Documentary', 'PG', 1391434, 1563976),
('Walt and El Grupo', '2009-09-10', 'Documentary', 'PG', 20521, 23064),
('Surrogates', '2009-09-25', 'Action', 'PG-13', 38577772, 43361416),
('Toy Story 3D Double Feature', '2009-10-02', 'Adventure', 'G', 30702446, 34509545),
('Disney\'s A Christmas Carol', '2009-11-06', 'Drama', 'PG', 137855863, 154927105),
('The Princess and the Frog', '2009-11-25', 'Adventure', 'G', 104400899, 116316457),
('Old Dogs', '2009-11-25', 'Comedy', 'PG', 49492060, 55503929),
('When in Rome', '2010-01-29', 'Romantic Comedy', 'PG-13', 32680633, 34917330),
('Alice in Wonderland', '2010-03-05', 'Adventure', 'PG', 334191110, 357063499),
('Waking Sleeping Beauty', '2010-03-26', 'Documentary', 'PG', 80741, 86264),
('The Last Song', '2010-03-31', 'Drama', 'PG', 62950384, 67258772),
('Oceans', '2010-04-22', 'Documentary', 'G', 19422319, 20751600),
('Prince of Persia: Sands of Time', '2010-05-28', 'Action', 'PG-13', 90759676, 96971361),
('Toy Story 3', '2010-06-18', 'Adventure', 'G', 415004880, 443408255),
('The Sorcerer\'s Apprentice', '2010-07-14', 'Adventure', 'PG', 63150991, 67473105),
('Step Up 3D', '2010-08-06', 'Drama', 'PG-13', 42400223, 45302137),
('Gedo Senki (Tales from Earthsea)', '2010-08-13', 'Adventure', 'PG-13', 48658, 51988),
('You Again', '2010-09-24', 'Comedy', 'PG', 25702053, 27461121),
('Secretariat', '2010-10-08', 'Drama', 'PG', 59699513, 63781920),
('Tangled', '2010-11-24', 'Adventure', 'PG', 200821936, 214388548),
('Tron: Legacy', '2010-12-17', 'Adventure', 'PG', 172062763, 183619259),
('Gnomeo and Juliet', '2011-02-11', 'Comedy', 'G', 99967670, 106270797),
('I am Number Four', '2011-02-18', 'Adventure', 'PG-13', 55100437, 58574607),
('Mars Needs Moms', '2011-03-11', 'Adventure', 'PG', 21392758, 22741603),
('African Cats', '2011-04-22', 'Documentary', 'G', 15428747, 16401551),
('Zokkomon', '2011-04-22', 'Adventure', 'PG', 2815, 2984),
('Prom', '2011-04-29', 'Comedy', 'PG', 10130219, 10768946),
('Pirates of the Caribbean: On Stranger…', '2011-05-20', 'Adventure', 'PG-13', 241063875, 256263359),
('Cars 2', '2011-06-24', 'Adventure', 'G', 191450875, 203522177),
('Winnie the Pooh', '2011-07-15', 'Adventure', 'G', 26692846, 28375869),
('The Help', '2011-08-10', 'Drama', 'PG-13', 169705587, 180404976),
('Fright Night', '2011-08-19', 'Horror', 'R', 18298649, 19452402),
('Real Steel', '2011-10-07', 'Action', 'PG-13', 85463309, 90848019),
('The Muppets', '2011-11-23', 'Comedy', 'PG', 88625922, 94189503),
('War Horse', '2011-12-25', 'Drama', 'PG-13', 79883359, 84762149),
('The Secret World of Arietty', '2012-02-17', 'Adventure', 'G', 19192510, 20325733),
('John Carter', '2012-03-09', 'Adventure', 'PG-13', 73058679, 77372445),
('Chimpanzee', '2012-04-20', 'Documentary', 'G', 28965459, 30675725),
('The Avengers', '2012-05-04', 'Action', 'PG-13', 623279547, 660081224),
('Brave', '2012-06-22', 'Adventure', 'PG', 237282182, 251292441),
('People Like Us', '2012-06-29', 'Drama', 'PG-13', 12431792, 13165822),
('The Odd Life of Timothy Green', '2012-08-15', 'Drama', 'PG', 51853450, 54914942),
('Frankenweenie', '2012-10-05', 'Comedy', 'PG', 35287788, 37363513),
('Wreck-It Ralph', '2012-11-02', 'Adventure', 'PG', 189412677, 200354959),
('Lincoln', '2012-11-09', 'Drama', 'PG-13', 182207973, 192122330),
('Oz the Great and Powerful', '2013-03-08', 'Adventure', 'PG', 234770996, 243434130),
('Iron Man 3', '2013-05-03', 'Action', 'PG-13', 408992272, 424084233),
('Monsters University', '2013-06-21', 'Adventure', 'G', 268488329, 278395641),
('The Lone Ranger', '2013-07-02', 'Western', 'PG-13', 89302115, 92597388),
('Disney Planes', '2013-08-09', 'Comedy', 'PG', 90282580, 93614037),
('The Fifth Estate', '2013-10-18', 'Drama', 'R', 3254172, 3374251),
('Thor: The Dark World', '2013-11-08', 'Adventure', 'PG-13', 206362140, 213962184),
('Kaze Tachinu', '2013-11-08', 'Drama', 'PG-13', 5201879, 5367415),
('Frozen', '2013-11-22', 'Adventure', 'PG', 400738009, 414997174),
('Delivery Man', '2013-11-22', 'Comedy', 'PG-13', 30659817, 31787136),
('Saving Mr. Banks', '2013-12-13', 'Drama', 'PG-13', 83299761, 86249969),
('Need for Speed', '2014-03-14', 'Action', 'PG-13', 43568507, 44955015),
('Muppets Most Wanted', '2014-03-21', 'Comedy', 'PG', 51178893, 52807594),
('Captain America: The Winter Soldier', '2014-04-04', 'Action', 'PG-13', 259746958, 268013076),
('Bears', '2014-04-18', 'Documentary', 'G', 17780194, 18346024),
('Million Dollar Arm', '2014-05-10', 'Drama', 'PG', 36447959, 37607865),
('Maleficent', '2014-05-30', 'Adventure', 'PG', 241407328, 249089809),
('Planes: Fire and Rescue', '2014-07-18', 'Adventure', 'PG', 59157732, 61040349),
('Guardians of the Galaxy', '2014-08-01', 'Adventure', 'PG-13', 333172112, 343771168),
('The Hundred-Foot Journey', '2014-08-08', 'Romantic Comedy', 'PG', 54235441, 55961409),
('Alexander and the Terrible, Horrible,…', '2014-10-10', 'Comedy', 'PG', 66954149, 69055550),
('Big Hero 6', '2014-11-07', 'Adventure', 'PG', 222527828, 229249222),
('Into the Woods', '2014-12-25', 'Musical', 'PG', 128002372, 130894237),
('Strange Magic', '2015-01-23', 'Adventure', 'PG', 12429583, 12429583),
('McFarland, USA', '2015-02-20', 'Drama', 'PG', 44480275, 44480275),
('Cinderella', '2015-03-13', 'Drama', 'PG', 201151353, 201151353),
('Monkey Kingdom', '2015-04-17', 'Documentary', 'G', 16432322, 16432322),
('Avengers: Age of Ultron', '2015-05-01', 'Action', 'PG-13', 459005868, 459005868),
('Tomorrowland', '2015-05-22', 'Adventure', 'PG', 93436322, 93436322),
('Inside Out', '2015-06-19', 'Adventure', 'PG', 356461711, 356461711),
('Ant-Man', '2015-07-17', 'Action', 'PG-13', 180202163, 180202163),
('Bridge of Spies', '2015-10-16', 'Thriller/Suspense', 'PG-13', 72313754, 72313754),
('The Good Dinosaur', '2015-11-25', 'Adventure', 'PG', 123087120, 123087120),
('Star Wars Ep. VII: The Force Awakens', '2015-12-18', 'Adventure', 'PG-13', 936662225, 936662225),
('The Finest Hours', '2016-01-29', 'Thriller/Suspense', 'PG', 27569558, 27569558),
('Zootopia', '2016-03-04', 'Adventure', 'PG', 341268248, 341268248),
('The Jungle Book', '2016-04-15', 'Adventure', 'PG', 364001123, 364001123),
('A Beautiful Planet', '2016-04-29', 'Documentary', 'G', 7895708, 7895708),
('Captain America: Civil War', '2016-05-06', 'Action', 'PG-13', 408084349, 408084349),
('Alice Through the Looking Glass', '2016-05-27', 'Adventure', 'PG', 77042381, 77042381),
('Finding Dory', '2016-06-17', 'Adventure', 'PG', 486295561, 486295561),
('The BFG', '2016-07-01', 'Adventure', 'PG', 55483770, 55483770),
('Pete’s Dragon', '2016-08-12', 'Adventure', 'PG', 76233151, 76233151),
('The Light Between Oceans', '2016-09-02', 'Drama', 'PG-13', 12545979, 12545979),
('Queen of Katwe', '2016-09-23', 'Drama', 'PG', 8874389, 8874389),
('Doctor Strange', '2016-11-04', 'Adventure', 'PG-13', 232532923, 232532923),
('Moana', '2016-11-23', 'Adventure', 'PG', 246082029, 246082029),
('Rogue One: A Star Wars Story', '2016-12-16', 'Adventure', 'PG-13', 529483936, 529483936);
-- --------------------------------------------------------
--
-- Table structure for table `revenue`
--
CREATE TABLE `revenue` (
`year` bigint(20) DEFAULT NULL,
`studio_entertainment` double DEFAULT NULL,
`disney_consumer_products` double DEFAULT NULL,
`disney_interactive` double DEFAULT NULL,
`walt_disney_parks_and_resorts` double DEFAULT NULL,
`disney_media_networks` double DEFAULT NULL,
`total` bigint(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `revenue`
--
INSERT INTO `revenue` (`year`, `studio_entertainment`, `disney_consumer_products`, `disney_interactive`, `walt_disney_parks_and_resorts`, `disney_media_networks`, `total`) VALUES
(1991, 2593, 724, NULL, 2794, NULL, 6111),
(1992, 3115, 1081, NULL, 3306, NULL, 7502),
(1993, 3673.4, 1415.1, NULL, 3440.7, NULL, 8529),
(1994, 4793, 1798.2, NULL, 3463.6, 359, 10414),
(1995, 6001.5, 2150, NULL, 3959.8, 414, 12525),
(1996, NULL, NULL, NULL, 4502, 4142, 18739),
(1997, 6981, 3782, 174, 5014, 6522, 22473),
(1998, 6849, 3193, 260, 5532, 7142, 22976),
(1999, 6548, 3030, 206, 6106, 7512, 23402),
(2000, 5994, 2602, 368, 6803, 9615, 25402),
(2001, 7004, 2590, NULL, 6009, 9569, 25790),
(2002, 6465, 2440, NULL, 6691, 9733, 25360),
(2003, 7364, 2344, NULL, 6412, 10941, 27061),
(2004, 8713, 2511, NULL, 7750, 11778, 30752),
(2005, 7587, 2127, NULL, 9023, 13207, 31944),
(2006, 7529, 2193, NULL, 9925, 14368, 34285),
(2007, 7491, 2347, NULL, 10626, 15046, 35510),
(2008, 7348, 2415, 719, 11504, 15857, 37843),
(2009, 6136, 2425, 712, 10667, 16209, 36149),
(2010, 6701, 2678, 761, 10761, 17162, 38063),
(2011, 6351, 3049, 982, 11797, 18714, 40893),
(2012, 5825, 3252, 845, 12920, 19436, 42278),
(2013, 5979, 3555, 1064, 14087, 20356, 45041),
(2014, 7278, 3985, 1299, 15099, 21152, 48813),
(2015, 7366, 4499, 1174, 16162, 23264, 52465),
(2016, 9441, NULL, NULL, 16974, 23689, 55632);
-- --------------------------------------------------------
--
-- Table structure for table `voice_actor`
--
CREATE TABLE `voice_actor` (
`character` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`voice_actor` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`movie_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `voice_actor`
--
INSERT INTO `voice_actor` (`character`, `voice_actor`, `movie_title`) VALUES
('Abby Mallard', 'Joan Cusack', 'Chicken Little'),
('Abigail Gabble', 'Monica Evans', 'The Aristocats'),
('Abis Mal', 'Jason Alexander', 'The Return of Jafar'),
('Abu', 'Frank Welker', 'Aladdin'),
('Achilles', 'None', 'The Hunchback of Notre Dame'),
('Adella', 'Sherry Lynn', 'The Little Mermaid'),
('Adorabeezle Winterpop', 'None', 'Wreck-It Ralph'),
('The Agent', 'Greg Germann', 'Bolt'),
('Agent Wendy Pleakley', 'Kevin McDonald', 'Lilo & Stitch'),
('Ajax the Gorilla', 'None', 'Donald Duck and the Gorilla'),
('Akela', 'John Abbott', 'The Jungle Book'),
('Al the Alligator', 'Thurl Ravenscroft', 'Lady and the Tramp'),
('Aladar', 'D. B. Sweeney', 'Dinosaur'),
('Aladdin', 'Scott Weinger; Brad Kane', 'Aladdin'),
('Alameda Slim', 'Randy Quaid', 'Home on the Range'),
('Alan-a-Dale', 'Roger Miller', 'Robin Hood'),
('Alana', 'Kimmy Robertson', 'The Little Mermaid'),
('Alcmene', 'Barbara Barrie', 'Hercules'),
('Alice', 'Kathryn Beaumont', 'Alice in Wonderland'),
('Alice Bluebonnet', 'None', 'Make Mine Music'),
('Alice\'s Sister', 'Heather Angel', 'Alice in Wonderland'),
('Amelia Gabble', 'Carole Shelley', 'The Aristocats'),
('Amos Slade', 'Jack Albertson', 'The Fox and the Hound'),
('Amphitryon', 'Hal Holbrook', 'Hercules'),
('Anastasia Tremaine', 'Lucille Bliss', 'Cinderella'),
('Anda', 'Andrea Martin', 'Brother Bear 2'),
('Andrina', 'Tara Strong', 'The Little Mermaid'),
('Angel', 'Alyssa Milano', 'Lady and the Tramp II: Scamp\'s Adventure'),
('Angelique', 'Bernadette Peters', 'Beauty and the Beast: The Enchanted Christmas'),
('Angus MacBadger', 'Campbell Grant', 'The Adventures of Ichabod and Mr. Toad'),
('Anita Radcliffe', 'Lisa Davis', '101 Dalmatians'),
('Anna', 'Kristen Bell', 'Frozen'),
('Annette', 'Debi Derryberry', 'Lady and the Tramp II: Scamp\'s Adventure'),
('April', 'None', 'House of Mouse'),
('Apollo', 'Keith David', 'Hercules'),
('Aquata', 'Grey DeLisle; Mona Marshall', 'The Little Mermaid'),
('Aracuan Bird', 'Pinto Colvig', 'The Three Caballeros'),
('The Archdeacon', 'David Ogden Stiers', 'The Hunchback of Notre Dame'),
('Archimedes Q. Porter', 'Nigel Hawthorne', 'Tarzan'),
('Archimedes', 'Junius Matthews', 'The Sword in the Stone'),
('Ariel', 'Jodi Benson', 'The Little Mermaid'),
('Arista', 'Kimmy Robertson', 'The Little Mermaid'),
('Armoire', 'Jo Anne Worley', 'Beauty and the Beast'),
('Arthur/Wart', 'Rickie Sorensen', 'The Sword in the Stone'),
('Arthur/Wart', 'Richard Reitherman', 'The Sword in the Stone'),
('Arthur/Wart', 'Robert Reitherman', 'The Sword in the Stone'),
('Arthur', 'David Lander', 'Jungle Cubs'),
('Assistant Mayor Dawn Bellwether', 'Jenny Slate', 'Zootopia'),
('Atka', 'Jeff Bennett', 'Brother Bear 2'),
('Atropos', 'Paddi Edwards', 'Hercules'),
('Attina', 'Kari Wahlgren', 'The Little Mermaid'),
('Audrey the Chicken', 'Estelle Harris', 'Home on the Range'),
('Audrey Ramirez', 'Jacqueline Obradors', 'Atlantis: The Lost Empire'),
('Aunt Sarah', 'Verna Felton', 'Lady and the Tramp'),
('Aunt Siqiniq', 'Wendie Malick', 'Brother Bear 2'),
('Aunt Taqqiq', 'Kathy Najimy', 'Brother Bear 2'),
('Aurora', 'Mary Costa', 'Sleeping Beauty'),
('Axe', 'Jeff Bennett', 'Beauty and the Beast: The Enchanted Christmas'),
('B.E.N.', 'Martin Short', 'Treasure Planet'),
('Babette', 'Mary Kay Bergman', 'Beauty and the Beast'),
('Babyface Beagle', 'Terry McGovern', 'DuckTales'),
('Baby Red Bird', 'Tress MacNeille', 'Mickey Mouse Clubhouse'),
('Baby Herman', 'April Winchell', 'Who Framed Roger Rabbit'),
('Baby Herman', 'Lou Hirsch', 'Who Framed Roger Rabbit'),
('Backwoods Beagle', 'Danny Mann', 'DuckTales'),
('Bacon Beagle', 'None', 'DuckTales'),
('Baggy Beagle', 'Frank Welker', 'DuckTales'),
('Bagheera', 'Sebastian Cabot', 'The Jungle Book'),
('Baileywick', 'Tim Gunn', 'Sofia the First'),
('Baker', 'Alex Murphey', 'Beauty and the Beast'),
('Baker', 'Rob Paulsen', 'Cinderella II: Dreams Come True'),
('Ballerina', 'None', 'Fantasia 2000'),
('Baloo Bear', 'Phil Harris', 'The Jungle Book'),
('Bambi', 'Donnie Dunagan', 'Bambi'),
('Bambi', 'Hardie Albright', 'Bambi'),
('Bambi', 'Alexander Gould', 'Bambi'),
('Bambi\'s Mother', 'Paula Winslowe; Carolyn Hennesy', 'Bambi'),
('Banzai', 'Cheech Marin', 'The Lion King'),
('Bankjob Beagle', 'Peter Cullen', 'DuckTales'),
('Bartholomew', 'Barrie Ingham', 'The Great Mouse Detective'),
('Bashful', 'Scotty Mattraw', 'Snow White and the Seven Dwarfs'),
('Basil of Baker Street', 'Barrie Ingham', 'The Great Mouse Detective'),
('Baylene', 'Joan Plowright', 'Dinosaur'),
('Bear', 'Dal McKennon', 'Bedknobs and Broomsticks'),
('Beary Barrington', 'Haley Joel Osment', 'The Country Bears'),
('Beast', 'Robby Benson', 'Beauty and the Beast'),
('Beaver', 'Stan Freberg', 'Lady and the Tramp'),
('Bella', 'Frank Welker', 'Mickey Mouse Clubhouse'),
('Belle', 'Paige O\'Hara', 'Beauty and the Beast'),
('Ben', 'Billy Connolly', 'Pocahontas'),
('Ben Ali Gator', 'Jim Cummings', 'Fantasia'),
('Benjamin Clawhauser', 'Nate Torrence', 'Zootopia'),
('Benny the Cab', 'Charles Fleischer', 'Who Framed Roger Rabbit'),
('Bent-Tail the Coyote', 'Unknown', 'The Legend of Coyote Rock'),
('Bent-Tail Junior', 'Unknown', 'Sheep Dog'),
('Bentina Beakley', 'Joan Gerber', 'DuckTales'),
('Beret Girl', 'Vicki Lewis', 'An Extremely Goofy Movie'),
('Berlioz', 'Dean Clark', 'The Aristocats'),
('Bernard', 'Bob Newheart', 'The Rescuers'),
('Big Al', 'James Gammon', 'The Country Bears'),
('Big Bad Wolf', 'Billy Bletcher', 'Three Little Pigs'),
('Big Mama', 'Pearl Bailey', 'The Fox and the Hound'),
('Bigtime Beagle', 'Frank Welker', 'DuckTales'),
('Bill the Lizard', 'Larry Grey', 'Alice in Wonderland'),
('Billy Boss', 'Thurl Ravenscroft', 'The Aristocats'),
('Billy Bones', 'Patrick McGoohan', 'Treasure Planet'),
('Bimbette', 'Kath Soucie', 'Beauty and the Beast'),
('Binkie Muddlefoot', 'Susan Tolsky', 'Darkwing Duck'),
('Binky Beagle', 'None', 'DuckTales'),
('Black Bart', 'Thurl Ravenscroft', 'The Sword in the Stone'),
('Blake', 'Nick Swardson', 'Bolt'),
('Blaze', 'None', 'Tinker Bell and the Lost Treasure'),
('Blue Fairy', 'Evelyn Venable', 'Pinocchio'),
('Bobble', 'Rob Paulsen', 'Disney Fairies'),
('Bolt', 'John Travolta', 'Bolt'),
('Bomber Beagle', 'Robert Ridgely', 'DuckTales'),
('Bonnie Hopps', 'Bonnie Hunt', 'Zootopia'),
('Bookseller', 'Alvin Epstein', 'Beauty and the Beast'),
('Boomer', 'Paul Winchell', 'The Fox and the Hound'),
('Bonkers D. Bobcat', 'Jim Cummings', 'Bonkers'),
('Boss Beaver', 'Brad Garrett', 'Timon and Pumbaa'),
('Bouncer Beagle', 'Chuck McCann', 'DuckTales'),
('Bowler Hat Guy', 'Stephen J. Anderson', 'Meet the Robinsons'),
('Br\'er Bear', 'Nick Stewart', 'Song of the South'),
('Br\'er Fox', 'James Baskett', 'Song of the South'),
('Br\'er Rabbit', 'Johnny Lee', 'Song of the South'),
('Bradley Uppercrust III', 'Jeff Bennett', 'An Extremely Goofy Movie'),
('Bruno the Dog', 'Jimmy MacDonald; Frank Welker', 'Cinderella'),
('Bruton', 'Peter Siragusa', 'Dinosaur'),
('Brutus and Nero', 'Candy Candido', 'The Rescuers'),
('Buck', 'Cuba Gooding Jr.', 'Home on the Range'),
('Buck Cluck', 'Garry Marshall', 'Chicken Little'),
('Bucky Bug', 'None', 'Silly Symphonies'),
('Bucky Oryx-Antlerson', 'Byron Howard', 'Zootopia'),
('Bucky the Squirrel', 'Bob Bergen', 'The Emperor\'s New Groove'),
('Buford the Cook', 'Michael Colyar', 'The Princess and the Frog'),
('Bugle Beagle', 'Brian Cummings', 'DuckTales'),
('Burger Beagle', 'Chuck McCann', 'DuckTales'),
('Buster', 'Chazz Palminteri', 'Lady and the Tramp II: Scamp\'s Adventure'),
('Butch the Bulldog', 'Frank Welker', 'Bone Trouble'),
('Buzzie the Vulture', 'J. Pat O\'Malley', 'The Jungle Book'),
('Cadpig', 'Kath Soucie', '101 Dalmatians: The Series'),
('Calliope', 'Lillias White', 'Hercules'),
('Candlehead', 'Katie Lowes', 'Wreck-It Ralph'),
('The Captain', 'Thurl Ravenscroft', 'One Hundred and One Dalmatians'),
('Captain Amelia', 'Emma Thompson', 'Treasure Planet'),
('Captain Hook', 'Hans Conried', 'Peter Pan'),
('Captain John Smith', 'Mel Gibson', 'Pocahontas'),
('Captain Phoebus', 'Kevin Kline', 'The Hunchback of Notre Dame'),
('Carl the Robot', 'Harland Williams', 'Meet the Robinsons'),
('Carlotta the Maid', 'Edie McClurg', 'The Little Mermaid'),
('The Carpenter', 'J. Pat O\'Malley', 'Alice in Wonderland'),
('Casey Junior', 'Margaret Wright', 'Dumbo'),
('Cash', 'Patrick Swayze', 'The Fox and the Hound 2'),
('Cassim', 'John Rhys-Davies', 'Aladdin and the King of Thieves'),
('The Caterpillar', 'Richard Haydn', 'Alice in Wonderland'),
('Catty the Elephant', 'Noreen Gammill', 'Dumbo'),
('Cecil the Vulture', 'Michael McKean', 'Jungle Cubs'),
('Cedric the Sorcerer', 'Jess Harnell', 'Sofia the First'),
('Chaca', 'Kellyann Kelso', 'The Emperor\'s New Groove'),
('Chandeleria', 'April Winchell', 'Belle\'s Magical World'),
('Chair Mouse', 'Bernard Fox', 'The Rescuers'),
('Chainsaw', 'Frank Welker', 'Goof Troop'),
('Charlotte La Bouff', 'Jennifer Cody', 'The Princess and the Frog'),
('Cheetata and Cheetato', 'Rob Paulsen; Jim Cummings', 'Timon and Pumbaa'),
('Chef Bouche', 'Brian Cummings', 'Beauty and the Beast'),
('Chef Louis', 'Rene Auberjonois', 'The Little Mermaid'),
('Chernabog', 'Corey Burton', 'Fantasia'),
('Cheshire Cat', 'Sterling Holloway', 'Alice in Wonderland'),
('Chi-Fu', 'James Hong', 'Mulan'),
('Chicha', 'Wendie Malick', 'The Emperor\'s New Groove'),
('Chicken Little', 'Zach Braff', 'Chicken Little'),
('Chief', 'Pat Buttram', 'The Fox and the Hound'),
('Chief Bogo', 'Idris Elba', 'Zootopia'),
('Chief Powhatan', 'Russell Means', 'Pocahontas'),
('Chien-Po', 'Jerry Tondo', 'Mulan'),
('Chip', 'James MacDonald', 'Private Pluto'),
('Chip Potts', 'Bradley Michael Pierce', 'Beauty and the Beast'),
('Christopher Robin', 'Bruce Reitherman', 'Winnie the Pooh and the Honey Tree'),
('Cinderella', 'Ilene Woods', 'Cinderella'),
('Circus Animals', 'None', 'Dumbo'),
('Clank', 'Jeff Bennett', 'Disney Fairies'),
('Clara Cluck', 'Florence Gill', 'Orphan\'s Benefit'),
('Clarabelle Cow', 'Marcellite Garner', 'Plane Crazy'),
('Clayton', 'Brian Blessed', 'Tarzan'),
('Cleo', 'None', 'Pinocchio'),
('Clio', 'Vanéese Y. Thomas', 'Hercules'),
('Cloak and Dagger', 'None', 'The Little Mermaid II: Return to the Sea'),
('Clopin Trouillefou', 'Paul Kandel', 'The Hunchback of Notre Dame'),
('Clotho', 'Amanda Plummer', 'Hercules'),
('Clover', 'Wayne Brady', 'Sofia the First'),
('The Coachman', 'Charles Judels', 'Pinocchio'),
('Cobra Bubbles', 'Ving Rhames', 'Lilo & Stitch'),
('Codfish', 'Robert Holt', 'Bedknobs and Broomsticks'),
('Cody', 'Adam Ryen', 'The Rescuers Down Under'),
('Cogsworth', 'David Ogden Stiers', 'Beauty and the Beast'),
('Colette', 'Kath Soucie', 'Lady and the Tramp II: Scamp\'s Adventure'),
('The Colonel', 'J. Pat O\'Malley', '101 Dalmatians'),
('Colonel Hathi', 'J. Pat O\'Malley', 'The Jungle Book'),
('Commander Lyle Rourke', 'James Garner', 'Atlantis: The Lost Empire'),
('Cookie', 'Jim Varney', 'Atlantis: The Lost Empire'),
('Copper', 'Corey Feldman; Kurt Russell', 'The Fox and the Hound'),
('Cornelius Robinson', 'Tom Selleck', 'Meet the Robinsons'),
('Cousin Randy', 'Randy Newman', 'The Princess and the Frog'),
('Crane', 'Jeff Bennett', 'Belle\'s Magical World'),
('Creeper', 'Phil Fondacaro', 'The Black Cauldron'),
('Cri-Kee', 'None', 'Mulan'),
('The Crocodile (Tick Tock)', 'None', 'Peter Pan'),
('Cruella de Vil', 'Betty Lou Gerson', '101 Dalmatians'),
('Crumbelina DiCaramello', 'Cymbre Walk', 'Wreck-It Ralph'),
('Cubby', 'Robert Ellis', 'Peter Pan'),
('Cyril Proudbottom', 'J. Pat O\'Malley', 'The Adventures of Ichabod and Mr. Toad'),
('Daisy Duck', 'Clarence Nash; Gloria Blondell', 'Mr. Duck Steps Out'),
('Dale', 'Dessie Flynn; Corey Burton', 'Private Pluto'),
('Dallben', 'Freddie Jones', 'The Black Cauldron'),
('Danielle', 'Kath Soucie', 'Lady and the Tramp II: Scamp\'s Adventure'),
('Danny', 'Andrew McDonough', 'Return to Never Land'),
('Darby', 'Chloë Grace Moretz', 'My Friends Tigger & Pooh'),
('Darling', 'Peggy Lee', 'Lady and the Tramp'),
('Dash', 'Stephen Furst', 'The Little Mermaid II: Return to the Sea'),
('David Kawena', 'Jason Scott Lee', 'Lilo & Stitch'),
('Demetrius', 'Wayne Knight', 'Hercules'),
('Denahi', 'Jason Raize', 'Brother Bear'),
('Derek Blunt', 'Peter Renaday', 'Darkwing Duck'),
('DeSoto', 'Carl Weintraub', 'Oliver & Company'),
('Dewey', 'Clarence Nash; Russi Taylor', 'Donald\'s Nephews'),
('Dex Barrington', 'Justin Berfield', 'The Country Bears'),
('Diablo', 'None', 'Sleeping Beauty'),
('Digger the Mole', 'Dub Taylor', 'The Rescuers'),
('Dijon the Thief', 'Richard Libertini', 'DuckTales'),
('Dinah the Cat', 'None', 'Alice in Wonderland'),
('Dinah the Dachshund', 'None', 'The Sleepwalker'),
('Dinky', 'Richard Bakalyan', 'The Fox and the Hound'),
('The Director', 'James Lipton', 'Bolt'),
('Dixie', 'Reba McEntire', 'The Fox and the Hound 2'),
('Dizzie the Vulture', 'Lord Tim Hudson', 'The Jungle Book'),
('Djali', 'None', 'The Hunchback of Notre Dame'),
('Doc', 'Roy Atwell', 'Snow White and the Seven Dwarfs'),
('Doctor Mouse', 'Bernard Fox', 'The Rescuers Down Under'),
('Dodger', 'Billy Joel', 'Oliver & Company'),
('The Dodo', 'Bill Thompson', 'Alice in Wonderland'),
('The Dog Catcher', 'Jeff Bennett', 'Lady and the Tramp II: Scamp\'s Adventure'),
('Doli', 'John Byner', 'The Black Cauldron'),
('Don Karnage', 'Jim Cummings', 'TaleSpin'),
('Donald Duck', 'Clarence Nash; Tony Anselmo', 'The Wise Little Hen'),
('Doofus Drake', 'Brian Cummings', 'DuckTales'),
('The Doorknob', 'Joseph Kearns', 'Alice in Wonderland'),
('The Doorman', 'Don Barclay', 'Cinderella'),
('Dopey', 'Eddie Collins', 'Snow White and the Seven Dwarfs'),
('Doris', 'Ethan Sandler', 'Meet the Robinsons'),
('The Dormouse', 'Jimmy MacDonald', 'Alice in Wonderland'),
('Doug Ramses', 'Rich Moore', 'Zootopia'),
('Dr. Calico', 'Malcolm McDowell', 'Bolt'),
('Dr. David Q. Dawson', 'Val Bettin', 'The Great Mouse Detective'),
('Dr. Doppler', 'David Hyde Pierce', 'Treasure Planet'),
('Dr. Facilier', 'Keith David', 'The Princess and the Frog'),
('Dr. Forrester', 'Ronn Moss', 'Bolt'),
('Dr. Jacques von Hamsterviel', 'Jeff Bennett', 'Stitch! The Movie'),
('Dr. Joshua Sweet', 'Phil Morris', 'Atlantis: The Lost Empire'),
('Dr. Jumba Jookiba', 'David Ogden Stiers', 'Lilo & Stitch'),
('Dr. Reginald Bushroot', 'Tino Insana', 'Darkwing Duck'),
('Drake Mallard (Darkwing Duck)', 'Jim Cummings', 'Darkwing Duck'),
('Drizella Tremaine', 'Rhoda Williams; Russi Taylor', 'Cinderella'),
('Duchess', 'Eva Gabor', 'The Aristocats'),
('Duchess', 'Marjorie Bennett', 'One Hundred and One Dalmatians'),
('Duckworth', 'Chuck McCann', 'DuckTales'),
('Duke', 'None', 'Fantasia 2000'),
('Duke of Weselton', 'Alan Tudyk', 'Frozen'),
('Duke Weaselton', 'Alan Tudyk', 'Zootopia'),
('Dumbo', 'None', 'Dumbo'),
('Duncan', 'Horatio Sanz', 'Wreck-It Ralph'),
('Ed', 'Jim Cummings', 'The Lion King'),
('Edgar Balthazar the Butler', 'Roddy Maude-Roxby', 'The Aristocats'),
('Edward', 'Roger Rees', 'Return to Never Land'),
('Eema', 'Della Reese', 'Dinosaur'),
('Eeyore', 'Ralph Wright', 'Winnie the Pooh and the Honey Tree'),
('Einstein', 'Richard Mulligan', 'Oliver & Company'),
('El Capitan', 'Jim Cummings', 'DuckTales'),
('Eli \"Big Daddy\" La Bouff', 'John Goodman', 'The Princess and the Frog'),
('Ellie Mae', 'Jeanette Nolan', 'The Rescuers'),
('Elliott', 'Charlie Callas', 'Pete\'s Dragon'),
('Elmer Elephant', 'None', 'Silly Symphonies'),
('Elsa', 'Idina Menzel', 'Frozen'),
('Emmitt Otterton', 'None', 'Zootopia'),
('Emperor of China', 'Pat Morita', 'Mulan'),
('The Enchantress', 'Kath Soucie', 'Beauty and the Beast: The Enchanted Christmas'),
('Esmeralda', 'Demi Moore', 'The Hunchback of Notre Dame'),
('Eudora', 'Oprah Winfrey', 'The Princess and the Frog'),
('Evangaline', 'None', 'The Princess and the Frog'),
('Evinrude', 'Jimmy MacDonald', 'The Rescuers'),
('Fa Li', 'Freda Foh Shen', 'Mulan'),
('Fa Zhou', 'Soon-Tek Oh', 'Mulan'),
('Fagin', 'Dom DeLuise', 'Oliver & Company'),
('Fairy Godmother', 'Verna Felton; Russi Taylor', 'Cinderella'),
('Fairy Mary', 'Jane Horrocks', 'Disney Fairies'),
('Faline', 'Cammie King; Ann Gillis', 'Bambi'),
('Fall-Apart Rabbit', 'Frank Welker', 'Bonkers'),
('Faloo', 'Carla Meyer', 'The Rescuers Down Under'),
('Fat Cat', 'Jim Cummings', 'Chip \'n Dale Rescue Rangers'),
('Father Wolf', 'Ben Wright', 'The Jungle Book'),
('Fauna', 'Barbara Jo Allen', 'Sleeping Beauty'),
('Fawn', 'America Ferrera', 'Disney Fairies'),
('Felicia the Cat', 'Frank Welker', 'The Great Mouse Detective'),
('Fenton Crackshell (Gizmoduck)', 'Hamilton Camp', 'DuckTales'),
('Fenton Q. Harcourt', 'David Ogden Stiers', 'Atlantis: The Lost Empire'),
('Ferdie Fieldmouse', 'None', 'Mickey\'s Steam Roller'),
('Ferdinand the Bull', 'Milt Kahl', 'Silly Symphonies'),
('Fflewddur Fflam', 'Nigel Hawthorne', 'The Black Cauldron'),
('Fidget', 'Candy Candido', 'The Great Mouse Detective'),
('Fiddler Pig', 'Mary Moder', 'Three Little Pigs'),
('Fife the Piccolo', 'Paul Reubens', 'Beauty and the Beast: The Enchanted Christmas'),
('Fifer Pig', 'Dorothy Compton', 'Three Little Pigs'),
('Fifi the Featherduster', 'Kimmy Robertson', 'Beauty and the Beast'),
('Figaro the Cat', 'Mel Blanc', 'Pinocchio'),
('Figment', 'Dave Goelz', 'Journey into Imagination with Figment'),
('Finnick', 'Tommy \"Tiny\" Lister Jr.', 'Zootopia'),
('First Ancestor Fa', 'George Takei', 'Mulan'),
('Firebird !The Firebird', 'Hugo Weaving', 'Fantasia 2000'),
('Fish Out of Water', 'Dan Molina', 'Chicken Little'),
('Fix-It Felix Jr.', 'Jack McBrayer', 'Wreck-It Ralph'),
('Flaps the Vulture', 'Chad Stuart', 'The Jungle Book'),
('Flash Slothmore', 'Raymond S. Persi', 'Zootopia'),
('Flintheart Glomgold', 'Hal Smith', 'DuckTales'),
('Flit', 'Frank Welker', 'Pocahontas'),
('Flora', 'Verna Felton', 'Sleeping Beauty'),
('Flotsam and Jetsam', 'Paddi Edwards', 'The Little Mermaid'),
('Flounder', 'Jason Marin', 'The Little Mermaid'),
('Flower', 'Stan Alexander; Sterling Holloway', 'Bambi'),
('Flunkey the Baboon', 'Leo De Lyon', 'The Jungle Book'),
('Flynn Rider', 'Zachary Levi', 'Tangled'),
('Footman', 'Larry Grey', 'Cinderella'),
('Forte the Pipe Organ', 'Tim Curry', 'Beauty and the Beast: The Enchanted Christmas'),
('Foxy Loxy', 'Amy Sedaris', 'Chicken Little'),
('Fran', 'Edie McClurg', 'Higglytown Heroes'),
('Francis', 'Roscoe Lee Browne', 'Oliver & Company'),
('Francois', 'Bronson Pinchot', 'Lady and the Tramp II: Scamp\'s Adventure'),
('Francois', 'Ed Gilbert', 'The Rescuers Down Under'),
('Frank', 'Wayne Robson', 'The Rescuers Down Under'),
('Frankie the Frog', 'Aurian Redson', 'Meet the Robinsons'),
('Franny Robinson', 'Nicole Sullivan', 'Meet the Robinsons'),
('Fred', 'S. Scott Bullock', 'Timon and Pumbaa'),
('Friar Tuck', 'Andy Devine', 'Robin Hood'),
('Friend Owl', 'Will Wright', 'Bambi'),
('Frou-Frou', 'Nancy Kulp', 'The Aristocats'),
('Gadget Hackwrench', 'Tress MacNeille', 'Chip \'n Dale Rescue Rangers'),
('Gaetan \"Mole\" Moliére', 'Corey Burton', 'Atlantis: The Lost Empire'),
('Captain Gantu', 'Kevin Michael Richardson', 'Lilo & Stitch'),
('Gaston', 'Richard White', 'Beauty and the Beast'),
('Gazelle', 'Shakira', 'Zootopia'),
('General Hologram', 'Dennis Haysbert', 'Wreck-It Ralph'),
('General Li', 'James Shigeta', 'Mulan'),
('Genie', 'Robin Williams', 'Aladdin'),
('George Darling', 'Hans Conried', 'Peter Pan'),
('Georges Hautecourt', 'Charles Lane', 'The Aristocats'),
('Georgette', 'Bette Midler', 'Oliver & Company'),
('Geppetto', 'Christian Rub', 'Pinocchio'),
('Giddy the Elephant', 'Dorothy Scott', 'Dumbo'),
('Gideon', 'Mel Blanc', 'Pinocchio'),
('Giselle', 'Amy Adams', 'Enchanted'),
('Gladstone Gander', 'Rob Paulsen', 'DuckTales'),
('Gliss', 'Grey Delisle', 'Secret of the Wings'),
('Glittering Goldie', 'Joan Gerber', 'DuckTales'),
('Gloyd Orangeboar', 'None', 'Wreck-It Ralph'),
('Goob', 'Matthew Josten', 'Meet the Robinsons'),
('Goofy', 'Pinto Colvig; Bill Farmer', 'Mickey\'s Revue'),
('Goosey Loosey', 'Mark Walton', 'Chicken Little'),
('Gopher', 'Howard Morris; Michael Gough', 'Winnie the Pooh and the Honey Tree'),
('Gosalyn Mallard', 'Christine Cavanaugh', 'Darkwing Duck'),
('Governor John Ratcliffe', 'David Ogden Stiers', 'Pocahontas'),
('Grace', 'Jennifer Tilly', 'Home on the Range'),
('Gramma Tala', 'Rachel House', 'Moana'),
('Gramps', 'Larry Clemmons', 'The Rescuers'),
('Grand Councilwoman', 'Zoe Caldwell', 'Lilo & Stitch'),
('The Grand Duke', 'Luis Van Rooten; Rob Paulsen', 'Cinderella'),
('Grandma Duck', 'June Foray', 'This is Your Life, Donald Duck'),
('Grandmother Fa', 'June Foray', 'Mulan'),
('Grandmother Willow', 'Linda Hunt', 'Pocahontas'),
('Granny Rose', 'Vicki Lawrence', 'The Fox and the Hound 2'),
('Greasy the Weasel', 'Charles Fleischer', 'Who Framed Roger Rabbit'),
('Great Prince of the Forest', 'Fred Shields', 'Bambi'),
('Grimsby', 'Ben Wright', 'The Little Mermaid'),
('The Groundhog', 'Brian Pimental', 'Bambi II'),
('Grumpy', 'Pinto Colvig', 'Snow White and the Seven Dwarfs'),
('Gurgi', 'John Byner', 'The Black Cauldron'),
('Gus Lollygagger', 'Jimmy MacDonald; Corey Burton', 'Cinderella'),
('Gus Goose', 'Clarence Nash', 'Donald\'s Cousin Gus'),
('Gyro Gearloose', 'Hal Smith', 'DuckTales'),
('Hades', 'James Woods', 'Hercules'),
('Hands', 'Micheal McShane', 'Treasure Planet'),
('Happy', 'Otis Harlan', 'Snow White and the Seven Dwarfs'),
('Harold the Seahorse', 'Will Ryan', 'The Little Mermaid'),
('Haroud Hazi Bin', 'James Avery', 'Aladdin'),
('Harvey Fenner', 'Corey Burton', 'The Princess and the Frog'),
('Headless Horseman', 'None', 'The Adventures of Ichabod and Mr. Toad'),
('Heihei the Rooster', 'Alan Tudyk', 'Moana'),
('Helga Sinclair', 'Claudia Christian', 'Atlantis: The Lost Empire'),
('Hen Wen', 'None', 'The Black Cauldron'),
('Henry Fenner', 'Jerry Kernion', 'The Princess and the Frog'),
('Hera', 'Samantha Eggar', 'Hercules'),
('Herb Muddlefoot', 'Jim Cummings', 'Darkwing Duck'),
('Hercules', 'Tate Donovan; Joshua Keaton', 'Hercules'),
('Hermes', 'Paul Shaffer', 'Hercules'),
('Hiram Flaversham', 'Alan Young; Alan Young', 'The Great Mouse Detective'),
('Hit Cat the English Cat', 'Lord Tim Hudson', 'The Aristocats'),
('Honker Muddlefoot', 'Katie Leigh', 'Darkwing Duck'),
('Hook Hand', 'Brad Garrett', 'Tangled'),
('Hoonah', 'Tress MacNeille', 'Brother Bear 2'),
('Horace & Jasper', 'Frederick Worlock; J. Pat O\'Malley', '101 Dalmatians'),
('Horace Horsecollar', 'Walt Disney; Bill Farmer', 'The Plow Boy'),
('The Horned King', 'John Hurt', 'The Black Cauldron'),
('Huey', 'Clarence Nash; Russi Taylor', 'Donald\'s Nephews'),
('Hugo', 'Jason Alexander', 'The Hunchback of Notre Dame'),
('Humbert the Huntsman', 'Stuart Buchanan', 'Snow White and the Seven Dwarfs'),
('Humphrey the Bear', 'Jimmy MacDonald; Jim Cummings', 'Hold That Pose'),
('Hyacinth Hippo', 'Tress MacNeille', 'Fantasia'),
('Iago', 'Gilbert Gottfried', 'Aladdin'),
('Ian the Alligator', 'Kevin Michael Richardson', 'The Princess and the Frog'),
('Ichabod Crane', 'Pinto Colvig', 'The Adventures of Ichabod and Mr. Toad'),
('The Indian Chief', 'Candy Candido', 'Peter Pan'),
('Innoko', 'Wanda Sykes', 'Brother Bear 2'),
('Iridessa', 'Raven-Symoné', 'Disney Fairies'),
('J. Audubon Woodlore', 'Bill Thompson', 'Grin and Bear It'),
('J. Gander Hooter', 'Danny Mann', 'Darkwing Duck'),
('J. Thaddeus Toad', 'Eric Blore', 'The Adventures of Ichabod and Mr. Toad'),
('J. Worthington Foulfellow', 'Walter Catlett', 'Pinocchio'),
('Jack-in-the-Box', 'John Lithgow', 'Fantasia 2000'),
('Jackson \"Jaq\" Hopscotch', 'Jimmy MacDonald; Rob Paulsen', 'Cinderella'),
('Jafar', 'Jonathan Freeman', 'Aladdin'),
('Jake', 'Tristan Rogers', 'The Rescuers Down Under'),
('Jane', 'Harriet Owen', 'Return to Never Land'),
('Jane Porter', 'Minnie Driver', 'Tarzan'),
('Jeb the Goat', 'Joe Flaherty', 'Home on the Range'),
('Jennifer \"Jenny\" Foxworth', 'Natalie Gregory', 'Oliver & Company'),
('Jenny Wren', 'Martha Wentworth', 'Silly Symphonies'),
('Jerry Jumbeaux Jr.', 'John DiMaggio', 'Zootopia'),
('Jesse the Ram', 'John DiMaggio', 'Zootopia'),
('Jessica Rabbit', 'Kathleen Turner', 'Who Framed Roger Rabbit'),
('Jim Crow', 'Cliff Edwards', 'Dumbo'),
('Jim Dear', 'Lee Millar', 'Lady and the Tramp'),
('Jim Hawkins', 'Joseph Gordon-Levitt', 'Treasure Planet'),
('Jiminy Cricket', 'Cliff Edwards; Eddie Carroll', 'Pinocchio'),
('Jobless Joe', 'None', 'Fantasia 2000'),
('Jock', 'Bill Thompson', 'Lady and the Tramp'),
('Joe Giraffe', 'Pinto Colvig', 'Silly Symphonies'),
('Joey Hippo', 'None', 'Silly Symphonies'),
('John Darling', 'Paul Collins', 'Peter Pan'),
('John Silver', 'Brian Murray', 'Treasure Planet'),
('Johnny Appleseed', 'Dennis Day', 'Melody Time'),
('José Carioca', 'José Oliveira; Rob Paulsen', 'Saludos Amigos'),
('Jubileena Bing-Bing', 'Josie Trinidad', 'Wreck-It Ralph'),
('Judge Claude Frollo', 'Tony Jay', 'The Hunchback of Notre Dame'),
('Judge Doom', 'Christopher Lloyd', 'Who Framed Roger Rabbit'),
('Judy Hopps', 'Ginnifer Goodwin', 'Zootopia'),
('June', 'None', 'House of Mouse'),
('Junior', 'Clint Howard', 'The Jungle Book'),
('Junior the Buffalo', 'Lance LeGault', 'Home on the Range'),
('Kaa', 'Sterling Holloway; Jim Cummings', 'The Jungle Book'),
('Kala', 'Glenn Close', 'Tarzan'),
('Kanga', 'Barbara Luddy', 'Winnie the Pooh and the Honey Tree'),
('Kata', 'Catherine O\'Hara', 'Brother Bear 2'),
('Katrina Van Tassel', 'None', 'The Adventures of Ichabod and Mr. Toad'),
('Kekata the Medicine man', 'Gordon Tootoosis', 'Pocahontas'),
('Kenai', 'Joaquin Phoenix', 'Brother Bear'),
('Kerchak', 'Lance Henriksen', 'Tarzan'),
('Kiara', 'Michelle Horn; Neve Campbell', 'The Lion King II: Simba\'s Pride'),
('The King', 'Luis Van Rooten', 'Cinderella'),
('The King of Hearts', 'Dink Trout', 'Alice in Wonderland'),
('King Candy/Turbo', 'Alan Tudyk', 'Wreck-It Ralph'),
('King Eiddileg', 'Arthur Malet', 'The Black Cauldron'),
('King Hubert', 'Bill Thompson', 'Sleeping Beauty'),
('King Kashekim Nedakh', 'Leonard Nimoy', 'Atlantis: The Lost Empire'),
('King Leonidas', 'Lennie Weinrib', 'Bedknobs and Broomsticks'),
('King Louie', 'Louis Prima', 'The Jungle Book'),
('King Richard', 'Peter Ustinov', 'Robin Hood'),
('King Roland II', 'Travis Willingham', 'Sofia the First'),
('King Stefan', 'Taylor Holmes', 'Sleeping Beauty'),
('King Triton', 'Kenneth Mars', 'The Little Mermaid'),
('Kirby', 'Sean Elmore', 'Chicken Little'),
('Kit Cloudkicker', 'R. J. Williams; Alan Roberts', 'TaleSpin'),
('Kocoum', 'James Apaumut Fall', 'Pocahontas'),
('Koda', 'Jeremy Suarez', 'Brother Bear'),
('Kovu', 'Ryan O\'Donohue; Jason Marsden', 'The Lion King II: Simba\'s Pride'),
('Krebbs', 'Douglas Seale', 'The Rescuers Down Under'),
('Kristoff', 'Jonathan Groff', 'Frozen'),
('Kron', 'Samuel E. Wright', 'Dinosaur'),
('Kronk Pepikrankenitz', 'Patrick Warburton', 'The Emperor\'s New Groove'),
('Kuzco', 'David Spade', 'The Emperor\'s New Groove'),
('Lachesis', 'Carole Shelley', 'Hercules'),
('Lady', 'Barbara Luddy', 'Lady and the Tramp'),
('Lady DeBurne', 'April Winchell', 'The Hunchback of Notre Dame II'),
('Lady Kluck', 'Carole Shelley', 'Robin Hood'),
('Lady Mouse', 'Shani Wallis', 'The Great Mouse Detective'),
('Lady Tremaine', 'Eleanor Audley; Susanne Blakeslee', 'Cinderella'),
('Lafayette the Basset Hound', 'George Lindsey', 'The Aristocats'),
('Lampwick', 'Frankie Darro', 'Pinocchio'),
('Larry the Duck', 'Marshall Efron', 'Home on the Range'),
('Launchpad McQuack', 'Terry McGovern', 'DuckTales'),
('Laverne', 'Mary Wickes', 'The Hunchback of Notre Dame'),
('Lawrence the Valet', 'Peter Bartlett', 'The Princess and the Frog'),
('Le Fou', 'Jesse Corti', 'Beauty and the Beast'),
('Lefty', 'Nathan Greno', 'Meet the Robinsons'),
('Le Plufme', 'Rob Paulsen', 'Belle\'s Magical World'),
('Lewis', 'Jordan Fry', 'Meet the Robinsons'),
('Li Shang', 'B.D. Wong', 'Mulan'),
('Lil Bad Wolf', 'Andrew Lawrence', 'The Porker\'s Court'),
('Lilo Pelekai', 'Daveigh Chase', 'Lilo & Stitch'),
('Ling', 'Gedde Watanabe', 'Mulan'),
('Liquidator !The Liquidator', 'Jack Angel', 'Darkwing Duck'),
('Little John', 'Phil Harris', 'Robin Hood'),
('Little Toot', 'None', 'Melody Time'),
('Mr. Litwak', 'Ed O\'Neill', 'Wreck-It Ralph'),
('Lizzy', 'Tracey Miller-Zarneke', 'Meet the Robinsons'),
('Lizzy Griffths', 'Lauren Mote', 'Tinker Bell and the Great Fairy Rescue'),
('Louie', 'Clarence Nash; Russi Taylor', 'Donald\'s Nephews'),
('Louie the Hot Dog Man', 'Frank Welker', 'Oliver & Company'),
('Louis the Alligator', 'Michael-Leon Wooley', 'The Princess and the Frog'),
('Lucifer the Cat', 'June Foray', 'Cinderella'),
('Lucille Krunklehorn', 'Laurie Metcalf', 'Meet the Robinsons'),
('Lucky', 'Mimi Gibson', 'One Hundred and One Dalmatians'),
('Lucky Jack', 'Charles Haid', 'Home on the Range'),
('Ludwig Von Drake', 'Paul Frees', 'An Adventure in Color'),
('Luke', 'Pat Buttram', 'The Rescuers'),
('Lumière', 'Jerry Orbach', 'Beauty and the Beast'),
('Lumpy the Heffalump', 'Kyle Stanger', 'Pooh\'s Heffalump Movie'),
('Lyle', 'Jeff Foxworthy', 'The Fox and the Hound 2'),
('Ma Beagle', 'June Foray', 'DuckTales'),
('Mad Hatter', 'Ed Wynn', 'Alice in Wonderland'),
('Madame Adelaide Bonfamille', 'Hermione Baddeley', 'The Aristocats'),
('Madame Medusa', 'Geraldine Page', 'The Rescuers'),
('Madam Mim', 'Martha Wentworth', 'The Sword in the Stone'),
('Madame Upanova', 'Tress MacNeille', 'Fantasia'),
('Madellaine', 'Jennifer Love Hewitt', 'The Hunchback of Notre Dame II'),
('Maggie', 'Roseanne Barr', 'Home on the Range'),
('Magic Carpet', 'None', 'Aladdin'),
('The Magic Mirror', 'Moroni Olsen', 'Snow White and the Seven Dwarfs'),
('Magica De Spell', 'June Foray', 'DuckTales'),
('Mahra the Baboon', 'Tress MacNeille', 'Jungle Cubs'),
('Maid Marian', 'Monica Evans', 'Robin Hood'),
('Major the Horse', 'None', 'Cinderella'),
('Maleficent', 'Eleanor Audley', 'Sleeping Beauty'),
('Malina', 'Jessica Di Cicco', 'The Emperor\'s New School'),
('Mama Odie', 'Jenifer Lewis', 'The Princess and the Frog'),
('Man the Hunter', 'None', 'Bambi'),
('Marahute', 'Frank Welker', 'The Rescuers Down Under'),
('March Hare', 'Jerry Colonna', 'Alice in Wonderland'),
('Marie', 'Liz English', 'The Aristocats'),
('Markowski', 'Joe Lo Truglio', 'Wreck-It Ralph'),
('Marlon the Alligator', 'Emeril Lagasse', 'The Princess and the Frog'),
('Mary Darling', 'Heather Angel', 'Peter Pan'),
('The Matchmaker', 'Miriam Margoyles', 'Mulan'),
('Maui', 'Dwayne Johnson', 'Moana'),
('Maurice', 'Rex Everhart', 'Beauty and the Beast'),
('Max Goof', 'Dana Hill; Jason Marsden', 'Goof Troop'),
('Max Hare', 'Ned Norton', 'The Tortoise and the Hare'),
('Max the Sheepdog', 'Frank Welker', 'The Little Mermaid'),
('Maximus', 'None', 'Tangled'),
('May', 'None', 'House of Mouse'),
('Mayor Lionheart', 'J.K. Simmons', 'Zootopia'),
('Mechanicles', 'Charlie Adler', 'Aladdin'),
('Meeko', 'John Kassir', 'Pocahontas'),
('Megabyte Beagle', 'Frank Welker', 'DuckTales'),
('Megara', 'Susan Egan', 'Hercules'),
('Megavolt', 'Dan Castellaneta', 'Darkwing Duck'),
('Melody', 'Tara Strong', 'The Little Mermaid II: Return to the Sea'),
('Melinda', 'None', 'Fantasia'),
('Melpomene', 'Cheryl Freeman', 'Hercules'),
('Melvin', 'Fred Willard', 'Chicken Little'),
('Mena', 'Cree Summer', 'Bambi II'),
('Merlin', 'Karl Swenson', 'The Sword in the Stone'),
('Merlock the Magician', 'Christopher Lloyd', 'DuckTales'),
('Merryweather', 'Barbara Luddy', 'Sleeping Beauty'),
('Michael Darling', 'Tommy Luske', 'Peter Pan'),
('Mickey Mouse', 'Walt Disney', 'Steamboat Willie'),
('Mike the Microphone', 'Rod Roddy', 'House of Mouse'),
('Mildred', 'Angela Bassett', 'Meet the Robinsons'),
('Milo Thatch', 'Michael J. Fox', 'Atlantis: The Lost Empire'),
('Mindy', 'Kari Wahlgren', 'Bolt'),
('Minnie Mouse', 'Walt Disney; Marcellite Garner', 'Plane Crazy'),
('Minty Zaki', 'None', 'Wreck-It Ralph'),
('Mirage', 'Bebe Neuwirth', 'Aladdin (TV series)'),
('Miranda Wright', 'Karla DeVito', 'Bonkers'),
('Miss Bianca', 'Eva Gabor', 'The Rescuers'),
('Miss Kitty', 'Melissa Manchester', 'The Great Mouse Detective'),
('Miss Nettle', 'Megan Mullally', 'Sofia the First'),
('Mittens', 'Susie Essman', 'Bolt'),
('Moana Waialiki', 'Auli\'i Cravalho', 'Moana'),
('Moley', 'Colin Campbell', 'The Adventures of Ichabod and Mr. Toad'),
('Monsieur D\'Arque', 'Tony Jay', 'Beauty and the Beast'),
('Monstro', 'Thurl Ravenscroft', 'Pinocchio'),
('Monterey Jack', 'Jim Cummings', 'Chip \'n Dale Rescue Rangers'),
('Mooch', 'Bill Fagerbakke', 'Lady and the Tramp II: Scamp\'s Adventure'),
('Morcupine Porcupine', 'Mark Dindal', 'Chicken Little'),
('Morgana', 'Pat Carroll', 'The Little Mermaid II: Return to the Sea'),
('Morgana McCawber', 'Kath Soucie', 'Darkwing Duck'),
('Morph', 'Dane A. Davis', 'Treasure Planet'),
('Mortimer Mouse', 'Maurice LaMarche', 'Mickey\'s Rival'),
('Morty Fieldmouse', 'None', 'Mickey\'s Steam Roller'),
('Mother Gothel', 'Donna Murphy', 'Tangled'),
('Mother Rabbit', 'Barbara Luddy', 'Robin Hood'),
('Mowgli', 'Bruce Reitherman', 'The Jungle Book'),
('Mozenrath', 'Jonathan Brandis', 'Aladdin'),
('Mr. Arrow', 'Roscoe Lee Browne', 'Treasure Planet'),
('Mr. Big', 'Maurice LaMarche', 'Zootopia'),
('Mr. Pettibone', 'Jeff Pidgeon', 'Mickey Mouse Clubhouse'),
('Mr. Smee', 'Bill Thompson', 'Peter Pan'),
('Mr. Snoops', 'Joe Flynn', 'The Rescuers'),
('Mr. Stork', 'Sterling Holloway', 'Dumbo'),
('Mr. Willerstein', 'Tom Kenny', 'Meet the Robinsons'),
('Mr. Woolensworth', 'Patrick Stewart', 'Chicken Little'),
('Mrs. Calloway', 'Judi Dench', 'Home on the Range'),
('Mrs. Featherby', 'June Foray', 'DuckTales'),
('Mrs. Hasagawa', 'Amy Hill', 'Lilo & Stitch'),
('Mrs. Judson', 'Diana Chesney', 'The Great Mouse Detective'),
('Mrs. Jumbo', 'Verna Felton', 'Dumbo'),
('Mrs. Otterton', 'Octavia Spencer', 'Zootopia'),
('Mrs. Possum', 'Mary Lansing', 'Bambi'),
('Mrs. Potts', 'Angela Lansbury', 'Beauty and the Beast'),
('Mrs. Quail', 'Thelma Boardman', 'Bambi'),
('Mufasa', 'James Earl Jones', 'The Lion King'),
('Mulan', 'Ming-Na Wen; Lea Salonga', 'Mulan'),
('Mungo', 'Jason Marsden', 'Tarzan'),
('Mushu', 'Eddie Murphy', 'Mulan'),
('Myrtle Edmonds', 'Miranda Paige Walls; Liliana Mumy', 'Lilo & Stitch'),
('Nakoma', 'Michelle St. John', 'Pocahontas'),
('Nala', 'Moira Kelly; Niketa Calame', 'The Lion King'),
('Nana', 'None', 'Peter Pan'),
('Nancy Tremaine', 'Idina Menzel', 'Enchanted'),
('Nani Pelekai', 'Tia Carrere', 'Lilo & Stitch'),
('Nanny', 'Martha Wentworth', 'One Hundred and One Dalmatians'),
('Napoleon the Bloodhound', 'Pat Buttram', 'The Aristocats'),
('Nasira', 'Jodi Benson', 'Aladdin in Nasira\'s Revenge'),
('Nathaniel', 'Timothy Spall', 'Enchanted'),
('Natives', 'Jeff Bennett', 'Timon and Pumbaa'),
('Ned the Baboon', 'Charlie Adler', 'Jungle Cubs'),
('Neera', 'Julianna Margulies', 'Dinosaur'),
('NegaDuck', 'Jim Cummings', 'Darkwing Duck'),
('Nessus', 'Jim Cummings', 'Hercules'),
('Nibs', 'Jeffrey Silver', 'Peter Pan'),
('Nicholas \"Nick\" P. Wilde', 'Jason Bateman', 'Zootopia'),
('Nita', 'Mandy Moore', 'Brother Bear 2'),
('Nuka', 'Andy Dick', 'The Lion King II: Simba\'s Pride'),
('Nurse Mouse', 'Russi Taylor', 'The Rescuers Down Under'),
('Nutsy the Vulture', 'Ken Curtis', 'Robin Hood'),
('Oaken', 'Chris Williams', 'Frozen'),
('The Octopus', 'Frank Welker', 'Return to Never Land'),
('Olaf', 'Josh Gad', 'Frozen'),
('Oliver', 'Joey Lawrence', 'Oliver & Company'),
('Olivia Flaversham', 'Susanne Pollatschek', 'The Great Mouse Detective'),
('Ollie the Pig', 'Charlie Dell', 'Home on the Range'),
('Onus', 'Corey Burton', 'Treasure Planet'),
('Orddu', 'Eda Reiss Merin', 'The Black Cauldron'),
('Orgoch', 'Billie Hayes', 'The Black Cauldron'),
('Orville', 'Jim Jordan', 'The Rescuers'),
('Orwen', 'Adele Malis-Morey', 'The Black Cauldron'),
('Oswald the Lucky Rabbit', 'Frank Welker', 'Trolley Troubles'),
('Otto', 'J. Pat O\'Malley', 'Robin Hood'),
('Owl', 'Hal Smith', 'Winnie the Pooh and the Honey Tree'),
('Pacha', 'John Goodman', 'The Emperor\'s New Groove'),
('Pain and Panic', 'Bobcat Goldthwait; Matt Frewer', 'Hercules'),
('Panchito Pistoles', 'Joaquin Garay; Carlos Alazraqui', 'The Three Caballeros'),
('Pascal', 'Frank Welker', 'Tangled'),
('Patch', 'Mickey Maga', 'One Hundred and One Dalmatians'),
('Pearl Gesner', 'Carole Cook', 'Home on the Range'),
('Peg', 'Peggy Lee', 'Lady and the Tramp'),
('Peg Pete', 'April Winchell', 'Goof Troop'),
('Pegasus', 'Frank Welker', 'Hercules'),
('Penny\'s Mom', 'Grey DeLisle', 'Bolt'),
('Penny', 'Sandra Abbott', 'One Hundred and One Dalmatians'),
('Penny', 'Michelle Stacy', 'The Rescuers'),
('Penny', 'Miley Cyrus', 'Bolt'),
('Pepper Ann Pearson', 'Kathleen Wilhoite', 'Pepper Ann'),
('Peppo the Italian Cat', 'Vito Scotti', 'The Aristocats'),
('Percival C. McLeach', 'George C. Scott', 'The Rescuers Down Under'),
('Percy', 'Danny Mann', 'Pocahontas'),
('Perdita', 'Cate Bauer', '101 Dalmatians'),
('Periwinkle', 'Lucy Hale', 'Secret of the Wings'),
('Pete', 'Billy Bletcher; Jim Cummings', 'Alice Solves the Puzzle'),
('Pete Junior', 'Rob Paulsen', 'Goof Troop'),
('Peter Pan', 'Bobby Driscoll', 'Peter Pan'),
('Peter Pig', 'Pinto Colvig', 'The Wise Little Hen'),
('The Phantom Blot', 'Frank Welker; John O\'Hurley', 'DuckTales'),
('Philoctetes', 'Danny DeVito', 'Hercules'),
('Philippe the Horse', 'Hal Smith', 'Beauty and the Beast'),
('Piglet', 'John Fiedler', 'Winnie the Pooh and the Blustery Day'),
('Pinocchio', 'Dickie Jones', 'Pinocchio'),
('Pip', 'Jeff Bennett; Kevin Lima', 'Enchanted'),
('Pistol Pete', 'Nancy Cartwright', 'Goof Troop'),
('Plio', 'Alfre Woodard', 'Dinosaur'),
('Pluto', 'Pinto Colvig; Bill Farmer', 'The Chain Gang'),
('Pocahontas', 'Irene Bedard; Judy Kuhn', 'Pocahontas'),
('Poe De Spell', 'Terry McGovern; Frank Welker', 'DuckTales'),
('Pom-Pom', 'Frank Welker', 'Cinderella II: Dreams Come True'),
('Pongo', 'Rod Taylor', '101 Dalmatians'),
('Powerline', 'Tevin Campbell', 'A Goofy Movie'),
('Practical Pig', 'Pinto Colvig', 'Three Little Pigs'),
('Preston B. Whitmore', 'John Mahoney', 'Atlantis: The Lost Empire'),
('Prince', 'Harry Stockwell', 'Snow White and the Seven Dwarfs'),
('Prince Charming', 'William Phipps', 'Cinderella'),
('Prince Edward', 'James Marsden', 'Enchanted'),
('Prince Eric', 'Christopher Daniel Barnes', 'The Little Mermaid'),
('Prince Hans', 'Santino Fontana', 'Frozen'),
('Prince James', 'Zach Callison', 'Sofia the First'),
('Prince John', 'Peter Ustinov', 'Robin Hood'),
('Prince Naveen', 'Bruno Campos', 'The Princess and the Frog'),
('Prince Phillip', 'Bill Shirley', 'Sleeping Beauty'),
('Princess', 'Queenie Leonard', 'One Hundred and One Dalmatians'),
('Princess Amber', 'Darcy Rose Byrnes', 'Sofia the First'),
('Princess Eilonwy', 'Susan Sheridan', 'The Black Cauldron'),
('Princess Jasmine', 'Linda Larkin; Lea Salonga', 'Aladdin'),
('Princess Kidagakash', 'Cree Summer', 'Atlantis: The Lost Empire'),
('Principal Mazur', 'Wallace Shawn', 'A Goofy Movie'),
('Prissy the Elephant', 'Sarah Selby', 'Dumbo'),
('Professor Norton Nimnul', 'Jim Cummings', 'Chip \'n Dale Rescue Rangers'),
('Professor Ratigan', 'Vincent Price', 'The Great Mouse Detective'),
('Pronk Oryx-Antlerson', 'Jared Bush', 'Zootopia'),
('Prudence', 'Holland Taylor', 'Cinderella II: Dreams Come True'),
('Psycho the Weasel', 'Charles Fleischer', 'Who Framed Roger Rabbit'),
('Pua', 'None', 'Moana'),
('Pumbaa', 'Ernie Sabella', 'The Lion King'),
('Quackerjack', 'Michael Bell', 'Darkwing Duck'),
('Quasimodo', 'Tom Hulce', 'The Hunchback of Notre Dame'),
('Queen', 'Kari Wahlgren', 'Tangled Ever After'),
('Queen Athena', 'Lorelei Hill Butters', 'The Little Mermaid: Ariel\'s Beginning'),
('Queen Clarion', 'Anjelica Huston', 'Disney Fairies'),
('Queen Grimhilde', 'Lucille La Verne', 'Snow White and the Seven Dwarfs'),
('Queen Leah', 'Barbara Dirikson', 'Sleeping Beauty'),
('Queen Miranda', 'Sara Ramirez', 'Sofia the First'),
('Queen Mousetoria', 'Eve Brenner', 'The Great Mouse Detective'),
('Queen Narissa', 'Susan Sarandon', 'Enchanted'),
('The Queen of Hearts', 'Verna Felton', 'Alice in Wonderland'),
('Quint', 'Corey Burton', 'Timon and Pumbaa'),
('Rabbit', 'Junius Matthews', 'Winnie the Pooh and the Honey Tree'),
('Rachel', 'None', 'Fantasia 2000'),
('Rafiki', 'Robert Guillaume', 'The Lion King'),
('Rajah', 'Frank Welker', 'Aladdin'),
('Rancis Fluggerbutter', 'Jamie Elman', 'Wreck-It Ralph'),
('Rapunzel', 'Mandy Moore', 'Tangled'),
('Ratty', 'Claud Allister', 'The Adventures of Ichabod and Mr. Toad'),
('Ray the Firefly', 'Jim Cummings', 'The Princess and the Frog'),
('Razoul', 'Jim Cummings', 'Aladdin'),
('Red', 'Peter Firth', 'The Rescuers Down Under'),
('Rhino', 'Mark Walton', 'Bolt'),
('Rhoda Dendron', 'Jennifer Darling', 'Darkwing Duck'),
('Rico', 'Charles Dennis', 'Home on the Range'),
('The Ringmaster', 'Herman Bing', 'Dumbo'),
('Rita', 'Sheryl Lee Ralph', 'Oliver & Company'),
('Robert \"Bobby\" Zimmeruski', 'Pauly Shore', 'A Goofy Movie'),
('Robin Hood', 'Brian Bedford', 'Robin Hood'),
('Roger Rabbit', 'Charles Fleischer', 'Who Framed Roger Rabbit'),
('Roger Radcliffe', 'Ben Wright', '101 Dalmatians'),
('Rolly', 'Barbara Beaird', 'One Hundred and One Dalmatians'),
('Ronno', 'Anthony Ghannam', 'Bambi II'),
('Roo', 'Clint Howard', 'Winnie the Pooh and the Honey Tree'),
('Roo', 'Dori Whittaker', 'Winnie the Pooh and the Honey Tree'),
('Roquefort the Mouse', 'Sterling Holloway', 'The Aristocats'),
('Roscoe', 'Taurean Blacque', 'Oliver & Company'),
('The Rose', 'Doris Lloyd', 'Alice in Wonderland'),
('Rosetta', 'Kristin Chenoweth', 'Disney Fairies'),
('Roxanne', 'Kellie Martin', 'A Goofy Movie'),
('Ruby', 'Cathy Moriarty', 'Lady and the Tramp II: Scamp\'s Adventure'),
('Rufus', 'John McIntire', 'The Rescuers'),
('Runt of the Litter', 'Steve Zahn', 'Chicken Little'),
('Rusty the Dog', 'G.W. Bailey', 'Home on the Range'),
('Rutt and Tuke', 'Rick Moranis; Dave Thomas', 'Brother Bear'),
('Sa\'luk', 'Jerry Orbach', 'Aladdin and the King of Thieves'),
('Sadira', 'Kellie Martin', 'Aladdin'),
('Sam Flynn', 'Garrett John Hedlund', 'Tron: Legacy'),
('Sam the Sheriff', 'Richard Riehle', 'Home on the Range'),
('Sarabi', 'Madge Sinclair', 'The Lion King'),
('Sarafina', 'Zoe Leader', 'The Lion King'),
('Sarah Hawkins', 'Laurie Metcalf', 'Treasure Planet'),
('Sarousch', 'Michael McKean', 'The Hunchback of Notre Dame II'),
('Scamp', 'Scott Wolf', 'Lady and the Tramp II: Scamp\'s Adventure'),
('Scar', 'Jeremy Irons', 'The Lion King'),
('Scat Cat', 'Scatman Crothers', 'The Aristocats'),
('Scratchy', 'None', 'Lady and the Tramp II: Scamp\'s Adventure'),
('Scrooge McDuck', 'Alan Young', 'DuckTales'),
('Scroop', 'Michael Wincott', 'Treasure Planet'),
('Scuttle', 'Buddy Hackett', 'The Little Mermaid'),
('Sebastian', 'Samuel E. Wright', 'The Little Mermaid'),
('Secretary Bird', 'Lennie Weinrib', 'Bedknobs and Broomsticks'),
('Sergeant Calhoun', 'Jane Lynch', 'Wreck-It Ralph'),
('Sgt. Tibbs', 'David Frankham', '101 Dalmatians'),
('Shan Yu', 'Miguel Ferrer', 'Mulan'),
('Shanti (The Girl)', 'Darleen Carr', 'The Jungle Book'),
('Sha-ron', 'Mary Gibbs', 'Mulan 2'),
('Shenzi', 'Whoopi Goldberg', 'The Lion King'),
('Shere Khan', 'George Sanders', 'The Jungle Book'),
('Sheriff of Nottingham', 'Pat Buttram', 'Robin Hood'),
('Shun Gon the Chinese Cat', 'Paul Winchell', 'The Aristocats'),
('Si & Am', 'Peggy Lee', 'Lady and the Tramp'),
('Silvermist', 'Lucy Liu', 'Disney Fairies'),
('Simba', 'Jonathan Taylor Thomas', 'The Lion King'),
('Simba', 'Matthew Broderick', 'The Lion King'),
('Sir Ector', 'Sebastian Cabot', 'The Sword in the Stone'),
('Sir Giles', 'Claud Allister', 'The Reluctant Dragon'),
('Sir Hiss', 'Terry-Thomas', 'Robin Hood'),
('Sir Kay', 'Norman Alden', 'The Sword in the Stone'),
('Sir Pellinore', 'Alan Napier', 'The Sword in the Stone'),
('Sis Bunny', 'Dana Laurita', 'Robin Hood'),
('Sitka', 'D. B. Sweeney', 'Brother Bear'),
('Skippy Bunny', 'Billy Whittaker', 'Robin Hood'),
('Sleepy', 'Pinto Colvig', 'Snow White and the Seven Dwarfs'),
('Slightly', 'Stuffy Singer', 'Peter Pan'),
('Smarty the Weasel', 'David Lander', 'Who Framed Roger Rabbit'),
('Smolder the Bear', 'Jim Cummings', 'Timon and Pumbaa'),
('Sneezy', 'Billy Gilbert', 'Snow White and the Seven Dwarfs'),
('Snow White', 'Adriana Caselotti', 'Snow White and the Seven Dwarfs'),
('Snowanna Rainbeau', 'None', 'Wreck-It Ralph'),
('Princess Sofia', 'Ariel Winter', 'Sofia the First'),
('Sour Bill', 'Rich Moore', 'Wreck-It Ralph'),
('Sparky', 'Mickey Rooney', 'Lady and the Tramp II: Scamp\'s Adventure'),
('Speedy the Snail', 'Corey Burton', 'Timon and Pumbaa'),
('Spot', 'Tara Strong', '101 Dalmatians: The Series'),
('Spring Sprite', 'Helena Bonham Carter', 'Fantasia 2000'),
('Squeaks the Caterpillar', 'None', 'The Fox and the Hound'),
('Stabbington Brothers', 'Ron Perlman', 'Tangled'),
('Steelbeak', 'Rob Paulsen', 'Darkwing Duck'),
('Stitch', 'Chris Sanders', 'Lilo & Stitch'),
('Stromboli', 'Charles Judels', 'Pinocchio'),
('Stu Hopps', 'Don Lake', 'Zootopia'),
('Stupid the Weasel', 'Fred Newman', 'Who Framed Roger Rabbit'),
('The Sultan', 'Douglas Seale', 'Aladdin'),
('Sultan the Footstool', 'Frank Welker', 'Beauty and the Beast'),
('Suri', 'Hayden Panettiere', 'Dinosaur'),
('Sven', 'None', 'Frozen'),
('Swizzle \"The Swizz\" Malarkey', 'None', 'Wreck-It Ralph'),
('Sykes', 'Robert Loggia', 'Oliver & Company'),
('Sylvia Marpole', 'Bebe Neuwirth', 'An Extremely Goofy Movie'),
('Tadashi Hamada', 'Daniel Henney', 'Big Hero 6'),
('Taffyta Muttonfudge', 'Mindy Kaling', 'Wreck-It Ralph'),
('Tagalong Bunny', 'Dori Whittaker', 'Robin Hood'),
('Tamatoa', 'Jemaine Clement', 'Moana'),
('Tanana', 'Joan Copeland', 'Brother Bear'),
('Tank', 'Brad Garrett', 'An Extremely Goofy Movie'),
('Tank Muddlefoot', 'Dana Hill', 'Darkwing Duck'),
('Tantor', 'Wayne Knight', 'Tarzan'),
('Taran', 'Grant Bardsley', 'The Black Cauldron'),
('Tarzan', 'Tony Goldwyn', 'Tarzan'),
('Tarzan', 'Alex D. Linz', 'Tarzan'),
('Taurus Bulba', 'Tim Curry', 'Darkwing Duck'),
('Ted Betterhead', 'Diedrich Bader', 'The Country Bears'),
('Terence', 'Jesse McCartney', 'Disney Fairies'),
('Terk', 'Rosie O\'Donnell', 'Tarzan'),
('Terpsichore', 'LaChanze', 'Hercules'),
('Thalia', 'Roz Ryan', 'Hercules'),
('Thomas', 'Christian Bale', 'Pocahontas'),
('Thomas O\'Malley', 'Phil Harris', 'The Aristocats'),
('Thug', 'Randy Savage', 'Bolt'),
('Thumper', 'Peter Behn; Sam Edwards', 'Bambi'),
('Thumper\'s Mother', 'Margaret Lee', 'Bambi'),
('Tiana', 'Anika Noni Rose', 'The Princess and the Frog'),
('Tiger Lily', 'Cree Summer', 'Peter Pan'),
('Tigger', 'Paul Winchell', 'Winnie the Pooh and the Blustery Day'),
('Tillie Tiger', 'Alyce Ardell', 'Silly Symphonies'),
('Timon', 'Nathan Lane', 'The Lion King'),
('Timon\'s Mother', 'Julie Kavner', 'The Lion King 1½'),
('Timothy Q. Mouse', 'Edward Brophy', 'Dumbo'),
('Tina', 'Catherine O\'Hara', 'Chicken Little'),
('Tinker Bell', 'Mae Whitman', 'Peter Pan'),
('Tino Tonitini', 'Jason Marsden', 'The Weekenders'),
('Tiny', 'Joe Mateo', 'Meet the Robinsons'),
('Tip', 'Max Casella', 'The Little Mermaid II: Return to the Sea'),
('Tipo', 'Eli Russell Linnetz', 'The Emperor\'s New Groove'),
('Tito', 'Cheech Marin', 'Oliver & Company'),
('Tobias the Reluctant Dragon', 'Barnett Parker', 'The Reluctant Dragon'),
('Toby the Dog', 'Frank Welker', 'The Great Mouse Detective'),
('Toby Tortoise', 'Eddie Holden', 'The Tortoise and the Hare'),
('Toby Turtle', 'Richie Sanders', 'Robin Hood'),
('Tod', 'Keith Coogan; Mickey Rooney', 'The Fox and the Hound'),
('Tootles', 'None', 'Peter Pan'),
('Toots', 'Frank Welker', 'Bonkers'),
('Toulouse', 'Gary Dubin', 'The Aristocats'),
('Tramp', 'Larry Roberts', 'Lady and the Tramp'),
('Trigger the Vulture', 'George Lindsey', 'Robin Hood'),
('Trusty', 'Bill Baucom', 'Lady and the Tramp'),
('Tug', 'Michael Clarke Duncan', 'Brother Bear'),
('Tui Waialiki', 'Temuera Morrison', 'Moana'),
('Turkey Lurkey', 'Don Knotts', 'Chicken Little'),
('Tuskernini', 'Kenneth Mars', 'Darkwing Duck'),
('Tweedledum and Tweedledee', 'J. Pat O\'Malley', 'Alice in Wonderland'),
('Two Fingers', 'Paul Briggs', 'The Princess and the Frog'),
('Uncle Art', 'Adam West', 'Meet the Robinsons'),
('Uncle Max', 'Jerry Stiller', 'The Lion King 1½'),
('Uncle Waldo', 'Bill Thompson', 'The Aristocats'),
('Url', 'None', 'Dinosaur'),
('Ursula', 'Pat Carroll', 'The Little Mermaid'),
('Vanellope von Schweetz', 'Sarah Silverman', 'Wreck-It Ralph'),
('Vanessa (The Little Mermaid)', 'Pat Carroll; Jodi Benson', 'The Little Mermaid'),
('Veteran Cat', 'Diedrich Bader', 'Bolt'),
('Victor', 'Charles Kimbrough', 'The Hunchback of Notre Dame'),
('Vidia', 'Pamela Adlon', 'Disney Fairies'),
('Vincenzo \"Vinny\" Santorini', 'Don Novello', 'Atlantis: The Lost Empire'),
('Vitani', 'Lacey Chabert; Jennifer Lien', 'The Lion King II: Simba\'s Pride'),
('Vixey', 'Sandy Duncan', 'The Fox and the Hound'),
('Vladimir Goudenov Grizzlikof', 'Ron Feinberg', 'Darkwing Duck'),
('Vulture Police', 'Townsend Coleman; Brian Cummings', 'Timon and Pumbaa'),
('Waffles', 'Frank Welker', 'Goof Troop'),
('The Walrus', 'J. Pat O\'Malley', 'Alice in Wonderland'),
('Webby Vanderquack', 'Russi Taylor', 'DuckTales'),
('Webster', 'Jim Cummings', 'Belle\'s Magical World'),
('Wendy Darling', 'Kathryn Beaumont', 'Peter Pan'),
('Wesley', 'Steve Buscemi', 'Home on the Range'),
('Wheezy the Weasel', 'June Foray', 'Who Framed Roger Rabbit'),
('White Rabbit', 'Bill Thompson', 'Alice in Wonderland'),
('Widow Tweed', 'Jeanette Nolan', 'The Fox and the Hound'),
('Wiggins', 'David Ogden Stiers', 'Pocahontas'),
('Wilbur', 'John Candy', 'The Rescuers Down Under'),
('Wilbur Robinson', 'Wesley Singerman', 'Meet the Robinsons'),
('Wilhelmina Packard', 'Florence Stanley', 'Atlantis: The Lost Empire'),
('Willie the Giant', 'Billy Gilbert', 'Fun and Fancy Free'),
('Winifred the Elephant', 'Verna Felton', 'The Jungle Book'),
('Winkie the Barman', 'Oliver Wallace', 'The Adventures of Ichabod and Mr. Toad'),
('Winnie the Pooh', 'Sterling Holloway', 'Winnie the Pooh and the Honey Tree'),
('Winston', 'William Glover', 'Oliver & Company'),
('Witherspoon', 'None', 'Belle\'s Magical World'),
('Woolter the Ram', 'John DiMaggio', 'Zootopia'),
('Wormwood the Raven', 'Jim Cummings', 'Sofia the First'),
('Wreck-It Ralph', 'John C. Reilly', 'Wreck-It Ralph'),
('Wynchel', 'Adam Carolla', 'Wreck-It Ralph'),
('Xerxes', 'Frank Welker', 'Aladdin (TV series)'),
('Yao', 'Harvey Fierstein', 'Mulan'),
('Yar', 'Ossie Davis', 'Dinosaur'),
('Yax', 'Tommy Chong', 'Zootopia'),
('Yen Sid', 'Corey Burton', 'Fantasia'),
('Yo-Yo', 'None', 'Fantasia 2000'),
('Yzma', 'Eartha Kitt', 'The Emperor\'s New Groove'),
('Zarina', 'Christina Hendricks', 'The Pirate Fairy'),
('Zazu', 'Rowan Atkinson', 'The Lion King'),
('Zephyr', 'Haley Joel Osment', 'The Hunchback of Notre Dame II'),
('Zeus', 'Rip Torn', 'Hercules'),
('Ziggy the Vulture', 'Digby Wolfe', 'The Jungle Book'),
('Zini', 'Max Casella', 'Dinosaur'),
('Zipper', 'Corey Burton', 'Chip \'n Dale Rescue Rangers'),
('Zira', 'Suzanne Pleshette', 'The Lion King II: Simba\'s Pride');
COMMIT;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Result View Example
Lorem ipsum dolor sit, amet consectetur adipisicing elit. Odio porro similique eveniet tenetur voluptas at? Perferendis sunt temporibus fuga in?
Result View Example
Document in project
You can Download PDF file.