How run sql*plus commands that are stored in a local file?



How run sql*plus commands that are stored in a local file?..

Answer / 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

More SQL PLSQL Interview Questions

What is character functions?

1 Answers  


Why use truncate instead of delete?

1 Answers  


Which are the different case manipulation functions in sql?

1 Answers  


Are null values same as that of zero or a blank space?

1 Answers  


What is a scalar value in sql?

1 Answers  


Explain the difference between drop and truncate commands in sql?

1 Answers  


Can you select everything, but 1 or 2 fields, without writer's cramp?

1 Answers  


what is ref cursor in pl/sql?

3 Answers  


What is a join?

1 Answers  


What is Difference Between Unique and Primary Key Constraints?

1 Answers   Wipro,


How many sql are there?

1 Answers  


Which are the different types of indexes in sql?

1 Answers  


Categories