Which three database objects have non-case-sensitive names on all operating system?
You have a transaction that queries a table at the beginning of the transaction and performs the same query later.
Which two transaction isolation levels guarantee that you get the same results both times?
Which three are valid identifiers for the user table in the mysq1 database?
The data from t1 table is:
Assuming You want to see this output:
Which query achieves the preceding result?
The tab-delimited file''/tmp/people,txt contains:
1636 Carsten Pederson Denmark
4672 Kai Voigt Germany
4628 Max Mether France
This is the structure of the people table:
Mysq1> DESCRIBE people;
Which statement will load the first and last names into the Names column and the country into the country column?
Currently there are no comments in this discussion, be the first to comment!