Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

compound operator in sql

SELECT name_emp,salary, age  FROM DataFlair_Employee WHERE age>27 AND salary>25000;
 
PREVIOUS NEXT
Tagged: #compound #operator #sql
ADD COMMENT
Topic
Name
8+6 =