Answer Posted / anil_abbireddy
database link establishes a link between two databases
there are 3 type os database links
1. private
2. public
3. network
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is pragma in sql?
Which one is better subquery or joins?
What is cursor status?
What is a memo field?
what is a relationship and what are they? : Sql dba
i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this
If the application is running very slow? At what points you need to go about the database in order to improve the performance?
what are all the different normalizations? : Sql dba
Explain autonomous transaction.
What is localdb mssqllocaldb?
What is sql partition?
How to display the current date in sql?
Does mysql support pl sql?
What is the basic structure of an sql?
Which data type is a composite type?