Ronald Jay U. Ibina 11 - Tesla: Select Distinct From Update SET Where Create
Ronald Jay U. Ibina 11 - Tesla: Select Distinct From Update SET Where Create
Ibina 11 – Tesla
Assignment 3
1. Search the different data types of SQL.
SQL Numeric Data Types
SQL Date and Time Types
SQL Character and String Data Types
SQL Unicode Character and String Data Types
SQL Binary Data Types
SQL Miscellanous Data Types
2. Search the different SQL syntax of the ff. (SELECT,UPDATE,CREATE
TABLE,DELETE)
SELECT DISTINCT column1, column2, ...
FROM table_name;
UPDATE table_name
SET column1 = value1, column2 = value2, ...
WHERE condition;