41. How MySQL Optimizes DISTINCT? DISTINCT is converted to a GROUP BY on all columns and it will be combined with ORDER BY clause. SELECT DISTINCT t1.a FROM t1,t2 where …
MySQL
- Interview Questions and AnswersPHP and MySQLTechnical Interview Questions and Answers
- Interview Questions and AnswersPHP and MySQLTechnical Interview Questions and Answers
MySQL Interview Questions and Answers Part-4
by Sby S31. How can we get the number of rows affected by query? Number of rows can be obtained by SELECT COUNT (user_id) FROM users;
- Interview Questions and AnswersPHP and MySQLTechnical Interview Questions and Answers
MySQL Interview Questions and Answers Part-3
by Sby S21. How do you control the max size of a HEAP table? Maximum size of Heal table can be controlled by MySQL config variable called max_heap_table_size. 22. What is the …
- Interview Questions and AnswersPHP and MySQLTechnical Interview Questions and Answers
MySQL Interview Questions and Answers Part-2
by Sby S11. Define REGEXP? REGEXP is a pattern match in which matches pattern anywhere in the search value. 12. Difference between CHAR and VARCHAR? Following are the differences between CHAR and …
- Interview Questions and AnswersPHP and MySQLTechnical Interview Questions and Answers
MySQL Interview Questions and Answers Part-1
by Sby S1. What is MySQL? MySQL is an open source DBMS which is built, supported and distributed by MySQL AB (now acquired by Oracle)
- Data StructureDATABASEMySQLNetworkOracleOracle DBASQL
LIST OF RELATIONAL DATABASE MANAGEMENT SYSTEM WITH EXAMPLES
Here is top 10 examples of (RDMS) Relational database management systems. Oracle MySQL Microsoft SQL server PostgreSQL DB2 Microsoft access Sq Lite Sybase Tera data Fire bird