Do you know what database it is? MySQL? Oracle? MSSQL?
do you know the address/name of the server it lives? do you have the credentials (username and password)?
Do you know how to talk to it? If it's one of the three DBMS systems I mentioned, then you would need to know SQL to talk to it (query it) AND also know what structure of the data is.
Comment