questions/database/page/12
Excel: How to Use It On the Data ...READ MORE
A primary key is unique and it ...READ MORE
With Microsoft Sql Server: -- -- Create test case -- DECLARE ...READ MORE
I'm creating an Outlook email from Excel ...READ MORE
At the top level there are mainly ...READ MORE
I have formula that checks if the ...READ MORE
To calculate the date difference, we can ...READ MORE
Basically for this, you need to create ...READ MORE
You can try using the following query: SELECT ...READ MORE
You can use the PIVOT function to ...READ MORE
For executing Oracle SQL queries and PL/SQL ...READ MORE
Let's say you have a file named input.json which ...READ MORE
If you are familiar with using formulas ...READ MORE
I'm not sure what sequence this query ...READ MORE
It's the escape prefix in regular expressions: ...READ MORE
There's problem in all of them and ...READ MORE
I have a SQL Server database, and ...READ MORE
Without a case statement: SELECT column1, ...READ MORE
With the Cricket World Cup going on, ...READ MORE
Use sp_rename EXEC sp_RENAME 'TableName.PreviousColumnName' , 'NewColumnName', 'COLUMN' See: SQL SERVER ...READ MORE
Select the row or column that you ...READ MORE
You are getting the joins confused and ...READ MORE
Is there a method to choose data ...READ MORE
We can build temp tables in SQL ...READ MORE
Using READ UNCOMMITED as a transaction isolation ...READ MORE
A fast way of doing this would ...READ MORE
SQL SQL is the standard language for relational ...READ MORE
How do I remove duplicates within a ...READ MORE
Upload html-file(s) Select files from Computer, Google ...READ MORE
TSQL has no for-loop, we have only ...READ MORE
HAVING: It is used to check after the aggregation ...READ MORE
My book definition of Database Systems does ...READ MORE
Can someone explain the ramifications of using ...READ MORE
It is very easy and you can ...READ MORE
In SQL Server 2008, multiple rows can ...READ MORE
You can use the query as: SELECT COUNT(*) ...READ MORE
To find the 2nd largest salary from ...READ MORE
This category discusses everything related to SQL/ ...READ MORE
SQL Commands have subcategories like DDL, DML, DCL ...READ MORE
Not only can you compare objects at ...READ MORE
A stored procedure is a set of ...READ MORE
CTEs and ROW_NUMBER can be combined together which will ...READ MORE
Oracle introduced the SQL WITH clause in ...READ MORE
For SQL Server, use sp_rename USE AdventureWorks; GO EXEC sp_rename 'Customers.CustomerTerritory.TerritoryID', ...READ MORE
In SQL Server 2005, I have a ...READ MORE
In any version of MySQL, you can use the aggregate ...READ MORE
Most of the existing databases support != Databases that ...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.