mysql create index on table

mysql 5.7

mysql create index on table   CREATE INDEX Syntax Creates an index on a table. Duplicate values are allowed: CREATE INDEX index_name ON table_name (column1, column2, …); CREATE UNIQUE INDEX Syntax Creates a unique index on a table. Duplicate values are not allowed: CREATE UNIQUE INDEX index_name ON table_name (column1, column2, …); Note: The syntax for creating indexes varies among different databases. Therefore: Check the syntax for … Read more

Linear search program in c

c program to sort array

Linear search program in c   #include <stdio.h> int main() { int array[100], search, c, n; printf(“Enter number of elements in array\n”); scanf(“%d”, &n); printf(“Enter %d integer(s)\n”, n); for (c = 0; c < n; c++) scanf(“%d”, &array[c]); printf(“Enter a number to search\n”); scanf(“%d”, &search); for (c = 0; c < n; c++) { if … Read more

Download Question Paper MCS-013 Discrete Mathematics June 2018

ignou

Download Question Paper  MCS-013 Discrete Mathematics June 2018   MCS-013 Discrete Mathematics Download Question Paper MCS-013 Discrete Mathematics June 2018      

Download Question Paper MCS-012 Computer Organisation & Assembly Language Programming June 2018

ignou

Download Question Paper  MCS-012 Computer Organisation & Assembly Language Programming June 2018   MCS-012 Computer Organisation & Assembly Language Programming Download Question Paper MCS-012 Computer Organisation & Assembly Language Programming June 2018  

Download Question Paper MCS-011 Problem Solving and Programming June 2018

ignou

Download Question Paper  MCS-011 Problem Solving and Programming June 2018   MCS-011 Problem Solving and Programming Download Question Paper MCS-011 Problem Solving and Programming June 2018   Download Question Paper MCS-011 Problem Solving and Programming June 2018    

Download Question Paper CS-06 Database Management System June 2018

ignou

Download Question Paper  CS-06 Database Management System June 2018   CS-06 Database Management System Download Question Paper CS-06 Database Management System June 2018   Download Question Paper CS-06 Database Management System June 2018    

Download Question Paper CS-05 Elements of Systems Analysis & Design June 2018

ignou

Download Question Paper  CS-05 Elements of Systems Analysis & Design June 2018   CS-05 Elements of Systems Analysis & Design Download Question Paper CS-05 Elements of Systems Analysis & Design June 2018