Please enable JavaScript.
Coggle requires JavaScript to display documents.
SQL - Coggle Diagram
SQL
-
-
-
we have seen that i can retreive additional data from table but what if we need to retieve data fron specific table
the UNION keyword can be used to retrieve data from other tables within the database. This results in a SQL injection UNION attack
-
in oracle db we must specify from so here is a built-in table on Oracle called dual which can be used for this purpose
-
-