#Can I share my database with someone

9 messages · Page 1 of 1 (latest)

fallow oracle
#

I am doing a test assignment now (looking for a job), and one of the demands is to share info on my DB in order for them to check what's there.
I am not really sure what I must do.
One of the options is to pass them DB variables. Is this the right way? Will they be able to see the content of the DB?

unkempt copperBOT
#

Project ID: 13f0c826-2b6c-497f-bf6e-5cfbc1cd8242

jovial depotBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

fallow oracle
#

13f0c826-2b6c-497f-bf6e-5cfbc1cd8242

umbral drift
#

Will they be able to see the content of the DB
yes but isnt that the point?

fallow oracle
#

Yes, it's the point. But what exactly should they do to see it, having only these variables?

long spoke
#

anyway that's besides the point - once you get the db connection, you can get the details and enter them into your favourite database management program, then use a query like SELECT * FROM table or just look at the records

fallow oracle
#

Thanx, got it! Want to try it with my pgAdmin then