For the database from the previous question, please give an
SQL query which returns the invoice number of all invoices
which contain the article with the number ?1234?. The query
should be able to run under a MySQL 4.0 database.
Answer / frank
SELECT invoiceNumber FROM invoices i INNER JOIN articles a
ON i.articleId=a.articleId WHERE article LIKE '%1234%';
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I connect to a database in mysql workbench?
What is the maximum size of table in mysql?
What is row level locking?
What is the password of mysql?
what is cte? : Mysql dba
What tools available for managing mysql server?
What is the difference between mysql_fetch_array() and ysql_fetch_object() ?
What is new mysqli?
SELECT country,city FROM customers GROUP BY country ORDER BY city DESC
What is the difference between mysql and sql?
in a master-master replication with two masters and alternate slaves running on two systems.can i have a script or any mysql command to know which one is right now acting as master.
How do I run mysql from command line?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)