This repository contains SQL queries for creating and managing a software company database.
- Creating Table
- Inserting Values into Tables
- Displaying columns
- Retrieving Specific Columns for All Companies
- Filtering Companies by Country
- Counting the Number of Companies in Each Country
- Updating Company Email Address
- Deleting a Company
- Finding Companies with Email Addresses Containing 'tech'
- Ordering Companies by Name
- Concatenating Address Fields
- Finding Companies starting with T
- Retrieving Companies with Null Email Addresses
- Calculating Total Number of Companies
- Finding Companies located in various cities
- Microsoft SQL Server: Obtain the installer from the official Microsoft SQL Server downloads page and execute it to begin installation. https://www.microsoft.com/en-us/sql-server/sql-server-downloads
- PostgreSQL: Access the installer from the official PostgreSQL downloads page and execute it to initiate the installation process. https://www.postgresql.org/download/
- Oracle: Retrieve the installer from the official Oracle Database downloads page and execute it to start the installation procedure. https://www.oracle.com/database/technologies/oracle-database-software-downloads.html
- Create the database with a suitable name.
- Implement Use [database_name] command.
- Write appropriate Sql commands to manage the database.
For any questions or feedback, feel free to reach out to swapnildas742@gmail.com.