i have a question about large data management,
I need to use a database of cards for a cards game (like magic), at the moment the data is in a .xls file (around 900kb).

information like name of the card, text, name of the images...

i think to save it in .csv and read it with delphi, the question is:

can i use the power of sql query on this file "somehow"?
Do you have any suggestions how to better store this data and manage it?