uday
uday
  • Видео 22
  • Просмотров 238 003
Numeric Functions in SQL | Telugu | uday
🌐 SQL Project : imyai.in/
💻 SQL Queries from the Video!
👇 Copy these and start practicing now! 🚀
SELECT ABS(-110) AS ABSOLUTEVALUE
SELECT CEIL(20.96)
SELECT AVG(AGE) FROM STUDENTS
SELECT CEIL(AVG(AGE))AS CEILAGE FROM STUDENTS
SELECT FLOOR(20.96)
SELECT ROUND(20.51)
SELECT ROUND(AVG(AGE)) FROM STUDENTS
SELECT TRUNCATE(20.1234,3)
SELECT TRUNCATE(AVG(AGE),1) FROM STUDENTS
SELECT POWER(2,2)
SELECT *, POWER(AGE,3) AS POWERAGE FROM STUDENTS
SELECT *, SQRT(AGE) AS SQRTAGE FROM STUDENTS
SELECT *, TRUNCATE(SQRT(AGE,2)) AS SQRTAGE FROM STUDENTS
SELECT *, EXP(AGE) AS EXPONENTIAL FROM STUDENTS
SELECT *, LOG(AGE) AS LOGARITHMVALUE FROM STUDENTS
SELECT *, LOG(AGE,3) AS LOGARITHMVALUE FROM STUDENTS
SELECT *, LOG10(AGE) AS...
Просмотров: 1 078

Видео

