Examine these statements:
SET collation_connection=utf8mb4_0900_as_cs;
SELECT STRCMPCAlice', UCASE ('Alice* )) ;
What is displayed?
Question No 2
Examine these commands and output:
Which is true?
Question No 3
Which select statement returns true?
Question No 4
Examine the structure of the emp table:
Examine the structure of the emp_vu1 view based on the emp table:
Now, examine this statement:
mysq1> INSERT INTO emp_vul VALUES ('Alice',20000) ;
What is true about executing the statement?
Question No 5
Examine this statement which has executed successfully: