We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03b5538 commit 3c3b026Copy full SHA for 3c3b026
02_03 Selecting and Filtering Data.sql
@@ -0,0 +1,5 @@
1
+select name, price from products;
2
+
3
+select * from orders where total_amount>100;
4
5
+select * from customer where customer_name like 'A%';
0 commit comments