List out 2 broad categories of SQL Functions
How many words does basic command set has ?
Who prescribes a standard SQL?
Will there be several SQL dialects exists ?
List out 2 tasks must be completed before creating a database?
What is schema?
How does Authentication process through DBMS? ( 2 )
What is data type selection is usually dictated by ?
What uses DECIMAL (L,D) for data types?
What use INTEGER for data types?
List out 2 data types for Character
List out 4 data types for Character
List out data types for date
What specification does Primary Key contains ? ( 2 )
What will RDBMS do after creating Primary Key?
What symbol should we use when the command sequence ends?
What does NOT NULL constraint ensures?
What does UNIQUE constraint ensures?
What does DEFAULT constraint assigns?
What does CHECK constraint validates
List out the commands with Data Manipulation ( 7 )
How to insert values ? ( Syntax )
INSERT INTO columnname
VALUES ( value1 , value2 , … , valuen )
When should we use NULL?
List out 3 things that lets database save physically on disk
COMMIT [WORK]; ( Syntax )
* It will permanently save any changes made to any table in the database