SQL Notes for basic to advance.
First of all if i open the sql command or Workbench then need to password. Enter password: ****** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 13 Server version: 8.0.37 MySQL Community Server - GPL Copyright (c) 2000, 2024, Oracle and/or its affiliates. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. #Data base ko dekhne ke liye quary:- ---------------------------------------- mysql> SHOW DATABASES; # then by default eske under jentna bhi rhega sb at a time execute hoga. +--------------------+ | Database | +--------------------+ | information_schema | | mysql | | performance_schema | | sys | +--------------------+ 4 rows in set (0.01 ...