Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

Mysql login

Create data base

Use database

Create table
Display proddiscription with proqty less than 100

Select the prodno, proddescription, with prod qty null values on prodqty

count the number of prod qty

Display the entire row of product with null value qty

Change PO4 name to tide

display the product name according to prodprice ascending order


Display the sum of prodqty

Add column expirationdate

Display all prodname with letter a

Delete product surf

Change the data type of prodprice from decimal to integer

Display the entire table


Display the list of all database

Display tblprod structure

Display all product wich prodqty is between 1-50

Remove database dbwaltermart

You might also like