WARNING: TOTAL NEWBIE TO SQL and anything related!@well i was playing around with my SQL server or database (thats how i learn) and i was able to DOWNLOAD a part of my server, it was called DUMP and it gave me a .SQL file but when i open it with notepad i see bunch of code all messed,how can i open this file with a simple program ?doesent have to edit just to be able to view this file OFFLINE--------edit----------heres an example of whats inside this .SQL file;at_id`, `parent_id`, `cat_name`, `deleted`, `sub_counter`, `counter`, `cat_colour`, `cat_image`) VALUES ('40', '29', 'Health, Mind & Body', '0', '0', '0', '', '');INSERT INTO `phpauction_categories`(`cat_id`, `parent_id`, `cat_name`, `deleted`, `sub_counter`, `counter`, `cat_colour`, `cat_image`) VALUES ('41', '29', 'History', '0', '0', '0', '', '');INSERT INTO `phpauction_categories`(`cat_id`, `parent_id`, `cat_name`, `deleted`, `sub_counter`, `counter`, `cat_colour`, `cat_image`) VALUES ('42', '29', 'Home & Garden', '0', '0', '0', '', '');INSERT INTO `phpauction_categories`(`cat_id`, `parent_id`, `cat_name`, `deleted`, `sub_counter`, `counter`, `cat_colour`, `cat_image`) VALUES ('43', '29', 'Horror', '0', '0', '0', '', '');INSERT INTO `phpauction_categories`(`cat_id`, `parent_id`, `cat_name`, `deleted`, `sub_counter`, `counter`, `cat_colour`, `cat_image`) VALUES ('44', '29', 'Literature & Fiction', '0', '0', '0', '', '');INSERT INTO `phpauction_categories`(`cat_id`, `parent_id`, `cat_name`, `deleted`, `sub_counter`, `counter`, `cat_colour`, `cat_image`) VALUES ('45', '29', 'Animals', '0', '0', '0', '', '');INSERT INTO `phpauction_categories`(`cat_id`, `parent_id`, `cat_name`, `deleted`, `sub_counter`, `counter`, `cat_colour`, `cat_image`) VALUES ('46', '29', 'Catalogs', '0', '0', '0', '', '');INSERT INTO `phpauction_categories`(`cat_id`, `parent_id`, `cat_name`, `deleted`, `sub_counter`, `counter`, `cat_colour`, `cat_image`) VALUES ('47', '29', 'Children', '0', '0', '0', '', '');INSERT INTO `phpauction_categories`(`cat_id`, `parent_id`, `cat_name`, `deleted`, `sub_counter`, `counter`, `cat_colour`thats abasically a table/schedual or whatever, i need a program to open this piece of code and show me a normal looking table.