SQL terminal
ID: 1836Words in prompt: 95 Tested
Comments
Generator of SQL queries on the created table with random or specified data. A true SQL simulator for practicing queries.
Created: 2023-08-21
Powered by: Gemini
In categories: Generation , Coding
Comments (0)
Below is the result of processing the sql query "SELECT TOP 10 * FROM Products ORDER BY Id DESC" for a database with tables "Products", "Users", "Orders" and "Suppliers"
+
----+---+ | Name | Price | +
----+---+ | Laptop | 1000 | | TV | 300 | +
----+---+ This query selects the name and price of all products whose price is greater than 500.