AngularJS is an HTML framework
AngularJS is a Java framework
AngularJS is a JavaScript framework
AngularJS is a SQL framework
Observer Pattern
Decorator pattern
MVC Architecture pattern
MVVM Architectural pattern
SPAs
MPAs
DPAs
CPAs
ng-app
ng-init
ng-model
ng-application
2010
2008
2001
2005
Tim Berners Lee
Misko Hevery
Bill Gates
None of these
Grants the user all privileges on all databases from any host
Grants the user all privileges on a specific database from any host
Grants the user specific privileges on all databases from a specific host
Grants the user permission to create a new database
CONCAT()
COMBINE()
MERGE()
JOIN()
Generates a random number without any seed value
Generates a random number based on a specified seed value
Generates a random string
Retrieves a random record from a table
Concatenates rows into a single string based on a specified condition
Groups rows based on a columns values
Counts the number of rows in a result set
Retrieves the minimum value in a column
ADD UNIQUE
UNIQUE COLUMN
SET UNIQUE
CREATE UNIQUE
Returns the current date and time
Returns the username of the current user
Retrieves the maximum value in a column
Displays the structure of a database
Displays a list of all databases in the server
Creates a new database
Shows the relationships between tables
LCASE()
LOWER()
CONVERT()
TOLOWER()
Combines rows from two or more tables based on a related column
Retrieves all rows from both tables, regardless of a match
Performs a join operation with a condition
Creates a Cartesian product of two tables
RENAME COLUMN
ALTER COLUMN
CHANGE COLUMN
MODIFY COLUMN
Shows the structure of an index
Displays a list of all indexes in a database
Shows the indexes associated with a specific table
Deletes an index from a table
Provides information about the execution plan of a query
Exports data from a table
Adds explanatory comments to a query
Lists all foreign keys in a database
Retrieves the last record in a table
Returns the last ID generated by an AUTO_INCREMENT column
Retrieves the last value in a column
Returns the last date and time a record was modified
Filters rows based on a condition before grouping
Groups rows based on a condition
Applies a condition to individual records after grouping
Sorts the result set in descending order