adspace
Answer Posted / Monika Sirohi
To run a script in SQL Developer, follow these steps:
1. Open SQL Developer.
2. Connect to your database.
3. Click on the 'Worksheet' tab.
4. Right-click and select 'New Worksheet'.
5. Paste your SQL script into the new worksheet.
6. Click the 'Run Script' button (or press F9) to execute the script.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If a cursor is open, how can we find in a pl/sql block?
What is your daily office routine?
What is the current version of postgresql?
how to use regular expression in pattern match conditions? : Sql dba
Does group by remove duplicates?
how many tables will create when we create table, what are they? : Sql dba
How do I remove duplicates in two columns?
What is the current version of sql?
Is inner join faster than left join?
what is schema? : Sql dba
Do we need to rebuild index after truncate?
what is collation? : Sql dba
how to escape special characters in sql statements? : Sql dba
what are the advantages of sql ? : Sql dba
Is primary key always clustered index?