44 SQL Injection use, Show, Select in SQL Part 2

כללי / תכנות כללי 64 צפיות 21/09/2022
פתח ב-YouTube

דרג סרטון זה

התחבר כדי לדרג

תיאור

The use command is used when there are multiple databases in the SQL and the user or programmer specifically wants to use a particular database. Thus, in simple terms, the use statement selects a specific database and then performs operations on it using the inbuilt commands of SQL. The SHOW command can be used to display information about active connections and database objects. If there are no connections, the SHOW CONNECTIONS command returns "No connections available". Otherwise, the command displays a list of connection names and the URLs used to connect to them. The SELECT statement is used to select data from a database.The data returned is stored in a result table, called the result-set.

#Web School 26