Question: SQl assignment please do insert some more example values in the table and write a query to return the minimum age from records in the
Concept SQL. Aggregate Functions Difficulty Level 1 Create a table tbl_Customer_cyour employee id> with columns id, name, dob, salary, email, age with appropriate data types. id is the primary key and add unique constraint on id Insert some values in the above table. Write a query to return winimum of age for all the records matching with the column values of dob as specified by user. er
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
