Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to determine who is and change the owner of database?



How to determine who is and change the owner of database?..

Answer / Rakshapal Singh Yadav

The method for determining or changing the owner of a database depends on the specific database management system you're using. In PostgreSQL, for example, you can use the `psql` command-line tool to connect to the database as a superuser and run commands like:`ALTER DATABASE your_database OWNER TO new_owner;` To find the current owner, you might use:`SELECT datname, oid owner FROM pg_database WHERE datname = 'your_database';`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Database Management Interview Questions

What is the Result of the following 'VIK'||NULL||'RAM' ?

1 Answers   HP, Manthan Solutions,


Define dbms.

1 Answers  


What is database development process?

1 Answers  


What are codd rules?

1 Answers  


What is data in dbms?

1 Answers  


Operators used in select statements are?

1 Answers  


How do you maintain a database?

1 Answers  


What are the uses of database management system?

1 Answers  


What is Full Backup ?

3 Answers  


what are the different kinds of indexing?

1 Answers  


What is the structure of a database?

1 Answers  


What do you understand by index hunting?

1 Answers  


Categories