sql - how to access a database when the access is restricted to a particular place -


there student database in college.some organization wants access headquarters.

but access restricted within college only.

is possible extract data?

how , sql queries , functions above?

in network programming in can connecting via tcp r udp , extracting information t possible if databasae large?

how can using sql function

one thing can dump data , reimport own database. depends on how big data require. @ work have similar problems , have same somteimes.

if admin dumps data you, easier. can export sql commands, how depends on database using. when dump csv format, can import sqlite datbase (or others mysql etc.), if don't have local db version of own database.

an alternative export data csv. how depends on db use , didn't mention it. under oracle can use set , spool command achieve this.


Comments