questions/database
Windows mode and Mixed Mode – SQL ...READ MORE
There are three types of user-defined functions, ...READ MORE
Foreign key maintains referential integrity by enforcing ...READ MORE
A Table can have a Composite Primary Key which ...READ MORE
Reference the System.Web dll in your model ...READ MORE
down voteaccepted Expand the SQL Server Agent node ...READ MORE
Following are the ways in which dynamic ...READ MORE
This statement allows conditional update or insertion of ...READ MORE
Relation or links are between entities that ...READ MORE
The ALIAS name can be given to ...READ MORE
There are a lot of ways to ...READ MORE
Constraints are the representation of a column ...READ MORE
There are two types of subquery namely, ...READ MORE
There are three types of index namely: Unique ...READ MORE
Denormalization refers to a technique which is ...READ MORE
LIKE operator is used for pattern matching, ...READ MORE
A subquery is a query inside another ...READ MORE
using MySql.Data; using MySql.Data.MySqlClient; namespace Data { ...READ MORE
What is a unique index? A unique index ...READ MORE
There are three case manipulation functions in ...READ MORE
Nope. I don't think there is one But ...READ MORE
STUFF Function: This function is used to ...READ MORE
A covering index is an index that contains all ...READ MORE
Collation is defined as a set of ...READ MORE
https://www.quora.com/What-are-the-advantages-of-using-an-SQL-store ...READ MORE
SQL clause helps to limit the result ...READ MORE
Normalization is the process of organizing data ...READ MORE
I had this issue and the fix ...READ MORE
To enable the database service to start ...READ MORE
The differences between the clustered and non ...READ MORE
The various subsets of SQL are as ...READ MORE
Auto increment keyword allows the user to ...READ MORE
Recursive stored procedure refers to a stored ...READ MORE
You can try out something like this: SELECT ...READ MORE
Select ename From emp Where ename like"s%"; READ MORE
With the help of the SQL count ...READ MORE
ACID stands for Atomicity, Consistency, Isolation, Durability. It ...READ MORE
I assume you want to know the ...READ MORE
You can try out something like this create ...READ MORE
Logical and Physical plans are created during ...READ MORE
explain utility is helpful for Hadoop developers ...READ MORE
This use of quotes is called delimited ...READ MORE
Single quotes are used to indicate the ...READ MORE
You can try out the following query: INSERT ...READ MORE
You can add commas to the left and ...READ MORE
There are 4 types of joins in ...READ MORE
The reasons are as follows: The MySQL extension: Does ...READ MORE
The difference is as follows: INNER JOIN: Returns all those ...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.