Day-7 SQL COMMANDS
Day-7 SQL COMMANDS
"Oracle Database"
Topic : SQL Commands
Date : 21/11/2022
(Session - 07)
___________________________________________________________________________________
__________________________________________
Yesterday Session :
===================
Backup Videos
=============
👉 Session-01 : https://youtu.be/6PbFcAVMlsI
👉 Session-02 : https://youtu.be/_-av1aNx-aQ
👉 Session-03 : https://youtu.be/l5NpqX99-Rw
👉 Session-04 : https://youtu.be/La57rKkPREs
👉 Session-05 : https://youtu.be/hefHd0gXXYM
===================================================================================
==========================================
Last Session
============
* We Seen How to Interact with oracle Database Software using three appproach
2) Web page
3) Graphical User Interface(GUI) i.e., Oracle SQL Developer, Toad For Oracle
etc., >>> Trending Market
Oracle Accounts
===============
1) Database Administrator Account(DBA) Account i.e., sys(or)system (Manager)
User created.
NOTE:
=====
>> Database Username : ramesh and Database Password: ashokit
Grant succeeded.
NOTE: After Creating the User make sure we need to give permissions for
Creating Database Objects
(Table,Sequence,Index,view,Stored procedure,Stored Function etc.,)
Step-3 : Connecting to Newly Created User Using CLI Approach
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SQL> connect
Enter password:ashokit(Invisible)
Connected.
NOTE:
====
* We can always create an new Database user account through DBA Account only.
* We can't create newly Database user account from another User account.
* The Statement which we are Passed to Database Software System such statements is
called as "SQL Statements".
>> Deals with giving the Permission (or) Revoking the permisssion of an
users
>> DCL Commands are used By "DBA Persons"