-
I have a problem with a query that is used to construct a league table. I have three tables: results, …
- 196 views
- 0 answers
- 0 votes
-
My problem is "To count the number of movies for each year that had only female actors". Table schema is …
- 183 views
- 1 answers
- 0 votes
-
I have three tables and i want to get records according to datetime for all tables, Here is my table …
- 218 views
- 1 answers
- 0 votes
-
Closed. This question needs debugging details. It is not currently accepting answers. Want to improve this question? Update the question …
- 170 views
- 0 answers
- 0 votes
-
This question already has answers here: Is storing a delimited list in a database column really that bad? (10 answers) …
- 170 views
- 1 answers
- 0 votes
-
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details …
- 184 views
- 2 answers
- 0 votes
-
I have column user and rating. SELECT rating.idUser, user.nmUser, rating.idBengkel, rating.nilai FROM `rating` JOIN user on rating.idUser = user.idUser WHERE …
- 181 views
- 1 answers
- 0 votes
-
Closed. This question needs debugging details. It is not currently accepting answers. Want to improve this question? Update the question …
- 0 views
- 0 answers
- 0 votes
-
Using the Demo Database, write a SQL* statement to select all the employees that have registered (sales) more than 10 …
- 203 views
- 0 answers
- 0 votes
-
I want to compare values of table a & c and find differences. We can specify unique_key of table a …
- 185 views
- 2 answers
- 0 votes