String Functions in SQL | Telugu
Просмотров 2,3 тыс.2 месяца назад
🌐 Pedda SQL Project : imyai.in/ 🚧 Closing Project on 31 Aug String Functions in SQL: 1.CONCAT : SELECT *,CONCAT(FIRST_NAME, LAST_NAME) AS FULLNAME FROM STUDENTS 2.SUBSTRING : SELECT *, SUBSTRING(EMAIL,6,9) AS MAILS FROM STUDENTS SELECT *, SUBSTRING_INDEX(EMAIL,'@',-1) AS MAILS FROM STUDENTS LENGTH : SELECT *,LENGTH(AGE) AS LENGTHAGE FROM STUDENTS REPLACE : SELECT REPLACE('YASKIN','A','E') AS NE...
PEDDA SQL PROJECT SOLUTIONS 🔑
Просмотров 2,3 тыс.2 месяца назад
PEDDA SQL PROJECT 🌐 imyai.in/ 🔑 Solutions Total wickets taken by India in the final match? SELECT SUM(WICKETS) FROM ISTV_API_FM How many players scored at least one half-century (50 or more runs) throughout all matches? ee Answer Description lo error ostundi type cheste, please watch the video for the code How many points did the Player of the Match in IND Vs AUS Match Scored ? SELECT *, (RUNS ...
Pedda SQL Project 👀
Просмотров 7 тыс.3 месяца назад
SQL Shambala 🌏 : imyai.in/ In this SQL Project 🔍 Tackle data management 📊 Write complex queries 💡 Extract valuable insights ✊For Tomorrow Repati kosam
SQL Project Solutions 🔑 | SQL in telugu
Просмотров 5 тыс.4 месяца назад
🔗 imy ai website : imyai.in/ Ee website lo meeru IND Vs PAK match data meeda analysis cheyochu, don't worry if you are confused it is just a small project but try to solve them to test your skills. 🔍 What You'll Learn: - Basic SQL Concepts - Real Time Data Analysis - Companies lo elanti work chestaro danki idi sample version Thank you for coming to this description 😊..!
SQL Project on 🏏 IND Vs PAK T20 World Cup | SQL Project in telugu | uday ai
Просмотров 3,4 тыс.4 месяца назад
🔗 imy ai website : imyai.in/ Ee website lo meeru IND Vs PAK match data meeda analysis cheyochu, don't worry if you are confused it is just a small project but try to solve them to test your skills. Nenu konni rojullo solutions video upload chestanu .... 🔍 What You'll Learn: - Basic SQL Concepts - Real Time Data Analysis - Companies lo elanti work chestaro danki idi sample version Thank you for ...
Keys in SQL | Telugu | Primary Key, Foreign Key
Просмотров 8 тыс.4 месяца назад
SQL Project 🏏 for Beginners: imyai.in/ keys in SQL, Primary key, foreign key, Unique key, Composite Key, Surrogate Key, Candidate Key, Super KEY for beginners in Telugu. 📚 Resources: CREATE database JNTUH; USE JNTUH; 🔑 Primary Key: CREATE TABLE STUDENTS( ID INT PRIMARY KEY, NAME VARCHAR(255), COURSE VARCHAR(255) ); DESCRIBE STUDENTS; insert INTO STUDENTS VALUES (01,"UDAY","AIML"); insert INTO S...
DCL TCL DQL SQL Commands in Telugu | SQL Telugu | uday
Просмотров 8 тыс.7 месяцев назад
SQL Project 🏏 for Beginners: imyai.in/ SQL Commands in telugu : 🔍 DQL (Data Query Language): Discover how to retrieve data from databases using the powerful SELECT statement. We'll explore various techniques for querying single or multiple tables, filtering results, and performing aggregate functions to glean insights from your data. 🔐 DCL (Data Control Language): Dive into the realm of access ...
DDL DML SQL Commands | SQL Telugu
Просмотров 14 тыс.7 месяцев назад
SQL Project 🏏 for Beginners: imyai.in/ Data Definition Language, Data Manipulation Language in telugu, sql full course in telugu
Set Operators Sub Queries in SQL in Telugu
Просмотров 12 тыс.8 месяцев назад
SQL Project 🏏 for Beginners: imyai.in/ Set Operations in SQL, Sub Queries in SQL in Telugu
Joins in SQL | Telugu | Inner Join, Left Join, Right Join, Full Join in Telugu
Просмотров 30 тыс.8 месяцев назад
SQL Project 🏏 for Beginners: imyai.in/ inner, full, left, right joins along with practical examples in telugu
SELECT FROM WHERE IN SQL | Telugu | sql in telugu for beginners
Просмотров 21 тыс.8 месяцев назад
SELECT FROM WHERE IN SQL | Telugu | sql in telugu for beginners
SQL in telugu | sql full course for beginners in telugu
Просмотров 83 тыс.9 месяцев назад
SQL in telugu | sql full course for beginners in telugu
Data Analyst Roadmap in Telugu | Python SQL Tableau Power BI
Просмотров 22 тыс.9 месяцев назад
Data Analyst Roadmap in Telugu | Python SQL Tableau Power BI

Комментарии

  • @innocentboy8338
    @innocentboy8338 8 часов назад

    Unique key enduk rayakudadhu ante adi SQL vadinae adagali, vadu unique rayamannadu ..... Nice joke anna ..😂😂😂super attitude 😎

  • @innocentboy8338
    @innocentboy8338 12 часов назад

    🙏🏻🙏🏻🙏🏻 yela connect avvali sir meku

  • @innocentboy8338
    @innocentboy8338 13 часов назад

    Hi sir how to i will connect to u

  • @innocentboy8338
    @innocentboy8338 День назад

    Please upload store procedures, index,cte and views video please sir

  • @innocentboy8338
    @innocentboy8338 День назад

    Endhi sir nen ekkada chudalae ilanti explanation and videos ...take a bow

  • @innocentboy8338
    @innocentboy8338 День назад

    Very useful video TQ sir

  • @Musicworld-sd2hn
    @Musicworld-sd2hn День назад

    I tried getting errors

  • @Filmmaking_1
    @Filmmaking_1 2 дня назад

    i search most channels boring but this is exiting to learn , thank you so much but continue this progress ,subcribed chesa

  • @naveenkumarv5559
    @naveenkumarv5559 2 дня назад

    Thank you bro, "PowerBi classes" start chei bro through ur explanation i can learn fast, it will be more useful to who are like me

  • @keerthisuni8227
    @keerthisuni8227 4 дня назад

    Please suggest some live projects on SQL

  • @ravikiranmsys898
    @ravikiranmsys898 5 дней назад

    Awesome explanation Brother. Kudos to you!

  • @Maheshkumar-h3h1e
    @Maheshkumar-h3h1e 5 дней назад

    Python

  • @vadamalaLikithkumar
    @vadamalaLikithkumar 6 дней назад

    explanation is good i need more topic videos in sql

  • @likithkumar8911
    @likithkumar8911 6 дней назад

    Very good explanation really 👏 waiting for other classes

  • @prasanthkumar3809
    @prasanthkumar3809 6 дней назад

    Can u make video on windows function in sql

  • @DandigaSreenivasulu
    @DandigaSreenivasulu 8 дней назад

    You can delete the records directly by using the 'delete' function with out condition but it will delete all records . That's why we use conditions like where the clause bro.

  • @srinivasp2794
    @srinivasp2794 8 дней назад

    Well explained in simple way, thank you for making the video

  • @PALAMANDHAAKHIL
    @PALAMANDHAAKHIL 9 дней назад

    TQ Anna ❤❤❤❤❤❤❤❤❤❤❤

  • @__chaithanya
    @__chaithanya 11 дней назад

    Asalu intha bagaa chepthunnau enti anna😇

  • @eswaramara7562
    @eswaramara7562 12 дней назад

    Hi bro values insert chesinappudu comma tho seperate chesthe first value okkate output vadtundhi insert into command use chesthe nee every time vastundhi can you please tell how to fix it..

  • @Nandanafacts
    @Nandanafacts 13 дней назад

    ayya babu nu ikkada chepedhi oka laga untaadhi mem open chestey inkoola ui vastundhi .

  • @g.praveenkumarroyals
    @g.praveenkumarroyals 14 дней назад

    Bro u r explanation is to good u can explain advanced topics also for experience person ..

  • @ramprasad4437
    @ramprasad4437 15 дней назад

    Tableau

  • @eswaramara7562
    @eswaramara7562 17 дней назад

    hello bro which company do you works bro teaching is very nice

  • @ali07-v2m
    @ali07-v2m 17 дней назад

    Window functions gurinchi cheppandi bro

  • @Jaikrishna_24
    @Jaikrishna_24 17 дней назад

    annaya baagaa chparu video editing manchiga chsaru and explaination super next time one thing you should remember that meeru ee table to ithe example chptunnaro ahh table data means rows okela undetattu chudandi ante acc table lo shiv raj uday and likes table lo uday nd shiva ee rendu table meedha ouput vachla choodandii inka manchiga ardhm avvudhii

  • @Ramjai91
    @Ramjai91 18 дней назад

    Full course bro waiting 😊

  • @Dynamite_77_5
    @Dynamite_77_5 19 дней назад

    Hey ya, can i pls get your contact i wanna get to know more about this can u pls share ur contact

  • @abhirider5441
    @abhirider5441 20 дней назад

    Bro nvu chesina sql project elaa cheyyali cheppu bro

  • @syamkumar-pg1pp
    @syamkumar-pg1pp 21 день назад

    sql mottam cheppandi bro, your explanation super

  • @CINEMAHEROS
    @CINEMAHEROS 21 день назад

    ❤ super bro

  • @Ksartsdesigner
    @Ksartsdesigner 22 дня назад

    Bro superb bro ✨🤍🥳

  • @praveenkumaranamala6565
    @praveenkumaranamala6565 24 дня назад

    Hi uday , Good thanks for doing. please do VIEWS , TRIGGEERS, STORED PROCEDURES, INDEXING cheyandi chala use itundi andariki

  • @praveenkumaranamala6565
    @praveenkumaranamala6565 24 дня назад

    Hi uday , Good thanks for doing. please do VIEWS , TRIGGEERS, STORED PROCEDURES, INDEXING cheyandi chala use itundi andariki

  • @maheshlingampalli7354
    @maheshlingampalli7354 25 дней назад

    Sql server lo and. Net full stack course medha jobs untey cheppu bro

  • @Nandanafacts
    @Nandanafacts 25 дней назад

    Hi bro meeru my sql gurinchi chepaaru ok dhaaniki kani future lo Oracle bavuntunna Microsoft bavuntundha leka my sql bavunda edhi nerchukoovali chepandi bro. Mental ekkuthundhi edi nerchukovalo theliyaka

  • @saiteja5697
    @saiteja5697 26 дней назад

    NON-IT Project release Koda eyatledu bro.. resign cheskondi Ani.. one of the MNC company lo

  • @bangiglory3788
    @bangiglory3788 26 дней назад

    best explanation bro thank you so much keep giong waiting for more videos

  • @GangaKonda
    @GangaKonda 26 дней назад

    Chat gpt

  • @GangaKonda
    @GangaKonda 27 дней назад

    Data analyst

  • @vkcreations5304
    @vkcreations5304 29 дней назад

    PL/SQL gurinchi cheppu bro

  • @Pillakay
    @Pillakay 29 дней назад

    bro data analyst role ki try chestunna am a fresher for data analyst but am experienced in other areas like crm and business development resume ala create cheskovali and career gap ela chala questions unnay try to make a video on resume bro , your videos are inspiring itself . Thank you bro

  • @saitejamukkerla
    @saitejamukkerla Месяц назад

    hii brother can u please send the ppt you have used in the video

  • @VenkatKrishna-y2f
    @VenkatKrishna-y2f Месяц назад

    User interface Ni , back end , connect chyatam Ella , annaya , please demo videos cheyandi annaya

  • @VenkatKrishna-y2f
    @VenkatKrishna-y2f Месяц назад

    User interface Ni , back end , connect chyatam Ella , annaya , please demo videos cheyandi annaya

  • @VenkatKrishna-y2f
    @VenkatKrishna-y2f Месяц назад

    User interface Ni , back end , connect chyatam Ella , annaya , please demo videos cheyandi annaya

  • @VenkatKrishna-y2f
    @VenkatKrishna-y2f Месяц назад

    User interface Ni , back end , connect chyatam Ella , annaya , please demo videos cheyandi annaya

    • @uday_ai
      @uday_ai 26 дней назад

      Definitely projects videos lo chestanu...

  • @VenkatKrishna-y2f
    @VenkatKrishna-y2f Месяц назад

    User interface Ni , back end , connect chyatam Ella , annaya , please demo videos cheyandi annaya

  • @VenkatKrishna-y2f
    @VenkatKrishna-y2f Месяц назад

    User interface Ni , back end , connect chyatam Ella , annaya , please demo videos cheyandi annaya