InterviewSolution
Saved Bookmarks
| 1. |
What Is Difference Between Sql And Sql*plus? |
|
Answer» SQL is the query language to manipulate the data from the database. SQL*PLUS is the TOOL that lets to use SQL to FETCH and DISPLAY the data. SQL is the query language to manipulate the data from the database. SQL*PLUS is the tool that lets to use SQL to fetch and display the data. |
|