how to create database like jane

Solutions on MaxInterview for how to create database like jane by the best coders in the world

showing results for - "how to create database like jane"
Karl
04 Sep 2017
1CREATE DATABASE LINK local 
2   CONNECT TO hr IDENTIFIED BY hr
3   USING 'local';
4
5
similar questions
queries leading to this page
how to create database like jane