Search
 
SCRIPT & CODE EXAMPLE
 

SQL

Write an SQL query to print details of the Workers who have joined in Feb’2014

Select * from Worker where year(JOINING_DATE) = 2014 and month(JOINING_DATE) = 2;
Comment

PREVIOUS NEXT
Code Example
Sql :: compression of dabatase mysqldumo 
Sql :: how to check current root password in mysql 
Sql :: SQL SUM() Function 
Sql :: mysql pass command from command line 
Sql :: xml to column sql 
Sql :: delete row mysql 
Sql :: oracle all columns 
Sql :: join vs inner join 
Sql :: To log postgres db in without a password 
Sql :: insert into table using openquery 
Sql :: update query in sql 
Sql :: in sql 
Sql :: sqlalchemy default value for column 
Sql :: flask sqlalchemy remove duplicates 
Sql :: select all columns except one sql 
Sql :: three inner joins sql 
Sql :: postgres advance table id count 
Sql :: how to reset the identity column in sql server 
Sql :: mysql select random rows large table 
Sql :: sql is not like 
Sql :: PG::ForeignKeyViolation: ERROR: update or delete on table violates foreign key constraint 
Sql :: sql xor 
Sql :: sql join 3 tables 
Sql :: sql delete dastabase 
Sql :: sql output parameters 
Sql :: what is like operator in sql 
Sql :: create table if not exist 
Sql :: sql and or 
Sql :: select where sql 
Sql :: increase space oracle aws instance 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =