ng-init
ng-start
ng-app
ng-model
model
services
controller
scope
$dirty
$validate
$no-validate
$check
ng-click
ng-dbl-click
ng-change
ng-enter
ng-controller
None of the above
Element
Attribute
Comment
All of the above
ng-bind
ng-expression
ng-statement
ng-bind expression
2010
2008
2001
2005
var myApp = angular('myApp', []);
var myApp = angular.module('myApp', []);
var myApp = module.angular('myApp', []);
var myApp = angular.module([],'myApp');
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