In mysql we will show how to get 50% record of employee table , given below example step by step. Step : 1 – Create Database CREATE DATABASE educationidol; Step : 2 – Create Table CREATE TABLE employee (id int(11) DEFAULT NULL,name varchar(40) DEFAULT NULL,salary […]