|
via Udemy |
Go to Course: https://www.udemy.com/course/learn-sql-skills-using-postgresql-and-ms-sql-server/
SQL stands for structural query language. It is the language used to communicate and interrogate databases. In this course we will be using SQL on PostgreSQL and Microsoft SQL Server. Microsoft SQL Server is a relational database management system. (RDBMS)supports a wide variety of transaction processing.Supports business intelligence.Supports analytics applications in corporate IT environments.It's one of the three market-leading database technologies.SQL server is used in a lot of countries and companies. PostgreSQL is commonly known as Postgres and it is also open source database.There is an increasing need for data scientists and analysts to understand relational data stores. Organizations have long used SQL databases to store transactional data as well as business intelligence related data. If you need to work with SQL databases, this course is designed to help you learn how to perform common relational database and data science tasks, including writing advanced queries,data analysis , finding, exploration, and extraction within relational databases. What you will learn includes: Installing PostgreSQL Installing SQL ServerDatabase ConceptsIntroduction to Updatable ViewsCreating Updatable ViewsIntroduction to Materialized ViewsCreating Materialized ViewsIntroduction to Stored ProceduresRow Number FunctionsUsing various types of OperatorsInstalling PostgreSQLPostgresql INNER JOINPostgres LIKE OperatorPostgresql OR OperatorRetrieving all Data from TableLoading sample databaseSQL Server Rank functionsPostgreSQL FULL OUTER JOINPostgreSQL CROSS JOINPostgreSQL combining AND OR OperatorPostgreSQL AND OperatorPostgreSQL NATURAL JOIN OperatorPostgreSQL Left JoinPostgreSQL IN OperatorHow to create databaseHow to create a tableHow to create a viewTable joinsOperatorsAggregate functionsAnalytic functionsStored proceduresTriggers CRUD operations