InterviewSolution
Saved Bookmarks
| 1. |
Can A User Created New Connect To The Database? |
|
Answer» A NEW user can't CONNECT directly to database, because the user doesn't have any privileges to do so. When a user TRIES to connect he gets the following error at the SQL prompt: A new user can't connect directly to database, because the user doesn't have any privileges to do so. When a user tries to connect he gets the following error at the SQL prompt: |
|