Informatics Practices
The SQL statements always end with …………… .
- ,
- :
- ;
- "
Relational Database
2 Likes
Answer
;
Reason — The SQL statements always ends with semicolon (;) to indicate the end of the statement.
Answered By
2 Likes
Related Questions
Identify the correct statement(s):
Statement 1 (S1): Char data type in MySQL stores fixed length strings.
Statement 2 (S2): Char data type stores string smaller than the maximum field size.
- (S1) : Correct, (S2) : Correct
- (S1): Incorrect, (S2) : Correct
- (S1): Correct, (S2) : Incorrect
- (S1) : Incorrect, (S2) : Incorrect
Which of the following keywords is used to display non-repeated values in MySQL?
- Unique
- All
- Order by
- Distinct
Shivam wants to see the table structure in MySQL. Select an appropriate command to help him.
- Use
- Show
- Desc
- Display
Rajat wants to delete a primary key constraint from the table. Select an appropriate command to do so.
- Create
- Alter
- Drop
- Delete