questions/database
The following has passed my tests, and ...READ MORE
Projection means choosing which columns (or expressions) the query shall ...READ MORE
You have to drop constraint and recreate ...READ MORE
Does this include: International numbers? Extensions? Other information besides the ...READ MORE
Despite the fact that MySQL and PL/SQL ...READ MORE
use the float or real data types only if the precision provided by decimal (up ...READ MORE
The maximum-open-cursors error, also known as ORA-01000, ...READ MORE
The function appears not to be being ...READ MORE
The problem is that the SQL Server ...READ MORE
Although the exists keyword can be used ...READ MORE
I'm going to guess because I don't ...READ MORE
Your data is already in varchar, thus ...READ MORE
The straightforward method is shown here. You ...READ MORE
It denotes that the field is (a ...READ MORE
Use LTRIM/RTRIM to eliminate spaces from the ...READ MORE
Execute: SELECT name FROM master.sys.databases I hope this helps ...READ MORE
The @CustID denotes a parameter for which ...READ MORE
I saw the problem in the line ...READ MORE
Try this ALTER TABLE `users` ADD `id` INT ...READ MORE
Try this: <?php $conn = new mysqli('localhost', 'jaydeep_mor', 'jaydeep_mor', ...READ MORE
In my select statement, two columns will ...READ MORE
Using MySQL, I want to combine two ...READ MORE
SELECT GETDATE() Returns: 2008-09-22 15:24:13.790 I want that date part ...READ MORE
A value that is returned from a ...READ MORE
Microsoft SQL Server 2008 is now installed. ...READ MORE
Previous versions of SQL Server Express were ...READ MORE
I'm having the same issue as this thread. ...READ MORE
Do you know of a button-free direct ...READ MORE
Can someone please explain how to install ...READ MORE
There is a (nearly religious) debate over ...READ MORE
I am getting this JDBC exception. I ...READ MORE
How can I use SQL Server to ...READ MORE
The SQL query that I have used is : ALTER ...READ MORE
How can I quickly switch rows and ...READ MORE
The sum of two fields that are ...READ MORE
How should a yes/no, or boolean, field ...READ MORE
I have to make a SQL Id ...READ MORE
The table name, column names, datatype, and ...READ MORE
I'm attempting to insert the number 1 ...READ MORE
I'm incredibly annoyed. Everything is wonderful with ...READ MORE
In SQL Server we can type IsNull() ...READ MORE
In my project, I want to construct ...READ MORE
I use the following code in Python ...READ MORE
I have the months 1, 2, 3, ...READ MORE
I am having problems adding numerous data ...READ MORE
I'm using SQL Developer, and after creating ...READ MORE
Could you kindly explain the differences between ...READ MORE
If I try to change a column ...READ MORE
To modify the format of a date ...READ MORE
I have the following query: SELECT dashboard_data.headline, ...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.