SQL Practical Record
SQL Practical Record
Aim:
To create tables for Project and Employee, insert data into them, and execute various
queries using SQL.
Algorithm/Procedure:
- Start the database management software (e.g., Oracle SQL Developer).
- Execute the provided queries to perform operations like data retrieval and modification.
SQL Code:
-- Table Creation
-- Data Insertion
-- Queries
Results:
**Output of Query: SELECT * FROM Project**
Projno Location Custname Year
Conclusion:
The "Project" and "Employee" tables were successfully created, data was inserted, and
queries were executed to manipulate and retrieve the data.