Module 02a - Introduction to SQL Flashcards
What is Business Intelligence
BI enables the business do make intelligent, fact-based decisions.
Originally a term coined by the Gartner Group in 1993, Business Intelligence (BI) is a broad range of software and solutions aimed at collection, consolidation, analysis and providing access to information that allows users across the business to make better decisions.
What’s a Ad-hoc query
It’s a non-standard inquiry, created to obtain information as the need arises
How the SQL statements are divided?
DDL - Data definition language DML - Data manipulation language PSM - Persistent Stored Modules TCL - Transaction control language DCL - Data control language
What is DDL
Data Definition Languages are statements that allow users to create tables, relationships, and other structures
What is DML
Data Manipulation Language are statements used for queries and data modification.
What is PSM
Persistent Stored Modules are statements that allow you to define procedures and functions and store them in the database server
What are TCL
Transaction control language statements are used to mark transactions boundaries and control transaction behavior
What are DCL
Data control language are statements used to grant or revoke database permissions to (from) users and groups