adspace
How run sql*plus commands that are stored in a local file?
Answer Posted / Neha Salonia
"To run SQL++ commands from a local file, use the @ command followed by the filename. For example:
```sql
@ C:my_script.sql
"""
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the best sql course?
If a cursor is open, how can we find in a pl/sql block?
Is inner join faster than left join?
Is primary key clustered index?
Can we rollback truncate?
what is collation? : Sql dba
How do I remove duplicates in two columns?
define sql insert statement ? : Sql dba
how to escape special characters in sql statements? : Sql dba
what is schema? : Sql dba
how to start mysql server? : Sql dba
Does group by remove duplicates?
Do we need to rebuild index after truncate?
Is primary key always clustered index?
Can delete statement be rollbacked?