Skip to Content
0
May 18, 2020 at 10:03 PM

Excel sheets to SQL tables?

43 Views

Hey guys, may this is a silly question... Well, recently I started to learn SQL, my idea is to convert one excel database I have to SQL . The excel databese has a lot of sheets and hyperlinks that jumps among sheets. So, my question is: do you know a way to convert those sheets to SQL tables, without losing the links? or do I have to create it in SQL from the start,by my own using foreign keys? I hope it is not second option .