questions/database
The CONCATENATE function in Excel can transform ...READ MORE
Always use ANSI default string literal format for date i.e. YYYY-MM-DD like below. INSERT ...READ MORE
i am using in angular its work ...READ MORE
The list of commands is as follows: Data ...READ MORE
Using the Concatenate Function in Excel, you ...READ MORE
select max(salary)from employeeposition where salary <(select max(salary)from employeeposition where ...READ MORE
Test Data DECLARE @Table1 TABLE(ID INT, Value INT) INSERT ...READ MORE
To begin, go to the page layout ...READ MORE
I want this to be the last ...READ MORE
There is a database on instructors, departments, ...READ MORE
The steps are as follows: Copy the dates ...READ MORE
There could be several reasons why an ...READ MORE
1. Prevent the conversion of the cents ...READ MORE
When i run DFS PUT command on ...READ MORE
Yes, even though I like using JOINs, ...READ MORE
In order to get the Average Annual ...READ MORE
I want to return the newly created ...READ MORE
what kind of a nosql store is ...READ MORE
1) E2 is the cell from which ...READ MORE
I've had difficulties comprehending joins in SQL, ...READ MORE
Just normalize your model properly: create table user_rank ( ...READ MORE
cannot connect to SQL worked well before ...READ MORE
I have a large excel worksheet that ...READ MORE
Writing a stored procedure that calls another ...READ MORE
Try replacing the string literal for date ...READ MORE
Table cells should be combined. To make a ...READ MORE
In MongoDB, I have a object array ...READ MORE
I have a table Emp which has these rows: Emp_cd ...READ MORE
I'm passing a straightforward query that looks ...READ MORE
One of the services has not begun ...READ MORE
There are no built-in functions for determining ...READ MORE
I want to create a project in ...READ MORE
I have created a project in Laravel ...READ MORE
"Runtime Error 91: Object variable or with ...READ MORE
How to Extract Tally ODBC to Sales ...READ MORE
I was recently requested to create a ...READ MORE
With Formulas, Countif Partial String/Substring Match We can ...READ MORE
Use this query to include any of words: SELECT * ...READ MORE
I want to delete rows in two ...READ MORE
Functions are calculated values that cannot make ...READ MORE
Use this: SELECT *FROM ...READ MORE
I've used C# and SQL Server 2008 ...READ MORE
It is varchar and not var_char CREATE DATABASE IF NOT EXISTS ...READ MORE
Your table dbo.Sup Item Cat refers to ...READ MORE
In order to add the current date ...READ MORE
The unique key in your database that ...READ MORE
Try some sort of COALESCE trick: SELECT COALESCE( ...READ MORE
My date of birth change READ MORE
Projection means choosing which columns (or expressions) the query shall ...READ MORE
Given date: DECLARE @Date1 VARCHAR(50) = '30-01-2015' I want ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.