0% found this document useful (0 votes)
25 views

Database Queries: Create A Table

This document outlines 7 database queries: 1) Create a table, 2) Calculate average salary of all employees, 3) Find maximum price, 4) Find minimum price, 5) Find names of employees starting with "p", 6) Find names of employees with "b" as the second character, 7) Select all information for employees named "joy".

Uploaded by

Prateek Jain
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views

Database Queries: Create A Table

This document outlines 7 database queries: 1) Create a table, 2) Calculate average salary of all employees, 3) Find maximum price, 4) Find minimum price, 5) Find names of employees starting with "p", 6) Find names of employees with "b" as the second character, 7) Select all information for employees named "joy".

Uploaded by

Prateek Jain
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 13

DATABASE QUERIES

1. Create a table

2. Calculate average salary of all the employees


3. Find out the maximum price
4. Find out the minimum price
5. Find out the name of all employee whose starting is “p”
6. Find out the name of all employee whose second character is “b”.
7. You have to select all the the information whose name is joy

You might also like