Team Fly | ![]() ![]() |
---------- 0 SQL> rollback; Rollback complete. SQL> select count(*) 2 from customers 3 where cust_state_province = 'Delhi'; COUNT(*) ---------- 34
1. Of the following four items, which one is not a DML keyword?
A. select
B. insert
C. create
D. update
2. How can the defined columns of the CUSTOMERS table be displayed?
3. In order to retrieve data from the database, there are two keywords that are mandatory. Name them.
4. Write a SQL statement to select the customer last name and city for all customers in Utah with a credit limit less than 5000.
Team Fly | ![]() ![]() |