What are the four basic operations of SQL?
- What are basic operations in SQL?
- What are the types of operators in SQL?
- What are the 5 basic SQL commands?
- What are the 4 system databases in SQL Server?
What are basic operations in SQL?
OperatorDescription+ (Addition)Adds values on either side of the operator.- (Subtraction)Subtracts right hand operand from left hand operand.* (Multiplication)Multiplies values on either side of the operator./ (Division)Divides left hand operand by right hand operand.
What are the types of operators in SQL?
OperatorOperationDescription+AdditionAdds operands on either side of the operator-SubtractionSubtracts the right-hand operand from the left-hand operand*MultiplicationMultiplies the values on each side/DivisionDivides left-hand operand by right-hand operand
What are the 5 basic SQL commands?
Some of The Most Important SQL CommandsSELECT - extracts data from a database.UPDATE - updates data in a database.DELETE - deletes data from a database.INSERT INTO - inserts new data into a database.CREATE DATABASE - creates a new database.ALTER DATABASE - modifies a database.CREATE TABLE - creates a new table.
What are the 4 system databases in SQL Server?
SQL Server mainly contains four System Databases (master,model,msdb,tempdb). Each of them is used by SQL Server for Separate purposes. From all the databases, master database is the most important database. Master Database contains information about SQL server configuration.
Related Questions
-
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago